Skip to content

Commit 8198e94

Browse files
authored
Update tests/browsertester.nim
1 parent b024a9a commit 8198e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/browsertester.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ proc main() =
6161

6262
try:
6363
let driver = newWebDriver(url = "http://localhost:9515")
64-
let session = driver.createSession(%*{"capabilities": {"alwaysMatch": {"browserName": "chrome", "goog:chromeOptions": {"args": ["--headless", "--no-sandbox", "--disable-dev-shm-usage", "disable-infobars", "--disable-extension"]}}}})
64+
let session = driver.createSession(%*{"capabilities": {"alwaysMatch": {"browserName": "chrome"}}})
6565

6666
withBackend:
6767
scenario1.test(session, baseUrl)

0 commit comments

Comments
 (0)