> I want to say how object will be identified in popup window. If it will having checkboxes, textboxes, hyperlinks etc.
As OP mentioned, then it must be generated by the page/site via JS,
etc. Because standard browser popups only have text, titlebard, and
some buttons (OK/Cancel/Yes/No).
> But, the popup window opened is not having right click enabled and any type of IE developer tool. How can i have control over the popup window and able to find the element properties.
The problem for the OP as I can see is not necessarily about switching
to the popup and work with it in WebDriver. OP is developing/debugging
test in/for IE, and as such can't inspect elements in that popup using
IE tools (no Firebug) because I guess some developer decided to
disallow right-click context menu mouse option. Which is often used to
view source or inspect elements, etc.
For the OP, I suggest you look at a tool called DebugBar for IE. I
prefer it over the IE developer toolbar. Similar features but less
slow/buggy than using the native IE one. And you can inspect elements
by dragging the inspector icon on the toolbar to the element of
interest, which means you don't need right-click ability.
On May 1, 8:50 am, Mike Riley <
lvskip...@cox.net> wrote:
> What is creating the pop-up window? Is it done via JavaScript or what?
>
> If the pop-up window is HTML then you simply need to switch to it and you
> should have access to the HTML elements in that window, assuming it is an
> HTML window and not something created by a Java Applet (for example).
>
> If you shared the HTML code around that radio button it might help us help
> you.
>
> Mike
>
>
>
>
>
>
>
> On Tuesday, May 1, 2012 7:22:27 AM UTC-7, mukesh rawat wrote:
>
> > Hi Peter,
>
> > I want to say how object will be identified in popup window. If it will
> > having checkboxes, textboxes, hyperlinks etc.
> > Not having view source option from any where.
>
> > Thanks,
> > Mukesh
> >
mrawat...@gmail.com
>
> > On Tue, May 1, 2012 at 11:03 AM, Peter Gale <
> >
peterjeffreyg...@hotmail.co.uk> wrote:
>
> >> A popup is not a web page.
>
> >> Seee the online documentation for how to handle popup dialogs - here for
> >> example:
http://seleniumhq.org/docs/03_webdriver.html
>
> >> Peter
>
> >> > Date: Tue, 1 May 2012 03:57:42 -0700
> >> > Subject: [webdriver] Contol over PopUp not having enable IE developer
> >> tool
> >> > From:
mrawat...@gmail.com
> >> > To:
webd...@googlegroups.com
>
> >> > Hi,
> >> > My application runs on IE, in my application when i select a specific
> >> > radio button then a popup window is opened. But, the popup window
> >> > opened is not having right click enabled and any type of IE developer
> >> > tool.
> >> > How can i have control over the popup window and able to find the
> >> > element properties.
>
> >> > Thanks,
> >> > Mukesh
> >> >
mrawat...@gmail.com
>
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> Groups "webdriver" group.
> >> > To post to this group, send email to
webd...@googlegroups.com.
> >> > To unsubscribe from this group, send email to
> >>
webdriver+...@googlegroups.com.
> >>
webdriver+...@googlegroups.com.