Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start running webdriver tests #13261

Closed
wants to merge 9 commits into from

Start webdriver session after creating it.

  • Loading branch information
jdm committed Sep 14, 2016
commit cdfe796858603f0e1510a186b959a5d2577f91e0
@@ -301,6 +301,7 @@ def setup(self, runner):
"Establishing new WebDriver session with %s" % self.server.url)
self.session = webdriver.Session(
self.server.host, self.server.port, self.server.base_path)
self.session.start()
except Exception:
self.logger.error(traceback.format_exc())
self.executor.runner.send_message("init_failed")
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.