Make chrome helper function works with other chromium browsers #418
nadeemkhedr
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
The browser can passed to the methods. The param just defaults to "Google Chrome": await getActiveTab("Brave")
await getTabs("Brave")
await focusTab("scriptkit.com", "Brave") |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using Brave, and for most part, both chrome & brave AppleScripts are exactly the same
It would be nice to have helper functions like
focusTab
,getActiveTab
to work withBrave
instead of chromeA solution might be, add an env var to set the chromium browser, by default it is set to
chrome
Beta Was this translation helpful? Give feedback.
All reactions