webdriver_client 0.2.5

WebDriver client library
Documentation
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <title>Test page title</title>
  </head>
  <body>
	  <iframe src="inner_frame.html"></iframe>
  </body>
</html>