How to remote debug my application with an IDE?

In Selenium IDE, my application has a button wherein a new window opens. There's a link in a table/grid. Clicking on that link, the first window is again displayed. My question is, what is the best way to do this?

  • I'm testing a web application using Selenium IDE. In play and record, a pop up window opens, wherein a link has to be selected and return to the previous webpage. How do I code this part of opening the link and selecting the link using IDE?

  • Answer:

    Try using selectWindow | windowName command

Mayur Shah at Quora Visit the source

Was this solution helpful to you?

Other answers

I have the same problem only with Internet Explorer. My script works fine with all browsers. When I manually click on a submit button it opens the result in a new tab but when the script makes a click, it opens a new window and again asks to fill up the form.

Sachin Anto

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.