Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Forked from anonymous/gist:88d99f52a05aedc4c514
Last active August 29, 2015 14:16
Show Gist options
  • Save AutomatedTester/ac4a03301998b3cf2e9c to your computer and use it in GitHub Desktop.
Save AutomatedTester/ac4a03301998b3cf2e9c to your computer and use it in GitHub Desktop.
import pytest
from selenium import webdriver
def test_this_awesomeness():
driver = webdriver.Firefox()
driver.get('http://www.duluxtradepaintexpert.co.uk/colours/picker')
title = driver.title
driver.quit()
print title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment