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
sripathy23
Posts : 1
Join date : 2011-01-12

Selenium is not capturing a tool run from a browser Empty Selenium is not capturing a tool run from a browser

Wed Jan 12, 2011 10:24 am
Hi,

I've a question regarding capturing event launched from a client manager interface from a browser.

Our company has appworx 8.0 tool which is used to schedule task. I'm looking at selenium to capture the events from this tool.

To launch the tool I need to use the following steps:

1. Launch a URL from firefox browser (Selenium captures the loading of the page)
2. Inside the URL there is a link "Start client manager interface". When I click on the link, a java application tool launches (client .jnlp) and the appworx tool is launched in a separate window (Note that it is not a browser window). The selenium IDE doesn't capture this tool and hence I'm unable to capture any events that takes place within this tool.

Can Selenium IDE or any product of Selenium capture the tool that is launched from a link "Start client application manager interface" from a browser. If so, how it can be achieved.

If selenium cannot capture the event from a tool, could you please suggest any open source automation tool that captures the event when a tool is launched from a browser window and also captures event within that tool.

Thanks,
Sripathy
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Selenium is not capturing a tool run from a browser Empty Re: Selenium is not capturing a tool run from a browser

Fri Jan 28, 2011 7:38 pm
hi,

If that window is opening in window frame or child window then it's not possible to to perform operation on it because selenium works only in web browser not on windows applet or frame.

But if your "appworx tool" is launching in browser then you can find certain work around. Try to look into webdriver , is such kind of handling present in that.

Best of luck
Back to top
Permissions in this forum:
You cannot reply to topics in this forum