Skip to content

Instantly share code, notes, and snippets.

View andragabr's full-sized avatar

Andra andragabr

View GitHub Profile
# 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
@andragabr
andragabr / stopwatch.py
Last active August 29, 2015 14:07 — forked from csaez/stopwatch.py
# Mini-project #3 - "Stopwatch: The Game"
#
# 'Introduction to Interactive Programming in Python' Course
# RICE University - coursera.org
# by Joe Warren, John Greiner, Stephen Wong, Scott Rixner
import simplegui
# define global variables