Need Selenium/Geckodriver solution

Briefly describe your issue below:

Hi, some pentest tools need to selenium/geckodriver to work with firefox. I cannot get this to work. Keep getting errors.
What is the right firefox & geckodriver version that works on parrot os?

What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)

Linux parrot 5.2.0-2parrot1-amd64
Mozilla Firefox 69.0
Geckodriver releases v0.26.0

What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)

Debian Standard

Configured to multiboot with other systems? (yes / no)

yes

If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:

Traceback (most recent call last):
File “phoneinfoga.py”, line 95, in
main()
File “phoneinfoga.py”, line 71, in main
scanNumber(args.number)
File “phoneinfoga.py”, line 38, in scanNumber
osintScan(number)
File “/home/ally/Tools/PhoneInfoga/scanners/footprints.py”, line 173, in osintScan
for result in search(req, stop=10):
File “/home/ally/Tools/PhoneInfoga/lib/googlesearch.py”, line 35, in search
browser = webdriver.Firefox()
File “/usr/lib/python3/dist-packages/selenium/webdriver/firefox/webdriver.py”, line 174, in init
keep_alive=True)
File “/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py”, line 157, in init
self.start_session(capabilities, browser_profile)
File “/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py”, line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File “/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py”, line 321, in execute
self.error_handler.check_response(response)
File “/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py”, line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabiliti

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.