Contribute Media
A thank you to everyone who makes this possible: Read More

Hacking the Selenium WebDriver

Description

In this talk we would dive into the the heart of the Selenium WebDriver's python implementation. WebDriver is the de-facto automation standard for the web, and quite recently a rising start in mobile automation as well (via Appium). We will briefly describe the WebDriver wire protocol, which is the API layer of the automation, and see its python implementation. We will build a quick SDK wrapping the WebDriver class: It will be able to record (and export) actions done using a WebDriver instance, which can later be viewed or replayed by external tools.

Slides available here: http://il.pycon.org/2016/static/sessions/daniel-puterman.pdf

Details

Improve this page