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

Unified Diff: components/test/data/password_manager/websitetest.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 | « components/test/data/password_manager/tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/websitetest.py
diff --git a/components/test/data/password_manager/websitetest.py b/components/test/data/password_manager/websitetest.py
index b63d64badd802cfb40bcec202574be5d7cbfa374..8bc619a2d0c2a25e831f7b42f27f21a0cd361a83 100644
--- a/components/test/data/password_manager/websitetest.py
+++ b/components/test/data/password_manager/websitetest.py
@@ -5,8 +5,11 @@
"""WebsiteTest testing class."""
import logging
+import sys
import time
+sys.path.insert(0, '../../../../third_party/webdriver/pylib/')
+
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
« no previous file with comments | « components/test/data/password_manager/tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698