Guest User

Untitled

a guest
Aug 27th, 2017
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. browser.get("https://recal.io/course_evaluations/1182/000004")
  2.  
  3. time.sleep(10)
  4.  
  5. text = browser.find_element_by_css_selector('tspan[dy=4]').text
  6.  
  7. #text = browser.find_element_by_xpath("//*[@id = 'chart'][@type = 'txt']").text
  8.  
  9. print(text)
Advertisement
Add Comment
Please, Sign In to add comment