You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\instagram.py", line 50, in
browser_obj = webdriver.Chrome('C:\Program Files (x86)\Microsoft\Edge\Application')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in init
super().init(
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 50, in init
if finder.get_browser_path():
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\common\driver_finder.py",
line 47, in get_browser_path
return self._binary_paths()["browser_path"]
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\common\driver_finder.py",
line 56, in _binary_paths
browser = self._options.capabilities["browserName"]
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'capabilities'
The text was updated successfully, but these errors were encountered:
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\instagram.py", line 50, in
browser_obj = webdriver.Chrome('C:\Program Files (x86)\Microsoft\Edge\Application')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in init
super().init(
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 50, in init
if finder.get_browser_path():
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\common\driver_finder.py",
line 47, in get_browser_path
return self._binary_paths()["browser_path"]
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yoga\Desktop\stproject\instagram-automation\env\Lib\site-packages\selenium\webdriver\common\driver_finder.py",
line 56, in _binary_paths
browser = self._options.capabilities["browserName"]
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'capabilities'
The text was updated successfully, but these errors were encountered: