How to add Delay to Selenium's "Browser" block?
-
Hello, this is my first thread, I wanted to know if you could help me add a Delay to the Selenium "Browser" Block, because, when I send a SendKeys, it does it so fast that it mixes the values; I tried to do it by adding a "Delay" function before but it didn't work.
#Delay FUNCTION Delay "4000"
BROWSERACTION SendKeys "<PASS>"
Thanks in advance.
-
I believe you need to use ELEMENT ACTION -->SendKeys for PASS instead of BROWSER ACTION
-
I know bro, but ELEMENT ACTION not find o element and show error
-
@Ruri Could you explain to me how to do that while loop please, I could not add the delay in that block. Thanks in advance
-
@G0st_7
if Find Element is setup properly use Action -->WaitForElement and then send key
-
Not found bro, o block no find element, it just doesn't get it and shows error message "Can't find element"
-
There is a guide in the loliscript guides section about while loops
-
#WAIT ELEMENTACTION XPath "/html/body"
-
@rolandehanlon755 Find Element doesn't work, that's why put the BROWSER lock
-
I attach the images of the aforementioned, I must place a delay so that the block sends the numbers slower:
-
Hi, I already solved it, apparently it is a problem with the chromedriver version, I changed it to geckodriver and it is working; I look forward to OB2. Thanks for everything @Ruri we love you