log « selenium « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » selenium » log 

1. In Selenium, how do I turn off logging?    stackoverflow.com

I am using the following method:

set_browser_log_level 'off'
but my log level continues to include INFOs. I am trying to suppress both logging and the "Last 4 commands" display for when my test enters ...

2. how to test logging in with openid using selenium    stackoverflow.com

Is there a way to test logging in to a site with open id using selenium? In selenium all the tests live in the server, so once fill the open id url ...

3. Is there a way to take screenshots during a scheduled task if the user isn't logged in?    stackoverflow.com

I have a scheduled task that runs a set of Selenium tests every night at 3:30am. These tests also take a screenshot if they fail and email that screenshot to the ...

4. selenium-rc: how to clear the network traffic logs on the selenium w/o getting them    stackoverflow.com

I perform a process using selenium (i.e open pages, click on links,..) and I want to get the network traffic only of the last page and only on error. That is, ...

5. How do I Log selenium RC output    stackoverflow.com

I have a test hub .Net application which can fire off different selenium tests. I'm looking for a good way to record the results of that specific test and tell the user ...

6. LoggingSelenium for HTML tests?    stackoverflow.com

Currently, I'm running selenium HTML tests like this: java -jar scripts/selenium-server-standalone-2.4.0.jar -browserSessionReuse -htmlSuite *firefox $targetServer ./test/selenium/html/TestSuite.html ./target/selenium/html/TestSuiteResults.html LoggingSelenium looks pretty interesting, but I don't see how to use it with the ...

7. Cannot see Selenium logs    stackoverflow.com

I am not able see Selenium LOGs files by clicking the Show log button present in the Selenium rc window after each time my scripts run. Are any settings needed to ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.