robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Cannot slect and test Modal Dialogues. When popup test is frozen #9

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by m.marag... on 12 Oct 2008

What steps will reproduce the problem?

  1. Try to use a page that will display a popup window. i.e an authentication dialogue
  2. Cannot select it and enter the required info , thus test is stack... 3.

What is the expected output? What do you see instead? Should be able to select the popup and enter required info and submit it

What version of the product are you using? On what operating system? Robot framework 2.02 with latest selenium on ubuntu 8.04 or RHEL 4.6

Please provide any additional information below.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 14 Oct 2008

Implemented 'Select Window' keyword in r58. This keyword is able to select the popup window.

Jibin1995 commented 1 year ago

I was trying to interact with modal popup window and tried with Switch window and Select window...still the elements are not interactable....can someone help me ?