You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
browser.ClickButton("Search", new Options { WaitBeforeClick = TimeSpan.FromMilliseconds(0.2) } )
This doesn't seem to work for me - I've increased it to 20 seconds but it is definitely not pausing before clicking, I've looked in the source code and I can't see anything crazy in there that means it shouldn't wait?
The text was updated successfully, but these errors were encountered:
browser.ClickButton("Search", new Options { WaitBeforeClick = TimeSpan.FromMilliseconds(0.2) } )
This doesn't seem to work for me - I've increased it to 20 seconds but it is definitely not pausing before clicking, I've looked in the source code and I can't see anything crazy in there that means it shouldn't wait?
The text was updated successfully, but these errors were encountered: