|
[chromedriver] Added option to make element references W3C compliant.
When a chromedrvier session is created with a flag for W3C compliance,
chromedriver will reference the element with a UUID in place of the
existing ID generation method.
Chromedriver wrapping/unwrapping functions have been changed to match
the new referencing when the W3C flag is true.
BUG=
Total comments: 30
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+281 lines, -64 lines) |
Patch |
|
M |
chrome/test/chromedriver/chrome/chrome.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_desktop_impl.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
|
View
|
1
2
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_impl.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_impl.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/devtools_http_client.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/web_view_impl.h
|
View
|
1
2
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/web_view_impl.cc
|
View
|
1
2
|
5 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome_launcher.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome_launcher.cc
|
View
|
1
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/client/chromedriver.py
|
View
|
1
2
3
|
3 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/commands.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/element_util.cc
|
View
|
1
2
|
5 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/js/call_function.js
|
View
|
1
2
3
|
6 chunks |
+117 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/js/call_function_test.html
|
View
|
1
2
|
4 chunks |
+27 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/session.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/session_commands.cc
|
View
|
1
2
|
12 chunks |
+20 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/test/run_py_tests.py
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/window_commands.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
chrome/test/data/chromedriver/element_ref.html
|
View
|
1
2
3
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/data/chromedriver/orientation_test.html
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (5 generated)
|