Using Katalon 7.9.0 Build 208 on Windows 10, Firefox 85.0
The object spy works correctly with Chrome but not with Firefox on Windows.
On Mac, the object spy works correctly with both Chrome and Firefox.
On Windows, the object spy will launch the Firefox browser, but will not open the designated URL. If I manually navigate the opened browser to a URL, the spy will not highlight or capture the web elements.
If I try running the Recorder instead, it too will only open the Firefox browser.
When I try updating the Firefox web driver, I get this error:
Updating web driver…
[INFO] Using WebDriverManager to resolve firefox
[INFO] Please answer the following questionnaire based on your experience with WebDriverManager. Thanks a lot!
[INFO] ====> http://tiny.cc/wdm-survey <====
[DEBUG] Running command on the shell: [wmic.exe, datafile, where, name=‘C:\Program Files\Mozilla Firefox\firefox.exe’, get, Version, /value]
[DEBUG] Result: Version=85.0.0.7688
[DEBUG] Getting driver version for firefox85 from online versions.properties
[INFO] Using geckodriver 0.29.0 (since Firefox 85 is installed in your machine)
[INFO] Reading https://raw.githubusercontent.com/katalon-studio/katalon-studio/master/gecko-releases.json to seek geckodriver
[DEBUG] Driver to be downloaded geckodriver 0.29.0
[ERROR] geckodriver 0.29.0 for WIN 64 not found in https://raw.githubusercontent.com/katalon-studio/katalon-studio/master/gecko-releases.json
[WARN] There was an error managing geckodriver 0.29.0 (geckodriver 0.29.0 for WIN 64 not found in https://raw.githubusercontent.com/katalon-studio/katalon-studio/master/gecko-releases.json) … trying again using latest driver stored in cache
[INFO] Reading https://raw.githubusercontent.com/katalon-studio/katalon-studio/master/gecko-releases.json to seek geckodriver
[DEBUG] Driver to be downloaded geckodriver 0.28.0
[INFO] Downloading https://github.com/mozilla/geckodriver/releases/download/v0.28.0/geckodriver-v0.28.0-win64.zip
[INFO] Extracting binary from compressed file geckodriver-vwin64v0.28.0-win64.zip
[DEBUG] Overriding former binary C:\Users\cckoz\Katalon\Katalon_Studio_Windows_64-7.9.0\configuration\resources\drivers\firefox_win64\geckodriver.exe
[INFO] Driver location: C:\Users\cckoz\Katalon\Katalon_Studio_Windows_64-7.9.0\configuration\resources\drivers\firefox_win64\geckodriver.exe
Warning: There are some errors during “Updating web driver…”. The results may not be as expected.
I tried manually installing the latest gecko driver, but that did not make any difference.
Here is my log file.
log.zip (32.5 KB)