--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/304ae244-0bcb-49ed-b972-53a66c948116%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/6f3db7ac-d433-4b42-b5a7-45d2d9da7733%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Why wouldn't the following work instead of leaving a browser open and creating an unstable automation environment ?If the search in the log is successful then1. Take a screenshot2. Extract the page source and save it to the file system.Wouldnt that be a lot more cleaner solution instead of leaving the browser open and inducing manual intervention required for automation ?Also remember that the browser is controlled internally by a timeout at the WebDriver level which means after sometime WebDriver is probably going to clean up your browser instance anyway. I don't remember the exact setting but I think its there.
On Saturday, June 22, 2013, Vaibhav Misra wrote:
I had thought about putting a sleep but is there a more clean way to achieve it. inserting a sleep can always be done
On Friday, June 21, 2013 10:38:17 PM UTC+5:30, Vaibhav Misra wrote:Hi All,--Is there a way to keep the browser window open even after the test execution is complete? I am trying to search different strings in a log file and if relevant results are found then i would like to keep the browser open so that results can be viewed at a later time.But the browser window closes after 5 minutes (approx.) of test execution. Is there any option by which i can extend this time period?Selenium 2.33, Win 7, FF and Chrome. I am using remote web driver class.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/6f3db7ac-d433-4b42-b5a7-45d2d9da7733%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/155c1270-abb3-43a4-b4ae-94b0a5aea0db%40googlegroups.com.