Python Forum

Full Version: Question about Webscrabbing with Selenium
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I trie to wirte a litte Programm to automate posting on Tumblr. I got it managed to log my account in on tumblr using the find by class_name oder id function form selenium. Now im at a point where i dont know how to get the next step working since the find by class_name oder ID dont work for this button i have to click() on. hopfully on of u guys can help me out.
[Image: pic.png]
have you tried running driver.find_element_by_xpath("XPATH LINK").click()?