Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. from selenium import webdriver
  2. import time
  3.  
  4. TO_url = "Y:WorkWorkPFCToolboxexampleTOHT072663_001.pdf"
  5. vpc_url = "http://dspgot03.vcc.ford.com/apps/vpc/vpc.nsf/"
  6. driver = webdriver.Ie()
  7. driver.get(TO_url)
  8. element = driver.find_element_by_css_selector("body")
  9. time.sleep(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement