SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.8k stars 765 forks source link

When the web page is refreshed after the click, subsequent clicks do not run #1621

Open bymechul opened 1 year ago

bymechul commented 1 year ago

I do a click on a website and after that click some events happen, the same page refreshes and no click process works while I try to make another click.

there is the target. and i did pause (5 second) but don't work.

why??

edit: I use firefox selenium ide extension.

toddtarsi commented 1 year ago

@bymechul - I'm sorry to give you a pretty bad answer, but I'm only helping out with full outages for v3. No development effort is focused here any more. v4 has been in active development for about 9 months, and, while still in alpha, is somewhere that I fix the bugs at least:

https://github.com/SeleniumHQ/selenium-ide/releases/tag/latest

For a bit more context, the bug you're encountering is likely due to emulated js running instead of true driver automation. v4 instead uses that, and a lot of these problems go away (but it is in alpha, so expect bugs)