Selenium, cant find element in headless mode
-
Hi
I made a selenium config, it woks when I do not run headless.
As soon I run Headless, then it cant find the element anymore.What could be wrong?
ELEMENTACTION XPath "//*[@id=\"root\"]/main/div/div/div/div[2]/div[1]/div/div/div/div[1]/form/div[1]/div[2]/a/span[2]" GetText -> VAR "status"
-
Many times headless mode does not work, I don't know why.
-
OK, I also tryed to DOMtoSource with out luck
-
@Providers use function delay 300 milliseconds before ELEMENTACTION and after
-
@yassa for what is the delay?
is it so that the the bot waits for th elements to load if yes then wait for element would be a better option.
If the thread creator uses proxies it can take a lil bit longer than 0.3 seconds
-
I, too, as can be fixed?
-
This post is deleted!