Skip to content

Instantly share code, notes, and snippets.

View venkywarriors's full-sized avatar
🏆
Pythians

Venkateshwara Rao Doijode venkywarriors

🏆
Pythians
View GitHub Profile

Selenium with Python

Author: Baiju Muthukadan
Email:baiju.m.mail AT gmail.com
Version: 0.3.2
@venkywarriors
venkywarriors / selenium-examples.py
Created May 17, 2018 12:33 — forked from hugs/selenium-examples.py
Example code for using the Selenium 2 Python bindings.
# To install the Python client library:
# pip install -U selenium
# Import the Selenium 2 namespace (aka "webdriver")
from selenium import webdriver
# iPhone
driver = webdriver.Remote(browser_name="iphone", command_executor='http://172.24.101.36:3001/hub')
# Android