Summary
Google Chrome 111.0.5563.65 introduced a security change that can affect Laserfiche Connector's ability to access Chrome's accessibility framework. This affects the Use JavaScript to detect controls option for Connector profiles. Existing profiles may no longer retrieve values and when configuring new profiles, Connector may not be able to detect and select elements on a page.
The issue also occurs when configuring Laserfiche Connector to work with Edge.
Workaround
Append the following parameter to the Windows shortcuts that open Chrome and Edge to allow the localhost origin for remote debugging.
--remote-allow-origins=localhost
To configure the Windows shortcut
Note: The Edge debugging port is 9322, not 9222 as specified by Microsoft, to ensure Edge integrations do not conflict with Chrome integrations.
Note: If you've changed the port number Laserfiche Connector uses, then replace 9222 or 9322 with the updated port number. You can check the port number being used in the LFC.exe.config file (located in the Laserfiche Connector installation directory).
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --remote-allow-origins=localhost
Related Links