Closed sbsnet closed 6 years ago
If I try to pass in a url with parameters i'm getting error...
for example: chrome-headless-renderer-pdf --url https://sample.com/somepage.asp?x=234x3456&someVar=3&anotherVar=888
I get a message saying that "someVar" is not recognizable as an internal or external command
Any way around that?
found solution... surround URL in question with quotes.
If I try to pass in a url with parameters i'm getting error...
for example: chrome-headless-renderer-pdf --url https://sample.com/somepage.asp?x=234x3456&someVar=3&anotherVar=888
I get a message saying that "someVar" is not recognizable as an internal or external command
Any way around that?