How to record popup windows with selenium IDE

0 votes
While recording through IDE, if a popup window opens, it does not get recorded. "At the time of executing an error message is displayed. Please help me out.
Apr 7, 2018 in Selenium by Martin
• 4,320 points
2,718 views

1 answer to this question.

0 votes
If the popup window has a name like, opening from javascript window.open(URL, name), then its possible to add a command to check the content of popup. Similar to: waitForPopUp | winId | 30000 selectWindow | winId ... close

However, if there is no name for the window like, opened from <a target="_blank"> then you are out of luck.

Check out this doc for better understanding: http://wiki.openqa.org/display/SEL/Selenium+Core+FAQ#SeleniumCoreFAQ-HowdoIworkwithapopupwindow%3F
answered Apr 7, 2018 by nsv999
• 5,500 points

Related Questions In Selenium

0 votes
1 answer

How to record popup windows with selenium IDE

If that pop up window has name, ...READ MORE

answered Sep 28, 2018 in Selenium by Meci Matt
• 9,460 points
1,319 views
0 votes
1 answer

How to handle the popup of file upload in Windows OS with WebDriver?

The value of name locator has probably ...READ MORE

answered Apr 25, 2018 in Selenium by king_kenny
• 3,710 points
17,902 views
0 votes
1 answer

How to login a forum using Selenium with Python

You should try to directly log in ...READ MORE

answered Apr 27, 2018 in Selenium by Samarpit
• 5,910 points
2,379 views
0 votes
1 answer

How to use Selenium IDE ?

There are a couple of good videos ...READ MORE

answered May 3, 2018 in Selenium by wrecker
• 3,110 points
545 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,711 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,680 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,551 views
0 votes
1 answer
0 votes
2 answers

How to use Selenium with Python?

Hey Shubham, you can checkout this thread ...READ MORE

answered Aug 26, 2019 in Selenium by Abha
• 28,140 points
833 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP