SeleniumHQ / selenium-ide

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

Selenium IDE Google Chrome Extension Assert empty text #1655

Open petar1201 opened 1 year ago

petar1201 commented 1 year ago

Hello guys, has anyone tried asserting some element which doesn't have any text, because assert element present returns true, and assert text times out, saying it can not find speficic element. Using documentation i could find online, i realised that this is just how assert text works. So i am asking if there is some workaround in using only extension, without combination of commands and java script assertions?