I did a quick search of the forums, so hopefully I'm not asking a question that's already been answered. My problem is that I am trying to click a button in a specific popup. I have several popups that come up through the course of the test that I am working on, and they all work fine when I reference the button as //input[@type='image']. The problem is that this particular popup has two input buttons, both of type image. I tried to reference it as save, //input[@name='save'], //td[23]/tr/input, //td[23]/tr, and just about anything else i could think of. When I run the script, I get to the clickAndWait command and it prints many, many lines reading "[error] modifyWindow: Window was closed!". However, if I right-click the command and click Execute, it works perfectly. I can't figure out what is wrong with my script, but I would really appreciate any help. I'm sure I've left out some bit of information, so if there's anything else you need to know in order to help me, I'd be happy to provide it. Thanks!