SeleniumHQ / selenium-ide

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

Please help me..web selenium-ide , when error will end not run #1858

Open anyykd opened 2 months ago

anyykd commented 2 months ago

aaa I spent a month without success, I hope someone can help me... This click error will not run. I hope that this line can continue to rerty until it becomes the next line... and then run without stopping... Can anyone write me in detail... This problem is making me very hard... Urgent ;(

anyykd commented 2 months ago

anyone can help me....?

toddtarsi commented 2 months ago

I generally only help with v4, and I haven't in months honestly. v4 has built in async controls

toddtarsi commented 2 months ago

in v4, click for example polls until element is present, then polls until its visible, then attempts a click until it succeeds or the implicit 5s timeout expires

anyykd commented 2 months ago

@toddtarsi thank you reply me , i am very happy!! can you teach me how to edit,,show me ....thanks

toddtarsi commented 2 months ago

latest v4 beta is here: https://github.com/SeleniumHQ/selenium-ide/releases/tag/v4.0.1-beta.14

command to migrate existing v3 side project to v4 if you have npm: npx @seleniumhq/side-migrate v3project.side v4project.side

toddtarsi commented 2 months ago

Also you can download directly from npm as well:

npm i -g selenium-ide

After that, you can just run it from terminal via selenium-ide

anyykd commented 2 months ago

happy to see you reply me again..,! https://github.com/SeleniumHQ/selenium-ide/releases/tag/v4.0.1-beta.14 which one i need to download.. i am learning selenium..

anyykd commented 2 months ago

@toddtarsi i am using web plugin selenium-ide..

toddtarsi commented 2 months ago

@anyykd - I haven't maintained that in years. I wouldn't recommend web version. I'd recommend downloading v4 binary. It is glitchier because I'm more threadbare than the v3 team was, but the underlying systems are fundamentally more stable and consistent.

anyykd commented 2 months ago

@toddtarsi thanks!!, i downloaded 4.0.1-beta.14.exe , function look like same as web selenium ide... i dont know how to set my Require 。。。