SeleniumHQ / selenium-ide

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

Selenium IDE option is missing in Selenium IDE Windows App #1800

Open bawarim opened 3 months ago

bawarim commented 3 months ago

Hi Team,

I am using selenium IDE windows app. And during the recording I have observed that selenium IDE option is missing to perform the assertions when we do the right click on an element.

image

While, the same is available in browser extension. Could you please help?

image

toddtarsi commented 3 months ago

@bawarim - Looking at this screenshot, I see the builtin browser right click stuff and just the label for Selenium IDE in browser. What in particular are you looking for? Assert variants of the wait for stuff?

bawarim commented 3 months ago

Yes, when we do right click on browser then we get Selenium IDE option which we can select to choose from list of different assertions. image

But In selenium IDE windows app, I can not find this kind of shortcut to perform assertions.

bawarim commented 3 months ago

@toddtarsi Any input on this?

toddtarsi commented 3 months ago

@bawarim - Oh yeah, this will be no issue! I only kept the wait for checks because they're so much more resilient, but if people want access to asserts, I'll add em too. Do we need verify? I never knew the difference between an assert and a verify tbh

toddtarsi commented 3 months ago

@bawarim - Also, you should try the latest beta! It's a much more intuitive using experience IMO