Skip to content

Instantly share code, notes, and snippets.

Created February 24, 2015 14:38
Show Gist options
  • Save anonymous/88d99f52a05aedc4c514 to your computer and use it in GitHub Desktop.
Save anonymous/88d99f52a05aedc4c514 to your computer and use it in GitHub Desktop.
import pytest
from selenium import webdriver
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