> 1º Hide Selenium Extension: error
- Dominant language
- Python
- Stars
- 18.2k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
> > 1º Hide Selenium Extension: error
>
> 1º Hide Selenium Extension: error
>
> > > > Use a FF ESR version, the one that doesn't have the web.driver flag for automation in read mode.
>
> 2º Login A/B test detected! Trying another string...
>
> > > > After fixing step 1, check if issue number 2 disappears.
hello i have the same problem
my error is Cookie file not found, creating cookie...
Login A/B test detected! Trying another string...
Could not pass the login A/B test. Trying last string...
...............................................................
and my code
from instapy import InstaPy
from instapy import smart_run
from selenium.webdriver.common.by import By
# login credentials
insta_username ='******'
insta_password = '*********'
comments = ['Nice shot! @{}',
'I love your profile! @{}',
'Your feed is an inspiration :thumbsup:',
'Just incredible :open_mouth:',
'What camera did you use @{}?',
'Love your posts @{}',
'Looks awesome @{}',
'Getting inspired by you @{}',
':raised_hands: Yes!',
'I can feel your passion @{} :muscle:']
# get an InstaPy session!
# set headless_browser=True to run InstaPy in the background
session = InstaPy(username=insta_username,
password=insta_password,
want_check_browser=False)
with smart_run(session):
""" Activity flow """
# general settings
session.set_dont_include(["friend1", "friend2", "friend3"])
# activity
session.like_by_tags(["natgeo"], amount=10)
# Joining Engagement Pods
# session.set_do_comment(enabled=True, percentage=35)
# session.set_comments(comments)
# session.join_pods(topic='sports', engagement_mode='no_comments')
selenium version = 4.2.0
instapy version = 0.6.10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.