diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-04-25 16:24:00 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-04-25 16:24:00 +0200 |
commit | c5a8773b175e29ec5b7da003596488180ec52a7d (patch) | |
tree | 897a4b383bc467305eea38d94a3ee3e99d723bbd /selenium/README | |
parent | 52707f87e7faf1ae985c88b6787b688d121b538b (diff) |
selenium skeleton and README
Diffstat (limited to 'selenium/README')
-rw-r--r-- | selenium/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/selenium/README b/selenium/README new file mode 100644 index 000000000..de99e6610 --- /dev/null +++ b/selenium/README @@ -0,0 +1,7 @@ +Directory containing testscases for testing the wallet with Selenium ChromeDriver. + +[1] Contains the ChromeDriver Pythonic documentation +[2] Tells which fields (and which values) the 'loggingPrefs' capability expects + +[1] http://seleniumhq.github.io/selenium/docs/api/py/index.html +[2] https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities#loggingpreferences-json-object |