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
ibmdirector
Posts : 2
Join date : 2010-07-06

Selenium Junits not displaying frames  Empty Selenium Junits not displaying frames

Tue Jul 06, 2010 4:58 pm
Hi All,

I am facing a problem with the Junit of my selenium testcase. My product uses web console and for each functionality , a frame is opened . We make use of AJAX in our web console.

The problem is , when I use the IDE, the frame appears as the active window and I am able to see the operations performed by selenium on the webconsole. Where as When I run the Junits, the frame opens inside the window , but I am not able to look at the frame or the operations performed on the frame.

The URL is :8422/ibm/console/" title="https://:8422/ibm/console/" class="link">https://:8422/ibm/console/ () . After the login the url changes as :8422/ibm/console/login.do?action=secure." title="https://:8422/ibm/console/login.do?action=secure." class="link">https://:8422/ibm/console/login.do?action=secure. ()

When I click on any link, a new frame opens but that frame is not displayed( A tab accompanies each frame. Only the tab appears, but not the frame ) and if some other frame is opened from the previously opened frame then that newly opened frame is not displayed, but the operations like click, type, verify are working and passing ( this is what the testrunner says. But we cant see it happen.).

Eagerly awaiting any possible workarounds or the usage problem. Thanks in advance.

Piyush Jain
Balaji
avatar
ibmdirector
Posts : 2
Join date : 2010-07-06

Selenium Junits not displaying frames  Empty Re: Selenium Junits not displaying frames

Wed Jul 07, 2010 2:04 pm
We have used -browserSessionReuse options while starting RC to avoid that issue.. now this is working fine.

Thanks
Piyush Jain
Balaji
Back to top
Permissions in this forum:
You cannot reply to topics in this forum