You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Edge is a browser with chromium kernel, so chrome-control supports it too. The only change is Application('Google Chrome') to Application('Microsoft Edge') .
Maybe chrome-control can support this by allowing the user to specify variable application name, like CHROMIUM_APPLICATION_NAME=Microsoft Edge.
The text was updated successfully, but these errors were encountered:
Microsoft Edge is a browser with chromium kernel, so chrome-control supports it too. The only change is
Application('Google Chrome')
toApplication('Microsoft Edge')
.Maybe chrome-control can support this by allowing the user to specify variable application name, like
CHROMIUM_APPLICATION_NAME=Microsoft Edge
.The text was updated successfully, but these errors were encountered: