Skip to content

Commit

Permalink
Initial work on robotframework#1877 with some atests
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Jan 9, 2024
1 parent 4ba475b commit 6e11b68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions atest/acceptance/multiple_browsers_options.robot
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ Chrome Browser With Selenium Options Argument With Semicolon
... LOG 1:14 DEBUG GLOB: *["has;semicolon"*
Open Browser ${FRONT PAGE} ${BROWSER} remote_url=${REMOTE_URL}
... desired_capabilities=${DESIRED_CAPABILITIES} options=add_argument("has;semicolon")

Chrome Browser with Selenium Options Argument Ending With Semicolon
Open Browser ${FRONT PAGE} ${BROWSER} remote_url=${REMOTE_URL}
... desired_capabilities=${DESIRED_CAPABILITIES} options=add_argument("--disable-dev-shm-usage") ;

0 comments on commit 6e11b68

Please sign in to comment.