I’m encountering an error while trying to deploy using Katalon with FileMaker. After double-clicking to open a file, I receive below error.
Has anyone experienced this issue or found a solution? Any help would be greatly appreciated!
I’m encountering an error while trying to deploy using Katalon with FileMaker. After double-clicking to open a file, I receive below error.
Has anyone experienced this issue or found a solution? Any help would be greatly appreciated!
what file are you trying to open?
Hi @developers3,
Sorry for late response.
It looks like you’re facing a WebDriverException when trying to capture Windows elements in Katalon while working with FileMaker.
I would like to suggest that:
Ensure Windows Application Driver (WinAppDriver) is Running
WinAppDriver.exe
Check Permissions
Verify Application Under Test (AUT) Launching
Windows.startApplication('path_to_exe')
before interacting with elements.Adjust Element Locator Strategy
Text_
objects, try capturing elements using XPath or Automation ID via Inspect.exe (built-in Windows tool).Restart & Reinstall Dependencies
Feel free to check and let me know if it works. If you no longer work on this, please close this