Forum Discussion
KB1
Champion Level 2
3 years agoYou 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.
AlexKaras
3 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.