Closed AlexandraMoga closed 2 years ago
Could you please attach a trace-level log from geckodriver?
Closing issue due to missing feedback from reporter.
@whimboo apologies for the late reply. This error is intermittent so I haven't been able to pull out driver logs. I've managed to reproduce it recently and I have log output for it. Hope this helps.
@AlexandraMoga thanks for the logs. So the test is clicking a link that redirects to a download. This is known to be broken and needs to be handled differently. I'm going to duplicate this issue to issue #1065.
System
Testcase
On https://addons.mozilla.org/en-US/firefox/, click on the "Themes" link in the header menu. The element is located in this
html
bit:Stacktrace
stacktrace.zip
More details
I'm receiving this error intermittently and always for a
click()
event; It can happen randomly with elements I have to click on. I'm also generating a test report after each run and I can see in the captured screenshot at failure that the click occurred actually, given that the expected page was opened.