hi to all,
So the problem starts when doing keycheck on data.source and selenium doesn’t wait for the response from the server (after sending the request) , so the page isn’t fully loaded yet,… therefor no key to find yet.
I tried to add Deley block before the keycheck, and it works fine when I use NON headless browser, but soon as I turn on the headless browser, OB kinda ignores the Deley block.
Is there any method to wait for the response in selenium(after sending the request), and then do the keycheck? What would be the easy method to implement something like that?..