Selenium and Report Viewer
Page 1 of 1 • Share •
Selenium and Report Viewer
Hi guys, I'm having some problems with selenium and report viewer, I did the test and when I execute, selenium doesn't find the report, is like selenium doesn't see the popup where the report is, and I'm using c# to customize the test and I tried a lot of functions of selenium to resolve the problem, like getAllWindownames, getAllwindowtiles, getAllwindowIds, but is look like there was not any popup with the report. Anyone Cam halp me? Thanks!
Rodrigo Devellis- Posts: 2
Join date: 2010-01-21
Re: Selenium and Report Viewer
hi,
Which report are you talking about which selenium generate or your application generate some report?
If you answer is second one than read below:
If your report pop up come in form of window dialog box to download or open the report then selenium won't recognize it. you have to find different approach to identify it.
If your report come in pop of application itself than you can identify it easily just verifypopup etc.
I hope this will help you. Best of luck.
Bye
Which report are you talking about which selenium generate or your application generate some report?
If you answer is second one than read below:
If your report pop up come in form of window dialog box to download or open the report then selenium won't recognize it. you have to find different approach to identify it.
If your report come in pop of application itself than you can identify it easily just verifypopup etc.
I hope this will help you. Best of luck.
Bye
Re: Selenium and Report Viewer
My application which generated the report in a popup, but selenium doesn't recognize it, it's like the poup isn't exits at the moment, when I'm recording the test, selenium record everythem, but when I'm running the teste, selenium doesn't find. I'm using reporting services with c#.
Thanks!
Thanks!
Rodrigo Devellis- Posts: 2
Join date: 2010-01-21
Similar topics» Butthurt Report Form. Enjoy ~
» Progress Report of Unit No. 6 for the month of May 2009
» Selenium and Report Viewer
» IE9 and Selenium
» Using Selenium RC with Perl on EclipseIDE, How to generate Report?
» Progress Report of Unit No. 6 for the month of May 2009
» Selenium and Report Viewer
» IE9 and Selenium
» Using Selenium RC with Perl on EclipseIDE, How to generate Report?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case