Encountering difficulties while trying to test a pop-up menu using Selenium IDE.
The issue arises when attempting to click on a button within the pop-up that triggers a JavaScript function to update a list and close the pop-up.
Although the test is programmed to click on the button, the JavaScript function fails to execute and the pop-up remains open.
Interestingly, manually double-clicking on the command resolves the problem, or splitting the test into two separate cases allows successful execution.
Has anyone else experienced this issue before and can provide insight into what might be causing it?
verifyElementPresent | //td[2]/a/img | |
click | //td[2]/a/img | |
waitForPopUp | lookup | 30000 |
selectWindow | name=lookup | |
click | Checkbox1 | |
click | //table[@id='Table2']/tbody/tr/td[1]/a/img | |