-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: capture arc browser active tab url #1768
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
base: main
Are you sure you want to change the base?
Conversation
🧪 testing bounty created!a testing bounty has been created for this PR: view testing issue testers will be awarded $20 each for providing quality test reports. please check the issue for testing requirements. |
|
@tribhuwan-kumar It only work when the user clicks on that command bar |
yes!! |
|
@tribhuwan-kumar I' have already tinkered all the ways , only possible way is getting this element so the tradeoff with it is
all other ways are very unstable such as getting the RootWebArea (it (value) get stuck on only first time opened url) |
I figured out all the possible ways but they aren't efficient. one way is that you can get child text of second pane; but that text contains the last hovered url not the active tab url. |
|
stupid question, isnt the url in the page html? |
|
@louis030195 Yes, that's true. But with the Arc browser, we only get the document_web or page HTML of the first tab that opens when we start the browser. Even if we switch to a different tab afterward, the HTML still belongs to that first tab. It doesn't update. In short, Arc browser doesn't refresh or update the document_web element (the page HTML) when the tab or URL changes—which is quite strange |


fix: #1521
support for arc browser: