-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am not able to capture URLs in Firefox browser #172
Comments
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.
It's a hassle to add this, but unfortunately, no better way to do this for Firefox. I read their forums a while back. |
@vojtabohm, hope you are doing well! Have you recently tested if your approach still works? I have tried setting |
Hey @jntstewart. I haven't tried it in a while but if I remember, even though it returned errors, it still worked. I found one forum link I checked in the past. They say Firefox actually needs the Just try it, experiment with these two attributes. I also remember I had a delay of 3 seconds after an app was opened (to wait for it to load) before I toggled these attributes. Some combination of these things worked for Firefox in the end. |
No description provided.
The text was updated successfully, but these errors were encountered: