Wael

Results 13 comments of Wael

Relates to: https://github.com/aws/aws-sam-cli/issues/2144

@shivambats yes, but if you `sam build -u` (build in Docker), you still have to hardcode your repository credentials. For now you can't pass them as environment variables. #### UPDATE:...

A workaround would be to use `evaluate`: ```javascript .evaluate(() => { document.querySelectorAll('.myclass')[2].click(); //3rd element return "anything"; }) ```