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

Side by Side Diff: chrome/test/data/chromedriver/nested_frameset.html

Issue 1799183002: [ChromeDriver] Add nested frame xpath expression in order to switch to frame present inside nested … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « chrome/test/chromedriver/window_commands.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>HTML Nested Frames</title>
5 </head>
6 <frameset rows="*,*">
7 <frame src="page_test.html" name="first_frame" id="1Frame"/>
8 <frameset cols="*,*,*">
9 <frame src="link_nav.html" name="second_frame" id="2Frame"/>
10 <frame src="console_log.html" name="third_frame"/>
11 <frameset rows="*,*">
12 <frame src="nested.html" name="fourth_frame"/>
13 <frame src="subpage_linknav.html" name="fifth_frame"/>
14 </frameset>
15 </frameset>
16 </frameset>
17 </html>
OLDNEW
« no previous file with comments | « chrome/test/chromedriver/window_commands.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698