Handling events like focus or blur in selenium with “fireEvent” command
There are many types of HTML DOM Events available on web page. In selenium IDE, “fireEvent” command is the solution to handle […]
There are many types of HTML DOM Events available on web page. In selenium IDE, “fireEvent” command is the solution to handle […]
Learn how to use storeElementPositionLeft and storeElementPositionTop in Selenium IDE to capture element positions for layout testing and visual validation.
“chooseCancelOnNextConfirmation” command “chooseCancelOnNextConfirmation” command used with confirmation popup box. When you are performing some major action like deleting records at that place […]
There are too many commands starting with “verify” and “assert” text. Both these commands are the same excluding one difference and that […]