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 such kind of events. Here i am trying to show you the use of “fireEvent” command with focus or blur event. You can handle any other event in this way. “fireEvent” command with … Read more