๐ browserType.connect: Unauthorized, either Username or AccessKey is invalid.
Closed this issue ยท 1 comments
mystcuro commented
Steps:
- clone
- npm install
- windows system environmental variable set for username and access key
Got error during running the command=> node playwright-single.js
error: browserType.connect: Unauthorized, either Username or AccessKey is invalid.
tried installing dotenv package and storing username and keys in .env file
still same error. ๐