-
Notifications
You must be signed in to change notification settings - Fork 777
Closed
Labels
acknowledgeTo be acknowledged in release notesTo be acknowledged in release notesenhancementin progresspriority: mediumrc 1
Milestone
Description
When calling open browser
with options
that ends with ;
such as:
add_argument("--ignore-certificate-errors");add_argument("window-size=1920,1024");add_argument('--no-sandbox');add_argument('--disable-gpu');add_argument('--disable-dev-shm-usage');
Then the browser will fail to open with error:
robot.errors.HandlerExecutionFailed: AttributeError: 'Options' object has no attribute ''
Once I removed the last ;
then the browser was launched with the required options.
Found in RF version 6.0
Metadata
Metadata
Assignees
Labels
acknowledgeTo be acknowledged in release notesTo be acknowledged in release notesenhancementin progresspriority: mediumrc 1