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 768 forks source link

It takes forever to store xpath count, any way to use StatusOK in chrome? #1573

Open wykbon opened 1 year ago

wykbon commented 1 year ago

what I want to do is to check if I can find the textarea, if not, click another link(refresh) When I loop around 40 times, the xpath count will suddenly keep loading for a very long time(like 10minutes), until I refresh the page manully. but if I use f12 to check the html, it actually has textarea.

I tried to use statusOK, but is not working in selenium ide chrome. it shows unexpected error{ .

Is there another way to work around it? like if the click timeout, then xxx. or Ignore error?

image image
smildlzj commented 1 year ago

e....哥们, 会不会使用错误. 我喵了下ide的源码. 用storeElementCount代替看看