|
[chromedriver] Add chrome.detach option for configuring Chrome not to quit
when its automation client disconnects. chrome.detach is currently implemented
by using a NamedProxyLauncher. We also add a new switch that accomplishes
the same purpose.
Also, modify pre-post command execution steps in two ways:
1) wait for loads post execution, in case pyauto issues a non-webdriver
command which expects the load to be finished
2) only return a frame checking error if no alert is present
BUG= 87676, 93438
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97557
Total comments: 1
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+146 lines, -12 lines) |
Patch |
|
M |
chrome/browser/automation/automation_provider.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/commands/command.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/commands/command.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/commands/create_session.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/commands/response.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/commands/webdriver_command.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/commands/webdriver_command.cc
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/test/alerts.html
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/test/chromedriver_tests.py
|
View
|
1
2
3
4
|
4 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_automation.h
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_automation.cc
|
View
|
1
|
3 chunks |
+31 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_dispatch.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_error.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_error.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_session.h
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_session.cc
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -3 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|