Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
kclrajan
Posts : 1
Join date : 2012-10-23

How to Handle Modal dialog window issue (Using Selenium IDE) in Firefox 3.0 Empty How to Handle Modal dialog window issue (Using Selenium IDE) in Firefox 3.0

Tue Oct 23, 2012 9:52 pm
Hi,

I have an issue regarding the modal dailog window using IDE in firefox browser.

Problem: In one of my application, after i click on Add button (selenium.click("ctl00_ContentPlaceHolderRight_btnAddContract").A modal dialog window is displayed.In that modal window, i want to enter certain input data(Refer the code 2),but here the focus is not moved to that modal window from the parent window.I thought after modal window appeared the javascript gets suspended for the parent.Selenium still pointing to the parent window also gets suspended.Finally the rest of the code gets suspended.


Here i use Selenium RC.


Code 1:
Line 1:selenium.click("ctl00_ContentPlaceHolderRight_btnAddContract");
Line 2:selenium.waitForPageToLoad("120000");


Code 2:
Modal Window Fields:
Line 3: selenium.type("ctl00_ContentPlaceHolderRight_txtContractName,"Contract_Name2")

Line 4 :selenium.type("ctl00_ContentPlaceHolderRight_txtSystemRec",Contract_SystemRec")

Line 5: selenium.type(]"ctl00_ContentPlaceHolderRight_txtSystemRecordID", Contract_SystemRecordID");

Contract_Name2,Contract_SystemRec,Contract_SystemRecordID - These are all parameterized Input(From Excel Doc).


Can any one please provide me a solution for this issue ?
Back to top
Permissions in this forum:
You cannot reply to topics in this forum