theDreamer911 / brute-force-instagram

83 stars 145 forks source link

error #6

Closed jigsaw678 closed 3 years ago

jigsaw678 commented 3 years ago
Choose Dictionary: dictionary
Traceback (most recent call last):
  File "/home/odin/brute-force-instagram/instagram-brute-force.py", line 14, in <module>
    web = Browser()
  File "/home/odin/.local/lib/python3.9/site-packages/webbot/webbot.py", line 72, in __init__
    [setattr(self, function, getattr(self.driver, function)) for function in
  File "/home/odin/.local/lib/python3.9/site-packages/webbot/webbot.py", line 72, in <listcomp>
    [setattr(self, function, getattr(self.driver, function)) for function in
AttributeError: 'WebDriver' object has no attribute 'switch_to_alert'
theDreamer911 commented 3 years ago

Did you install webbot correctly?