Selenium – How to select window if window do not have title or name
Selecting new opened window using “selectWindow” command in selenium IDE is very easy if new window has title or name. Click here […]
Selecting new opened window using “selectWindow” command in selenium IDE is very easy if new window has title or name. Click here […]
“assertSelectOptions” and “assertNotSelectOptions” commands are useful to assert that required values in list box are selected or not. Few days back, I had […]
Many tutorial post are available for selenium IDE Mouse related commands but mouse scrolling event was missing from them till now. You […]
As you know, there are many assertions commands available in selenium IDE. You can view list of assertion commands with example tutorial […]