We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is there method to check chrome is installed in win and linux ? where chrome /chrome --version /google-chrome --version ,seems not very correctly
I have installed chrome in pop!os 's shop, but chrome --version/google-chrome --version output noting...
in windows: I have not install firefox, so not open url, but there is no error and some response to verify that it is correct
import open, { openApp, apps } from 'open'; async function test() { let res = await open( 'https://cn.bing.com/', { app: { name: apps.chrome, arguments: [ '--app=https://cn.bing.com/', '--window-size=800,600' ], }, await: true, height: 800, width: 600 } ) } test()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
is there method to check chrome is installed in win and linux ?
where chrome /chrome --version /google-chrome --version ,seems not very correctly
I have installed chrome in pop!os 's shop, but chrome --version/google-chrome --version output noting...
in windows: I have not install firefox, so not open url, but there is no error and some response to verify that it is correct
The text was updated successfully, but these errors were encountered: