- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How do you focus on new windows with selenium ide?
We can focus on new windows with Selenium IDE. On clicking a link, a new tab or a window opens. After accessing the new window, we can close it and shift to the parent window.
Click on a link with the below step. Visit site is the name of the link to be clicked.
Select the window which opened on clicking the link.
Add Event is the page title of the window opened on clicking the link. Now, we can perform actions on the new window.
Close the new window with the below step.
Step back to the parent window with the below step. The EditingEvents is the name of the parent window.
- Related Articles
- How do I use Selenium IDE?
- How do I change focus to a new popup tab in Selenium?
- IDE for Python programming on Windows
- What is the best IDE for C# on Windows?
- How to use Selenium IDE?
- Why do we use WebDriver instead of Selenium IDE?
- How do you test pages that require authentication with Selenium?
- How to handle child windows in Selenium with python?
- How do you click on an element which is hidden using Selenium WebDriver?
- How do you automatically download a Pdf with Selenium Webdriver in Python?
- How do you check scroll position using selenium?
- How do you handle End-of-Line characters in Git on Windows / Linux / Mac Operating Systems?
- How do you check if a widget has a focus in Tkinter?
- The Best C++ IDE or Editor for Windows
- How to keep the window focus on the new Toplevel() window in Tkinter?

Advertisements