THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Selenium cant click
-
When I write --headless Element action dont work why ?
-
Sorry for my english . Im trying learn english
-
headless executes your code faster maybe the elements are not even loaded when you try the click action. Wait for the element first. You can also use domtosource function and a parse block to see what your current source its
-
@Itamai Can I use delay functions ?
-
use wait for element