Instructions for handling popup windows in Selenium 2 (WebDriver) can be found at the following link:
The instructions state that testing popup windows in Selenium 2 involves switching the driver to the popup window and then running the corresponding actions.
I am currently using Selenium IDE to create and execute my test cases. Where should I insert the provided Java code for handling popup windows?
Although I cannot directly modify the source code, I have the flexibility to make changes within Selenium itself.