After updating to the Firefox to version 52, i had to update gecko driver to v17. But all my previous scripts fail in Firefox, becase it is too fast and not wating for element on the page to load.
I am now forced to add Thread.sleep wait for each click. Is there any solution you guys can help me with?
Works in Chrome better, but need both to be working the same.
I run testNg and the exception i get is: Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
I fixed it by insterting Thread.sleep which is not recommended but this is the only thing that works. Fluent wait didnot work or me
1505314327534 geckodriver INFO Listening on 127.0.0.1:42753 1505314328131 mozprofile::profile INFO Using profile path C:\User\AppData\Local\Temp\rust_mozprofile.NX5A3KOOQr 1505314328136 geckodriver::marionette INFO Starting browser C:/Program Files/Mozilla Firefox/firefox.exe with args [] 1505314328150 geckodriver::marionette INFO Connecting to Marionette on localhost:65331 1505314331570 Marionette INFO Listening on port 65331