Including a host file as a parameter in openBrowser() #2026
jonathangiber
started this conversation in
Development
Replies: 1 comment
-
nope there is no way to specify config as file as of now... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
Is there any way to point the openBroswser method to a host file instead of writing parameters like this:
await openBrowser({host:'some.example.etc', port:'22'})
I would like something like this:
await openBrowser(host/file/location/file.config)
Beta Was this translation helpful? Give feedback.
All reactions