-
Notifications
You must be signed in to change notification settings - Fork 341
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
Adding chromium-android
to run
#3259
Comments
We discussed briefly about this enhancement request and we agreed that we would be willing to consider a contributed pull request that introduce that kind of support, as long as it is something that can be implemented with an approach that doesn't feel likely to break too easily with updates to the browsers supported through the new chromium-android target. |
Chromium does not have official support for mobile Android. It is not certain that the mechanism to load an extension would be the same across Chromium forks. But if it is, I am supportive of adding a "chromium-android" target. |
There are at least two browsers that officially support Chromium extensions: Kiwi and Edge |
Kiwi and Chromium are forks of Chromium. Because the Chromium project does not have official support for extensions on mobile Android, they need custom patches to enable extension support on Android. The implementation to install new extensions can be the same or completely different. There is no way to tell because Chrome does not support it yet. For Chrome desktop, we currently rely on the FYI: there is currently work in progress to specify an extension to the WebDriver-bidi protocol to install extensions. If this were to be implemented by Chrome and becomes available, it could potentially be a reliable way to install extensions across forks. That PR is at w3c/webdriver-bidi#778 |
Is this a feature request or a bug?
Feature request
What is the current behavior?
Currently, the only Android-related
run
config isfirefox-android
What is the expected or desired behavior?
Given devices listed via
adb devices
(both physical and emulators), allow continuous debugging of an extension running on Chromium browsers like KiwiThe text was updated successfully, but these errors were encountered: