kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Revert aws headless options and move to correct location #93

Closed htran-heb closed 3 years ago

htran-heb commented 3 years ago

Bug

Options used for headless aws lambda operations are in the wrong place and missing a few key options.

Expected

Revert previous commit, move and add missing options to configureAWSLambdaChromeOptions.

Repro

Attempting to use 2.12.2 version of scaffold in aws lambda env results in the driver failing to start. After the change, the driver should start up and be able to execute tests.