Python Forum
slenium instergram auto loggin - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: slenium instergram auto loggin (/thread-11306.html)



slenium instergram auto loggin - mister_mister - Jul-02-2018

[hey what i am trying to do is code an instergram bot but i have a lot of problam i am using selenium to log in and try other ways but still not success even for log in to the account
it is not finding the element i need by any method
:this is my code:

import selenium
from selenium import webdriver

browser = webdriver.Chrome()

browser.get('https://www.instagram.com/accounts/login/')

browser.find_element_by_class_name('_2hvTZ pexuQ zyHYP')
browser.send_keys('my user name')


RE: slenium instergram auto loggin - Larz60+ - Jul-02-2018

Show what you have done so far.