Forum Discussion
rraghvani
Champion Level 3
3 years agoTo perform drag and drop actions, requires screen coordinates. I doubt it is possible to do that in headless mode
- KB13 years ago
Champion Level 2
You have any other suggestions? it's really important that this works.
because in a headless test that interface is not visible for TC to click on.
- AlexKaras3 years agoCommunity Hero
Hi,
> because in a headless test that interface is not visible for TC to click on.
UI does not exist in headless mode.
You have just two options possible:
-- Change your test code so it does not need UI for the action (like inclusion of login/password into URL to avoid authorization dialog for Selenium);
-- Do not use headless mode.