Skip to content
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

feat: get all available browsers? #431

Closed
jinzhongjia opened this issue Jun 23, 2024 · 2 comments
Closed

feat: get all available browsers? #431

jinzhongjia opened this issue Jun 23, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jinzhongjia
Copy link
Collaborator

It may not be enough to only get the best browser, because different browsers are slightly different, so return all browsers and let the developer decide which one is better?

@jinzhongjia jinzhongjia added the enhancement New feature or request label Jun 23, 2024
@hassandraga
Copy link
Member

hassandraga commented Jun 23, 2024

return all browsers

I guess we can add this API to the core, then let wrappers loop trough all browsers and then create a native array of available browsers.

if (webui_browser_exist(Firefox)) {
    // ...
}

hassandraga added a commit that referenced this issue Jun 25, 2024
@hassandraga
Copy link
Member

Implemented (d0b013c).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants