Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
slenium instergram auto loggin
#1
[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')
Reply
#2
Show what you have done so far.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Learning slenium question Larz60+ 2 2,825 Sep-06-2018, 10:40 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020