This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from selenium import webdriver | |
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities | |
caps = {} | |
caps['browserName'] = 'IE' | |
caps['version']='10.0' | |
caps['browserstack.debug']='true' | |
driver = webdriver.Remote(command_executor='https://openplans:[email protected]/wd/hub',desired_capabilities=caps) | |
driver.get("http://walkphilly.shareabouts.org") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
width: 960px; | |
height: 500px; | |
position: relative; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# some of the neighborhood names from Flickr's API are ... questionable. Here's a remapping. | |
# this list was originally created by Naama Lissar, Chris Abraham and Frank Hebbert at OpenPlans for use on nyc.gov/bikeshare. | |
boro, flickr output,sane version | |
Bronx, Allerton, Bronxdale | |
Bronx, Bathgate, Bathgate | |
Bronx, Baychester, Baychester | |
Bronx, Bedford Park, Bedford Park | |
Bronx, Belmont, Bedford Park | |
Bronx, Bronx Park South, Bronx Park South |