|
Fix minor issues in ChromeDriver:
-return a user-friendly error if alerts or advanced user interactions are not supported
-change custom switches capability from dictionary to list of
switches
-fix bug where custom Chrome binary was not being used if custom switches were not provided
-do not use DictionaryValue path expansion for capabilities
-only print stacktraces on linux
-remove 'chrome-dir' argument for chromedriver
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86393
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+216 lines, -111 lines) |
Patch |
 |
M |
chrome/test/webdriver/automation.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/automation.cc
|
View
|
1
|
9 chunks |
+92 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/chromedriver_tests.py
|
View
|
1
|
4 chunks |
+56 lines, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/commands/create_session.cc
|
View
|
1
|
1 chunk |
+47 lines, -34 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/commands/session_with_id.cc
|
View
|
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/server.cc
|
View
|
|
3 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/session_manager.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/session_manager.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/test/webdriver/webdriver_error.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|