Closed Srini-B closed 3 months ago
I'm having the same issue, URLs are not captured from Firefox
This is because it does not work with the approach this library uses (which is to use AppleScript to 'tell' the browser to return it's url). I solved this a while ago on my macOS project. You can actually use Accessibility API to get it.
AXManualAccessibility
on the Firefox process, which will enable it's DOM to be visible (this property tells the app a 'Screen reader' is present on the screen, so this is a sort of a hack).url
attribute and read that.It's a hassle to add this, but unfortunately, no better way to do this for Firefox. I read their forums a while back.
Duplicate of #172
Hi, can anyone confirm me if URLs from Firefox are captured, It doesn't work for me. I also have userchrome.css enabled which modifies the UI, maybe it's the cause. I'm on macOS 13.0.1