Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: components/test/data/password_manager/environment.py

Issue 386423002: Allow the test bots to easily run the password manager python tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/test/data/password_manager/run_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/environment.py
diff --git a/components/test/data/password_manager/environment.py b/components/test/data/password_manager/environment.py
index dc4d09613494de7f9f610d2f740475d56f9a0914..1baa316a0efd8a456fe0cab4e3c14019a591cbdd 100644
--- a/components/test/data/password_manager/environment.py
+++ b/components/test/data/password_manager/environment.py
@@ -6,11 +6,14 @@
import logging
import shutil
+import sys
import time
import traceback
from xml.etree import ElementTree
from xml.sax.saxutils import escape
+sys.path.insert(0, '../../../../third_party/webdriver/pylib/')
+
from selenium import webdriver
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import WebDriverException
« no previous file with comments | « no previous file | components/test/data/password_manager/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698