SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
30.18k stars 8.11k forks source link

[🐛 Bug]: Selenium 4.1.0 does not work with Server Grid #10116

Closed eugenedani closed 2 years ago

eugenedani commented 2 years ago

What happened?

Hello, after updating to v 4.1.0 our Grid Server stoped working. We have Docker network with Grid Server. Hub has own container. Nodes have own containers. We tried Server Grid 3 and Server Grid 4.1.0 with Selenium 4.1.1 (If we run Selenium 4.0.0 with Selenium Server 4.1.0 it woks without issues.) Error is the same for all browsers

org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died.
    Build info: version: '4.1.0', revision: '87802e897b'
    System info: host: '2ecd9dd8e87a', ip: '172.70.160.2', os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-18-amd64', java.version: '11.0.9'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [2b8f20f44b9e83851989e56a2c833977, switchToFrame {id=null}]
    Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:39371}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.uU...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platform: LINUX, platformName: LINUX, proxy: Proxy(), se:cdp: ws://172.70.160.5:4444/sess..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
   Session ID: 2b8f20f44b9e83851989e56a2c833977
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:583) ~[selenium-remote-driver-4.1.0.jar:?]
    at org.openqa.selenium.remote.RemoteWebDriver$RemoteTargetLocator.defaultContent(RemoteWebDriver.java:1042) ~[selenium-remote-driver-4.1.0.jar:?]
   at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
    at org.openqa.selenium.support.decorators.WebDriverDecorator.call(WebDriverDecorator.java:232) ~[selenium-support-4.1.0.jar:?]
    at org.openqa.selenium.support.decorators.DefaultDecorated.call(DefaultDecorated.java:48) ~[selenium-support-4.1.0.jar:?]
    at org.openqa.selenium.support.decorators.WebDriverDecorator.lambda$createProxy$0(WebDriverDecorator.java:294) ~[selenium-support-4.1.0.jar:?]
    at com.sun.proxy.$Proxy35.defaultContent(Unknown Source) ~[?:?]
    at com.polarion.selenium.framework.PolarionWatcherTestRule.switchableToDefaultContent(PolarionWatcherTestRule.java:143) [selenium-framework-1.1-SNAPSHOT.jar:?]
    at com.polarion.selenium.framework.PolarionWatcherTestRule.failed(PolarionWatcherTestRule.java:81) [selenium-framework-1.1-SNAPSHOT.jar:?]
    at com.polarion.selenium.framework.RetryTestRule.failedQuietly(RetryTestRule.java:103) [selenium-framework-1.1-SNAPSHOT.jar:?]
    at com.polarion.selenium.framework.RetryTestRule.executeTest(RetryTestRule.java:93) [selenium-framework-1.1-SNAPSHOT.jar:?]
    at com.polarion.selenium.framework.RetryTestRule$1.evaluate(RetryTestRule.java:39) [selenium-framework-1.1-SNAPSHOT.jar:?]
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.13.2.jar:4.13.2]
    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit-4.13.2.jar:4.13.2]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
    at java.lang.Thread.run(Unknown Source) [?:?]
    Caused by: java.lang.NullPointerException
    at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:47) ~[selenium-remote-driver-4.1.0.jar:?]
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:559) ~[selenium-remote-driver-4.1.0.jar:?]
    [junit]     ... 32 more

How can we reproduce the issue?

Server Version 4.1.0
Hub settings
java -jar /root/selenium4/selenium-server.jar hub --session-request-timeout 600 --session-retry-interval 5 --relax-checks true --port 4444

Node Chrome settings
java -jar /root/selenium4/selenium-server.jar node --config /root/config.toml

Content of /root/config.toml file:
[events]
publish = "tcp://selenium:4442"
subscribe = "tcp://selenium:4443"

[server]
host = "chrome"
port = 5555

[node]
detect-drivers = false
register-period = 300
session-timeout = 600
max-sessions = 2
hub-address = "http://selenium:4444"
[[node.driver-configuration]]
display-name = "chrome"
stereotype = '{"browserName": "chrome", "browserVersion": "96.0", "platformName": "Linux"}'
max-sessions = 2

========================
Server version 3.141.59
Hub
java -jar /root/selenium3/selenium-server.jar -timeout 1200 -browserTimeout 3600 -role hub -port 4444

Node
java -jar /root/selenium3/selenium-server.jar -role node -hub http://selenium:4444/grid/register -jettyThreads 300 -maxSession 5 -port 5555 -browser "browserName=chrome,maxInstances=10,platform=LINUX"

Relevant log output

Hub log for 4.1.0
13:04:07.137 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
13:04:07.141 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
13:04:07.238 INFO [BoundZmqEventBus.<init>] - XPUB binding to [binding to tcp://*:4442, advertising as tcp://172.170.233.2:4442], XSUB binding to [binding to tcp://*:4443, advertising as tcp://172.170.233.2:4443]
13:04:07.306 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://172.170.233.2:4442 and tcp://172.170.233.2:4443
13:04:07.330 INFO [UnboundZmqEventBus.<init>] - Sockets created
13:04:08.331 INFO [UnboundZmqEventBus.<init>] - Event bus ready
13:04:09.056 INFO [Hub.execute] - Started Selenium Hub 4.1.0 (revision 87802e897b): http://172.170.233.2:4444
13:06:17.004 INFO [Node.<init>] - Binding additional locator mechanisms: id, name, relative
13:06:17.506 INFO [LocalDistributor.add] - Added node fce3d102-203c-42ff-86b7-47fa949536a9 at http://edge:5555. Health check every 120s
13:06:17.511 INFO [Node.<init>] - Binding additional locator mechanisms: name, id, relative
13:06:18.537 WARN [RetryRequest.lambda$static$5] - Failure due to server error #1. Retrying.
13:06:18.645 INFO [LocalDistributor.add] - Added node bdb15ebc-d26c-4285-b7d5-5116ac4866d5 at http://firefox:5555. Health check every 120s
13:06:18.647 INFO [GridModel.setAvailability] - Switching node fce3d102-203c-42ff-86b7-47fa949536a9 (uri: http://edge:5555) from DOWN to UP
13:06:18.651 INFO [Node.<init>] - Binding additional locator mechanisms: relative, id, name
13:06:18.773 INFO [LocalDistributor.add] - Added node 430f9927-2e64-4959-a506-cf9aaf7ca8ac at http://chrome:5555. Health check every 120s
13:06:18.774 INFO [GridModel.setAvailability] - Switching node bdb15ebc-d26c-4285-b7d5-5116ac4866d5 (uri: http://firefox:5555) from DOWN to UP
13:06:18.787 INFO [GridModel.setAvailability] - Switching node 430f9927-2e64-4959-a506-cf9aaf7ca8ac (uri: http://chrome:5555) from DOWN to UP
13:06:33.540 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:33.540 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:33.540 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:34.229 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: a7d5ceeac4c04cdb80e1b5b98061f4a0, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.gkC5sv}, goog:chromeOptions: {debuggerAddress: localhost:45947}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:34.319 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: ecf269ac34d6f8dbc23aa50076f854c4, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:44951}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.Rr...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:34.995 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: a7d5ceeac4c04cdb80e1b5b98061f4a0
13:06:35.059 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: ecf269ac34d6f8dbc23aa50076f854c4
13:06:36.097 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 702e0f4d-bee6-459a-a93c-067ea3d99289, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:49210, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 263, moz:profile: /tmp/rust_mozprofilebs8mGX, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:06:37.079 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 702e0f4d-bee6-459a-a93c-067ea3d99289
13:06:38.541 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:38.542 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:38.542 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:38.833 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 4eab3a3cca287902844c69e23b599fbc, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:33273}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.gH...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:38.848 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: a49ada9806f10ff4b6835fbd53803b68, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.LvZOcB}, goog:chromeOptions: {debuggerAddress: localhost:35071}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:39.270 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: a49ada9806f10ff4b6835fbd53803b68
13:06:39.288 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 4eab3a3cca287902844c69e23b599fbc
13:06:40.567 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 6200141b-9c77-47ec-9193-eaff72890fd1, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:54768, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 501, moz:profile: /tmp/rust_mozprofileBNsskO, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:06:41.399 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 6200141b-9c77-47ec-9193-eaff72890fd1
13:06:43.544 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:43.545 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:43.545 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:43.816 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 99cce64948529dd382fde143a97b67c8, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.fNjICt}, goog:chromeOptions: {debuggerAddress: localhost:39557}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:43.840 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 75eb4fd79e57676fff9a870852e4020d, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:38571}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.fU...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:44.294 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 99cce64948529dd382fde143a97b67c8
13:06:44.360 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 75eb4fd79e57676fff9a870852e4020d
13:06:45.517 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: c70574e7-5ac3-40f7-8e9c-29b137f7ab66, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:38405, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 715, moz:profile: /tmp/rust_mozprofileB4ZQ09, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:06:46.367 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: c70574e7-5ac3-40f7-8e9c-29b137f7ab66
13:06:48.546 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:48.546 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:48.548 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:48.806 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 6e185e9dc8e71cf54102a25ecce11ab2, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.8bGCkY}, goog:chromeOptions: {debuggerAddress: localhost:34145}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:48.846 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 5fc48ce4eb5147546e6719293328a9ef, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:46339}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.Kg...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:49.124 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 6e185e9dc8e71cf54102a25ecce11ab2
13:06:49.211 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 5fc48ce4eb5147546e6719293328a9ef
13:06:50.505 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 786cf083-87af-42f0-bd55-54308100d294, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:55179, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 932, moz:profile: /tmp/rust_mozprofileI0XFzU, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:06:51.217 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 786cf083-87af-42f0-bd55-54308100d294
13:06:53.549 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:53.550 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:53.550 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:53.773 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 2de3cbc01d1f22006e25c9364d8cc23b, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.O7Ev1q}, goog:chromeOptions: {debuggerAddress: localhost:46031}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:53.803 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 0f5fe10e5b3084c2e7ade72fee762a10, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:36727}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.EC...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:54.109 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 2de3cbc01d1f22006e25c9364d8cc23b
13:06:54.213 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 0f5fe10e5b3084c2e7ade72fee762a10
13:06:55.437 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 259efaa8-23d1-4b58-904a-356d72b77cea, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:58502, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 1147, moz:profile: /tmp/rust_mozprofile5xM3ZK, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:06:56.229 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 259efaa8-23d1-4b58-904a-356d72b77cea
13:06:58.552 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:58.552 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:58.552 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:06:58.777 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: e66eddeaf1238e84021340f47d220803, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.fnwvAH}, goog:chromeOptions: {debuggerAddress: localhost:35131}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:58.830 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: b6dc1500208b1d0431ffb34cdb318342, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:43493}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.0H...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:06:59.082 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: e66eddeaf1238e84021340f47d220803
13:06:59.181 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: b6dc1500208b1d0431ffb34cdb318342
13:07:00.663 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 41fc56ba-1218-4cda-b968-e1512d84b07a, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:35428, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 1361, moz:profile: /tmp/rust_mozprofilejIYj99, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:01.354 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 41fc56ba-1218-4cda-b968-e1512d84b07a
13:07:03.553 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:03.553 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:03.553 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:03.796 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: d0fa81b091b429b1e86468fc508d1066, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.9oTC6U}, goog:chromeOptions: {debuggerAddress: localhost:39171}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:03.815 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 8c0c9d20183ce79a9c41070b7575d538, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:46661}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.JO...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:04.116 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: d0fa81b091b429b1e86468fc508d1066
13:07:04.196 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 8c0c9d20183ce79a9c41070b7575d538
13:07:05.659 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: ba58d4e5-d34d-4f2f-be1d-e813366992f6, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:47454, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 1587, moz:profile: /tmp/rust_mozprofileNHONkJ, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:06.499 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: ba58d4e5-d34d-4f2f-be1d-e813366992f6
13:07:08.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:08.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:08.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:08.854 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 08c862f0352f00317aae3b1edfa90c43, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:41545}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.Fg...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:08.928 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: e5c330ff19fc3b7b11ffa95f4a7fbdda, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.p17Vbp}, goog:chromeOptions: {debuggerAddress: localhost:36459}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:09.194 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 08c862f0352f00317aae3b1edfa90c43
13:07:09.213 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: e5c330ff19fc3b7b11ffa95f4a7fbdda
13:07:10.829 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: de6f716e-03f3-49b6-b24e-4057a960ac6e, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:49860, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 1807, moz:profile: /tmp/rust_mozprofileOa2m7h, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:11.483 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: de6f716e-03f3-49b6-b24e-4057a960ac6e
13:07:13.555 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:13.555 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:13.555 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:13.771 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: a1e56133e8ca8268d15996baca5fbd68, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:39859}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.UP...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:13.814 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 91bc99e78ee0173b588ac0455905ef0d, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.zgbt6Q}, goog:chromeOptions: {debuggerAddress: localhost:33653}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:14.127 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 91bc99e78ee0173b588ac0455905ef0d
13:07:14.134 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: a1e56133e8ca8268d15996baca5fbd68
13:07:15.644 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: b42b1d69-f593-44ec-b1e4-fd8e2b2d1d17, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:53519, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 2066, moz:profile: /tmp/rust_mozprofileQoQux0, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:16.419 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: b42b1d69-f593-44ec-b1e4-fd8e2b2d1d17
13:07:18.556 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:18.557 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:18.557 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:18.754 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: de8172e20f15dc2e061abab720c73d18, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.2bbOf3}, goog:chromeOptions: {debuggerAddress: localhost:36919}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:18.794 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: e47ed1d921f202ae8dd6217e98a01a8d, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:45253}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.Ue...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:19.030 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: de8172e20f15dc2e061abab720c73d18
13:07:19.114 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: e47ed1d921f202ae8dd6217e98a01a8d
13:07:20.541 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 4a485861-5da6-4c0f-9afc-f5ec5c9dbbd2, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:46349, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 2268, moz:profile: /tmp/rust_mozprofileXjrcfx, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:21.307 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 4a485861-5da6-4c0f-9afc-f5ec5c9dbbd2
13:07:23.556 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:23.557 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:23.556 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:23.800 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 6f734fcbb9a997b4a831b8430708d6fc, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:45553}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.DG...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:23.801 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 5bb85ec0e433ccd5819d9f2edcea7534, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.9eqw44}, goog:chromeOptions: {debuggerAddress: localhost:42585}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:24.124 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 5bb85ec0e433ccd5819d9f2edcea7534
13:07:24.182 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 6f734fcbb9a997b4a831b8430708d6fc
13:07:25.748 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 27cdecd4-859c-4765-a3b6-a15be5161ed9, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:42773, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 2473, moz:profile: /tmp/rust_mozprofileaZya4g, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:26.527 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 27cdecd4-859c-4765-a3b6-a15be5161ed9
13:07:28.558 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:28.558 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:28.558 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:28.807 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 0ca2d969fc1f375525084de9b555a735, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.NdVSqp}, goog:chromeOptions: {debuggerAddress: localhost:45559}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:28.813 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: ae21e01b8953798498bdcdc052fcdc24, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:45555}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.sB...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:29.090 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 0ca2d969fc1f375525084de9b555a735
13:07:29.144 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: ae21e01b8953798498bdcdc052fcdc24
13:07:30.664 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 085bb2dc-9550-4dd1-9113-e800b1a7f352, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:49759, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 2688, moz:profile: /tmp/rust_mozprofileUSFkLO, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:31.328 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 085bb2dc-9550-4dd1-9113-e800b1a7f352
13:07:33.559 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:33.559 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:33.559 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:33.781 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 5dc9cb2c1e515782b6cc20e9677bed12, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.FMHai6}, goog:chromeOptions: {debuggerAddress: localhost:41073}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:33.843 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 0f21d9a6d523d7c50a972f35966e99dd, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:43059}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.r6...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:34.074 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 5dc9cb2c1e515782b6cc20e9677bed12
13:07:34.198 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 0f21d9a6d523d7c50a972f35966e99dd
13:07:35.348 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 3e322240-49f0-4baa-88ff-bf6d734a2f2f, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:53282, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 2896, moz:profile: /tmp/rust_mozprofile9ZK3ku, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:36.175 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 3e322240-49f0-4baa-88ff-bf6d734a2f2f
13:07:38.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:38.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:38.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:38.815 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 9de15d75a888bed98d0a676a8e40bb7b, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.pB4eVn}, goog:chromeOptions: {debuggerAddress: localhost:35057}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:38.849 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: f76ebbc917714c1d8b5df6a21e1bd54e, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:39803}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.hV...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:39.089 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 9de15d75a888bed98d0a676a8e40bb7b
13:07:39.172 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: f76ebbc917714c1d8b5df6a21e1bd54e
13:07:40.661 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 7f521087-380c-4277-b2a9-0f7e7e978179, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:39091, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 3096, moz:profile: /tmp/rust_mozprofileUgltcN, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:41.412 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 7f521087-380c-4277-b2a9-0f7e7e978179
13:07:43.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:43.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:43.560 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:43.798 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: c44b6ea297fa3bddff491f2bf4e9c230, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:35137}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.j7...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:43.823 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 10a0633ceb831e1c617e108db4bfa151, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.M20aFT}, goog:chromeOptions: {debuggerAddress: localhost:38047}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:44.117 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 10a0633ceb831e1c617e108db4bfa151
13:07:44.153 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: c44b6ea297fa3bddff491f2bf4e9c230
13:07:45.671 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 5a2d4f2b-483d-4b75-bb7c-e29ce9de71ac, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:50133, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 3302, moz:profile: /tmp/rust_mozprofile0BhHWI, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:46.429 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 5a2d4f2b-483d-4b75-bb7c-e29ce9de71ac
13:07:48.561 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:48.561 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:48.561 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:48.779 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: b590af03693c0c2560b737130ae1e870, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.MAMSbf}, goog:chromeOptions: {debuggerAddress: localhost:36521}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:48.822 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: ef8250e61bc5396ec311328504123627, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:33203}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.fG...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:49.066 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: b590af03693c0c2560b737130ae1e870
13:07:49.137 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: ef8250e61bc5396ec311328504123627
13:07:50.644 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 2b463291-89b2-479f-a15f-137207e23bfb, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:33436, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 3515, moz:profile: /tmp/rust_mozprofilet0dxOB, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:51.373 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 2b463291-89b2-479f-a15f-137207e23bfb
13:07:53.562 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:53.562 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:53.562 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:53.787 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 739b755bfea0d2f710e062bf6c1bdcec, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.kbpLLr}, goog:chromeOptions: {debuggerAddress: localhost:46155}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:53.826 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 60302674c50721057590cee1ed9e0bdc, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:33201}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.kB...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:54.077 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 739b755bfea0d2f710e062bf6c1bdcec
13:07:54.166 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 60302674c50721057590cee1ed9e0bdc
13:07:55.555 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 2cd86236-9626-439a-898e-c7ceb92d783e, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:41052, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 3722, moz:profile: /tmp/rust_mozprofileVJwpC3, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:07:56.212 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 2cd86236-9626-439a-898e-c7ceb92d783e
13:07:58.563 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:58.563 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:58.563 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:07:58.788 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: b80bd84a35d752a3f3c55d506e017891, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.V27uqx}, goog:chromeOptions: {debuggerAddress: localhost:42935}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:58.819 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 52ef79a6c8c382e1457ca287342bd180, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:36875}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.9n...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:07:59.068 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: b80bd84a35d752a3f3c55d506e017891
13:07:59.126 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 52ef79a6c8c382e1457ca287342bd180
13:08:00.649 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 58467d6c-a684-4429-bf6f-7f30cc9e1a47, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:60428, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 3932, moz:profile: /tmp/rust_mozprofile6ukLw7, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:01.398 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 58467d6c-a684-4429-bf6f-7f30cc9e1a47
13:08:03.564 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:03.564 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:03.564 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:03.794 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 713a4a2d334846a5a50cd8e35357f349, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.Q7IhKO}, goog:chromeOptions: {debuggerAddress: localhost:33089}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:03.822 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 9f35bc626e6fe7a4007f3a3328323e83, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:43529}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.Xr...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:04.065 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 713a4a2d334846a5a50cd8e35357f349
13:08:04.160 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 9f35bc626e6fe7a4007f3a3328323e83
13:08:05.649 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 0f51975b-4f36-4769-bd20-4c55eb9412dd, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:37646, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 4137, moz:profile: /tmp/rust_mozprofilefg3ord, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:06.404 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 0f51975b-4f36-4769-bd20-4c55eb9412dd
13:08:08.565 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:08.565 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:08.565 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:08.779 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: fa5f82633df63135e489c918f47ced1c, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.xFCyK4}, goog:chromeOptions: {debuggerAddress: localhost:45179}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:08.798 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 4083183da3f49fb752d4f783f7865302, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:40793}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.nx...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:09.043 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: fa5f82633df63135e489c918f47ced1c
13:08:09.108 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 4083183da3f49fb752d4f783f7865302
13:08:10.465 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: aa41d6b9-f8d8-4bdd-b42d-6154d2a98c68, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:46278, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 4348, moz:profile: /tmp/rust_mozprofiley47VX8, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:11.111 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: aa41d6b9-f8d8-4bdd-b42d-6154d2a98c68
13:08:13.566 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:13.566 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:13.566 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:13.779 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: be6534cbf8556a1b427845c6d9ae7207, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.nV10ls}, goog:chromeOptions: {debuggerAddress: localhost:37417}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:13.794 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 64252ea4ed895f0e54d0222c3706f6e1, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:38731}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.fg...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:14.058 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: be6534cbf8556a1b427845c6d9ae7207
13:08:14.119 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 64252ea4ed895f0e54d0222c3706f6e1
13:08:15.665 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 69db9410-928e-4086-86cd-f9b0c0c1d929, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:35573, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 4565, moz:profile: /tmp/rust_mozprofileH05D02, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:16.426 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 69db9410-928e-4086-86cd-f9b0c0c1d929
13:08:18.567 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:18.567 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:18.567 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:18.804 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 83a452188556413c2f4a9c0a72cf1756, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.x6mQSJ}, goog:chromeOptions: {debuggerAddress: localhost:38219}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:18.817 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: e4a876c59988d71d7ce9d916a8ff76f5, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:39141}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.oJ...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:19.081 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 83a452188556413c2f4a9c0a72cf1756
13:08:19.128 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: e4a876c59988d71d7ce9d916a8ff76f5
13:08:20.750 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: e7a1fd41-81ee-46c8-9e9a-8f39c46cdbf5, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:45540, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 4772, moz:profile: /tmp/rust_mozprofileYUT0Y6, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:21.467 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: e7a1fd41-81ee-46c8-9e9a-8f39c46cdbf5
13:08:23.568 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:23.569 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:23.568 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:23.810 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: c60649bce49f5d2f3c55401416e47ef4, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.gQUNYa}, goog:chromeOptions: {debuggerAddress: localhost:42229}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:23.815 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 66ede9a14ce490130e6d7ed0ae53d187, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:39027}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.H3...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:24.087 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: c60649bce49f5d2f3c55401416e47ef4
13:08:24.153 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 66ede9a14ce490130e6d7ed0ae53d187
13:08:25.552 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: d7bd7e94-5997-4bd4-9c98-d3678d3f6c93, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:47975, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 4985, moz:profile: /tmp/rust_mozprofilehkKE8a, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:26.319 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: d7bd7e94-5997-4bd4-9c98-d3678d3f6c93
13:08:28.569 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:28.569 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:28.569 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:28.764 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: ad75e3d64c018e1ba0e71e4ecc7a75f3, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.obCZGU}, goog:chromeOptions: {debuggerAddress: localhost:36081}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:28.804 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: c2b9d6522abe709cc115444f94a4c672, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:42853}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.sT...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:29.020 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: ad75e3d64c018e1ba0e71e4ecc7a75f3
13:08:29.111 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: c2b9d6522abe709cc115444f94a4c672
13:08:30.255 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: bedac6fb-65c0-4986-ba16-e3cb4bf0dc7e, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:46178, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 5193, moz:profile: /tmp/rust_mozprofile9sEQvS, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:31.044 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: bedac6fb-65c0-4986-ba16-e3cb4bf0dc7e
13:08:33.570 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:33.571 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:33.570 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:33.813 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 9146e5a9a169cf8f87a3ca34f2feb709, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.L5FS71}, goog:chromeOptions: {debuggerAddress: localhost:32903}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:33.826 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 8c05f2a9aa5003c3c74ba9b49f90ece4, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:34605}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.ZH...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:34.108 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 9146e5a9a169cf8f87a3ca34f2feb709
13:08:34.180 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 8c05f2a9aa5003c3c74ba9b49f90ece4
13:08:35.482 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: f6c655d2-2643-492d-a54d-a869539f275a, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:38750, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 5392, moz:profile: /tmp/rust_mozprofileBHN4la, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:36.127 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: f6c655d2-2643-492d-a54d-a869539f275a
13:08:38.571 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:38.571 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:38.571 INFO [LocalDistributor.newSession] - Session request received by the distributor: 
 [Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}]
13:08:38.758 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: f8186ceed8296965a07f08d8e136d601, Caps: Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 96.0.4664.93, chrome: {chromedriverVersion: 96.0.4664.45 (76e4c1bb2ab46..., userDataDir: /tmp/.com.google.Chrome.YSXYDj}, goog:chromeOptions: {debuggerAddress: localhost:37553}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.4:4444/ses..., se:cdpVersion: 96.0.4664.93, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:38.815 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: f566407d14f7bcc58bcda1cc999d5847, Caps: Capabilities {acceptInsecureCerts: true, browserName: msedge, browserVersion: 96.0.1054.43, ms:edgeOptions: {debuggerAddress: localhost:36971}, msedge: {msedgedriverVersion: 96.0.1054.43 (dca8292d0a7a9..., userDataDir: /tmp/.com.microsoft.Edge.JA...}, networkConnectionEnabled: false, pageLoadStrategy: eager, platformName: linux, proxy: {}, se:cdp: ws://172.170.233.5:4444/ses..., se:cdpVersion: 96.0.1054.43, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
13:08:39.013 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: f8186ceed8296965a07f08d8e136d601
13:08:39.113 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: f566407d14f7bcc58bcda1cc999d5847
13:08:40.651 INFO [LocalDistributor.newSession] - Session created by the distributor. Id: 1d88d09e-a9e5-4191-8b73-50cbe22ddfde, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 94.0.2, moz:accessibilityChecks: false, moz:buildID: 20211119140621, moz:debuggerAddress: localhost:55362, moz:geckodriverVersion: 0.30.0, moz:headless: true, moz:processID: 5589, moz:profile: /tmp/rust_mozprofile6DOq7C, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: eager, platformName: linux, platformVersion: 4.19.0-18-amd64, proxy: {}, se:cdp: ws://172.170.233.3:4444/ses..., se:cdpVersion: 85, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore}
13:08:41.386 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local session map, Id: 1d88d09e-a9e5-4191-8b73-50cbe22ddfde

Chrome Node for  4.1.0
13:06:16.272 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding
13:06:16.276 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
13:06:16.363 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://selenium:4442 and tcp://selenium:4443
13:06:16.407 INFO [UnboundZmqEventBus.<init>] - Sockets created
13:06:17.409 INFO [UnboundZmqEventBus.<init>] - Event bus ready
13:06:17.554 INFO [NodeServer.createHandlers] - Reporting self as: http://chrome:5555
13:06:17.581 INFO [NodeOptions.getSessionFactories] - Detected 12 available processors
13:06:17.614 INFO [NodeOptions.report] - Adding chrome for {"browserName": "chrome","browserVersion": "96.0","platformName": "Linux"} 2 times
13:06:17.624 INFO [Node.<init>] - Binding additional locator mechanisms: name, relative, id
13:06:17.841 INFO [NodeServer$1.start] - Starting registration process for node id 430f9927-2e64-4959-a506-cf9aaf7ca8ac
13:06:17.842 INFO [NodeServer.execute] - Started Selenium node 4.1.0 (revision 87802e897b): http://chrome:5555
13:06:17.844 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
13:06:18.776 INFO [NodeServer.lambda$createHandlers$2] - Node has been added
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 58299
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1638878793.637][SEVERE]: bind() failed: Cannot assign requested address (99)
ChromeDriver was started successfully.
13:06:34.199 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 53998
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1638878798.562][SEVERE]: bind() failed: Cannot assign requested address (99)
ChromeDriver was started successfully.
13:06:38.833 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 58746
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878803.568][SEVERE]: bind() failed: Cannot assign requested address (99)
13:06:43.801 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 49415
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1638878808.569][SEVERE]: bind() failed: Cannot assign requested address (99)
ChromeDriver was started successfully.
13:06:48.796 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 35180
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878813.569][SEVERE]: bind() failed: Cannot assign requested address (99)
13:06:53.765 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 51870
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878818.575][SEVERE]: bind() failed: Cannot assign requested address (99)
13:06:58.768 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 56799
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878823.579][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:03.784 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 50672
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878828.588][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:08.920 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 41587
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878833.573][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:13.801 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 52864
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878838.577][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:18.745 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 41848
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878843.579][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:23.793 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 55415
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878848.580][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:28.797 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 52935
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878853.585][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:33.773 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 45452
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1638878858.581][SEVERE]: bind() failed: Cannot aChromesDsriginv ererq uweasst esdt aardtderde sssu c(c9e9s)s
fully.
13:07:38.806 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 34289
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1638878863.595][SEVERE]: bind() failed: Cannot assign requested address (99)
ChromeDriver was started successfully.
13:07:43.814 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 56647
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDri[1638878868.ver was start5e78][SEVERE]: bind() failed: Cannotd successfully.
 assign requested address (99)
13:07:48.767 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 57893
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878873.578][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:53.778 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 41576
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878878.580][SEVERE]: bind() failed: Cannot assign requested address (99)
13:07:58.780 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 51886
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878883.583][SEVERE]: bind() failed: Cannot assign requested address (99)
13:08:03.784 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 49952
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878888.583][SEVERE]: bind() failed: Cannot assign requested address (99)
13:08:08.772 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 57420
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878893.589][SEVERE]: bind() failed: Cannot assign requested address (99)
13:08:13.770 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 48993
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggesti[ons on keeping C1h6romeDriver sa3f8e8.7
8898.585][SEVERE]: bind() failed: Cannot assChromeiDgrni rveeqru ewsatse ds taadrdtreeds ss u(c9c9e)s
sfully.
13:08:18.794 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 58309
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878903.588][SEVERE]: bind() failed: Cannot assign requested address (99)
13:08:23.803 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 33034
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878908.591][SEVERE]: bind() failed: Cannot assign requested address (99)
13:08:28.757 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 53357
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878913.591][SEVERE]: bind() failed: Cannot assign requested address (99)
13:08:33.805 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 54424
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638878918.594][SEVERE]: bind() failed: Cannot assign requested address (99)
13:08:38.752 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C

Hub log for 3.141.59
13:10:59.409 INFO [Hub.start] - Selenium Grid hub is up and running
13:10:59.412 INFO [Hub.start] - Nodes should register to http://172.10.155.2:4444/grid/register/
13:10:59.413 INFO [Hub.start] - Clients should connect to http://172.10.155.2:4444/wd/hub
13:13:13.173 INFO [DefaultGridRegistry.add] - Registered a node http://172.10.155.5:5555
13:13:13.593 INFO [DefaultGridRegistry.add] - Registered a node http://172.10.155.4:5555
13:13:13.938 INFO [DefaultGridRegistry.add] - Registered a node http://172.10.155.3:5555
13:13:28.977 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:28.980 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:28.980 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:28.982 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:28.987 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:28.990 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:30.334 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:30.335 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:30.367 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:30.369 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:32.574 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:32.576 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:36.415 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:36.417 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:36.424 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:36.470 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:36.474 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:36.485 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:37.306 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:37.307 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:37.309 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:37.310 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:38.029 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:38.030 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:38.105 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:38.109 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:38.815 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:38.816 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:38.861 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:38.862 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:39.802 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:39.803 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:42.730 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:42.732 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:45.580 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:45.581 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:48.494 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:48.494 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:48.494 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:48.495 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:48.497 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:48.498 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:49.237 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:49.237 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:49.249 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:49.250 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:51.544 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:51.545 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:54.677 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:54.677 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:54.677 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:54.678 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:54.679 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:54.680 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:55.587 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:55.589 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:55.594 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:55.595 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:13:58.028 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:13:58.029 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:00.958 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:00.959 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:00.961 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:00.962 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:00.966 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:00.966 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:01.668 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:01.672 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:01.750 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:01.751 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:03.890 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:03.891 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:06.580 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:06.580 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:06.582 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:06.583 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:06.587 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:06.588 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:07.239 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:07.240 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:07.266 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:07.267 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:09.550 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:09.552 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:12.515 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:12.515 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:12.516 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:12.518 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:12.546 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:12.547 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:13.201 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:13.202 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:13.210 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:13.211 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:15.736 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:15.737 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:18.301 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:18.302 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:18.302 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:18.304 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:18.304 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:18.305 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:19.006 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:19.012 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:19.022 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:19.023 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:21.147 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:21.148 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:23.780 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:23.780 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:23.781 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:23.782 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:23.783 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:23.783 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:24.453 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: chrome, goog:chromeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-infobars, --disable-component-extensi..., --disable-extensions, --start-maximized, --disable-password-generation, --window-size=1920,1080, --headless], binary: /usr/bin/google-chrome, extensions: [], prefs: {credentials_enable_service: false, profile.password_manager_enabled: false}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:24.454 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=6cb08d9c-a2a8-4171-bd6d-9105a707c8ff, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:24.490 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-default-browser-check, --enable-automation, --disable-component-extensi..., --disable-extensions, --start-maximized, --window-size=1920,1080, --headless], extensions: []}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:24.491 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=1e93d769-e0bb-471e-b860-76f7ca63c2d0, seleniumProtocol=WebDriver, browserName=MicrosoftEdge, maxInstances=10, platformName=LINUX, platform=LINUX}
13:14:26.661 INFO [RequestHandler.process] - Got a request to create a new session: Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true, moz:firefoxOptions: {args: [-headless], log: {level: info}, prefs: {dom.file.createInChild: true}}, pageLoadStrategy: eager, unhandledPromptBehavior: ignore}
13:14:26.662 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=9606dff5-c92b-4f1a-9365-fda8c8c1c941, seleniumProtocol=WebDriver, browserName=firefox, maxInstances=10, platformName=LINUX, platform=LINUX}

NodeChrome Log for 3.141.59
13:13:12.304 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
13:13:12.424 INFO [GridLauncherV3.lambda$buildLaunchers$7] - Launching a Selenium Grid node on port 5555
2021-12-07 13:13:12.572:INFO::main: Logging initialized @663ms to org.seleniumhq.jetty9.util.log.StdErrLog
13:13:12.939 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
13:13:13.080 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 5555
13:13:13.081 INFO [GridLauncherV3.lambda$buildLaunchers$7] - Selenium Grid node is up and ready to register to the hub
13:13:13.163 INFO [SelfRegisteringRemote$1.run] - Starting auto registration thread. Will try to register every 5000 ms.
13:13:13.568 INFO [SelfRegisteringRemote.registerToHub] - Registering the node to the hub: http://selenium:4444/grid/register
13:13:13.593 INFO [SelfRegisteringRemote.registerToHub] - The node is registered to the hub and ready to use
13:13:29.096 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:29.099 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 10626
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879209.146][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:29.577 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:29.600 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 3f0489663c045bada37838dff2ae0c71 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:30.293 INFO [ActiveSessions$1.onStop] - Removing session 3f0489663c045bada37838dff2ae0c71 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:30.356 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:30.356 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 24062
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879210.372][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:30.700 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:30.702 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session d6813b12abcb52d79d73577c3799ab5b (org.openqa.selenium.chrome.ChromeDriverService)
13:13:31.104 INFO [ActiveSessions$1.onStop] - Removing session d6813b12abcb52d79d73577c3799ab5b (org.openqa.selenium.chrome.ChromeDriverService)
13:13:36.505 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:36.505 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 17019
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879216.521][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:36.855 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:36.857 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session b4cee64d51abbd5fd9c2af8482a1e4a5 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:37.269 INFO [ActiveSessions$1.onStop] - Removing session b4cee64d51abbd5fd9c2af8482a1e4a5 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:37.327 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:37.328 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 4113
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879217.339][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:37.655 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:37.656 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 98f71ca94778a9086614687890b2de78 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:37.993 INFO [ActiveSessions$1.onStop] - Removing session 98f71ca94778a9086614687890b2de78 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:38.050 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:38.051 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 18594
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879218.062][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:38.397 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:38.399 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session f0b1ce3f732eb8c8584a42222bb0a5de (org.openqa.selenium.chrome.ChromeDriverService)
13:13:38.786 INFO [ActiveSessions$1.onStop] - Removing session f0b1ce3f732eb8c8584a42222bb0a5de (org.openqa.selenium.chrome.ChromeDriverService)
13:13:38.833 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:38.834 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 2630
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879218.845][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:39.176 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:39.178 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session b754e417c09db0fe0dd49b6a65068ba7 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:39.527 INFO [ActiveSessions$1.onStop] - Removing session b754e417c09db0fe0dd49b6a65068ba7 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:48.517 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:48.517 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 24908
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879228.528][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:48.888 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:48.890 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session f82152e6a983fdc22ec5e08d959cd0bc (org.openqa.selenium.chrome.ChromeDriverService)
13:13:49.222 INFO [ActiveSessions$1.onStop] - Removing session f82152e6a983fdc22ec5e08d959cd0bc (org.openqa.selenium.chrome.ChromeDriverService)
13:13:49.268 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:49.269 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 2275
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879229.289][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:49.649 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:49.651 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 9a1987d83d63d34310bccbf2bbe7d1fd (org.openqa.selenium.chrome.ChromeDriverService)
13:13:49.945 INFO [ActiveSessions$1.onStop] - Removing session 9a1987d83d63d34310bccbf2bbe7d1fd (org.openqa.selenium.chrome.ChromeDriverService)
13:13:54.736 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:54.736 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 13625
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[C1638879234.749][SEVERE]: binhd(r)o mfeDriver was started successfully.
ailed: Cannot assign requested address (99)
13:13:55.209 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:55.211 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 396593bfc10b7d67d054f08b8324ea86 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:55.576 INFO [ActiveSessions$1.onStop] - Removing session 396593bfc10b7d67d054f08b8324ea86 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:55.617 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:13:55.618 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 12477
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879235.628][SEVERE]: bind() failed: Cannot assign requested address (99)
13:13:55.969 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:13:55.971 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 1f0368229fc35d487cb3f51e57d7a768 (org.openqa.selenium.chrome.ChromeDriverService)
13:13:56.245 INFO [ActiveSessions$1.onStop] - Removing session 1f0368229fc35d487cb3f51e57d7a768 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:00.975 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:00.975 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 30228
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879240.993][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:01.355 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:01.358 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 50efffd6a2d67d665db9ebef88a6c3dc (org.openqa.selenium.chrome.ChromeDriverService)
13:14:01.681 INFO [ActiveSessions$1.onStop] - Removing session 50efffd6a2d67d665db9ebef88a6c3dc (org.openqa.selenium.chrome.ChromeDriverService)
13:14:01.767 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:01.768 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 11770
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879241.778][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:02.070 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:02.073 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 1db3bc15fbe2dfc012c7358cbb1bae64 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:02.338 INFO [ActiveSessions$1.onStop] - Removing session 1db3bc15fbe2dfc012c7358cbb1bae64 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:06.606 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:06.607 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 1858
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was sta[rted suc1c6essfully.
38879246.618][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:06.935 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:06.937 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 670a05d8ac8cd77e6527aee624df140e (org.openqa.selenium.chrome.ChromeDriverService)
13:14:07.218 INFO [ActiveSessions$1.onStop] - Removing session 670a05d8ac8cd77e6527aee624df140e (org.openqa.selenium.chrome.ChromeDriverService)
13:14:07.262 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:07.263 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 13621
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879247.274][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:07.618 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:07.620 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 0d7f2a1cffd3371e0031b17f467096d5 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:07.877 INFO [ActiveSessions$1.onStop] - Removing session 0d7f2a1cffd3371e0031b17f467096d5 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:12.531 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:12.531 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 31979
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1638879252.548][SEVERE]: bind() failed: Cannot assign requested address (99)
ChromeDriver was started successfully.
13:14:12.883 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:12.885 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 13712ae5186dc44bc9ce0492988fb0c2 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:13.181 INFO [ActiveSessions$1.onStop] - Removing session 13712ae5186dc44bc9ce0492988fb0c2 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:13.226 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:13.227 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 19087
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879253.244][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:13.600 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:13.602 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 57b906bd6b6217c1420437983eedb577 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:13.854 INFO [ActiveSessions$1.onStop] - Removing session 57b906bd6b6217c1420437983eedb577 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:18.325 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:18.325 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 12011
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879258.348][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:18.694 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:18.698 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session cfc22f73d5e1d98ad00746912cdcccf1 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:18.984 INFO [ActiveSessions$1.onStop] - Removing session cfc22f73d5e1d98ad00746912cdcccf1 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:19.026 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:19.027 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 22478
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879259.041][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:19.397 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:19.399 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session a44253890498face1508a93e50eb332a (org.openqa.selenium.chrome.ChromeDriverService)
13:14:19.665 INFO [ActiveSessions$1.onStop] - Removing session a44253890498face1508a93e50eb332a (org.openqa.selenium.chrome.ChromeDriverService)
13:14:23.798 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:23.798 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 10849
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879263.818][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:24.160 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:24.161 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session fd0ae78d87a14b43224c751c768a84d5 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:24.432 INFO [ActiveSessions$1.onStop] - Removing session fd0ae78d87a14b43224c751c768a84d5 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:24.466 INFO [ActiveSessionFactory.apply] - Capabilities are: {
  "acceptInsecureCerts": true,
  "browserName": "chrome",
  "goog:chromeOptions": {
    "args": [
      "--no-default-browser-check",
      "--enable-automation",
      "--disable-infobars",
      "--disable-component-extensions-with-background-pages",
      "--disable-extensions",
      "--start-maximized",
      "--disable-password-generation",
      "--window-size=1920,1080",
      "--headless"
    ],
    "extensions": [
    ],
    "binary": "\u002fusr\u002fbin\u002fgoogle-chrome",
    "prefs": {
      "credentials_enable_service": false,
      "profile.password_manager_enabled": false
    }
  },
  "pageLoadStrategy": "eager",
  "unhandledPromptBehavior": "ignore"
}
13:14:24.467 INFO [ActiveSessionFactory.lambda$apply$11] - Matched factory org.openqa.selenium.grid.session.remote.ServicedSession$Factory (provider: org.openqa.selenium.chrome.ChromeDriverService)
Starting ChromeDriver 96.0.4664.45 (76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}) on port 19760
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1638879264.482][SEVERE]: bind() failed: Cannot assign requested address (99)
13:14:24.849 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
13:14:24.850 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 85a6df356759957ac82dac1238a80be6 (org.openqa.selenium.chrome.ChromeDriverService)
13:14:25.096 INFO [ActiveSessions$1.onStop] - Removing session 85a6df356759957ac82dac1238a80be6 (org.openqa.selenium.chrome.ChromeDriverService)

Operating System

Ubuntu

Selenium version

Java 4.1.1

What are the browser(s) and version(s) where you see this issue?

Chrome 96.0.4664.93, FF 94.0.2 and Edge 96.0.1054.43

What are the browser driver(s) and version(s) where you see this issue?

Chrome WebDriver 96.0.4664.45, FF WebDriver 0.30.0 and Edge WebDriver 96.0.1054.43

Are you using Selenium Grid?

4.1.1 and 3.141.59

github-actions[bot] commented 2 years ago

@eugenedani, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

eugenedani commented 2 years ago

Perhaps this issue can be related to this one https://github.com/SeleniumHQ/docker-selenium/issues/1453

lemitrou commented 2 years ago

I have a pretty similar behavior with Selenium 4.1 + zalenium + cucumber-jvm. I get a lot fail tests with the reported exception about browser died. Same tests with selenium 3.141, and exception not reporducible

viktorianer commented 2 years ago

Could some please check, if the following error is related to this issue? I do not understand it, and can not tell it is.

https://github.com/seleniarm/docker-selenium/issues/1#issuecomment-989948236

diemol commented 2 years ago

Maybe this is a duplicate of #10080, which was fixed in #10081

@eugenedani what test can I use to reproduce the issue?

eugenedani commented 2 years ago

I used this Java code. Error are on line with driver.switchTo().defaultContent(); code

=================

package com.polarion.selenium.test.cases;

import java.net.URL;
import java.time.Duration;
import java.util.HashMap;

import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.PageLoadStrategy;
import org.openqa.selenium.UnexpectedAlertBehaviour;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriverLogLevel;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.remote.RemoteWebDriver;

public class ServerTest {
    public static void main(String[] args) {
        URL hubUrl;
        try {
            hubUrl = new URL("http://localhost:4444/wd/hub");
        } catch (java.net.MalformedURLException e) {
            throw new RuntimeException("Remote WebDriver Hub URL has some error: " + e.getMessage());
        }

        ChromeOptions chromeOptions = new ChromeOptions();
        setOptions(chromeOptions);

//Initiating your chromedriver
        WebDriver driver = new RemoteWebDriver(hubUrl, chromeOptions);
//Applied wait time
        driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
//maximize window
        driver.manage().window().maximize();

//Exception in thread "main" org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died.
        driver.switchTo().defaultContent();
        driver.get("https://www.google.com");

        WebElement agreeButton = driver.findElement(By.xpath("(//button/div[@role='none'])[4]"));
        agreeButton.click();

        driver.findElement(By.cssSelector("input[name='q']")).sendKeys("Selenium");
        new Actions(driver).sendKeys(Keys.ENTER).perform();

//closing the browser
        driver.quit();

    }

    private static void setOptions(ChromeOptions chromeOptions) {
        addArguments(chromeOptions);
        addOptions(chromeOptions);
        addPreferences(chromeOptions);
    }

    private static void addArguments(ChromeOptions chromeOptions) {
        chromeOptions
                .addArguments("--no-default-browser-check", "--enable-automation", "--disable-infobars", "--disable-component-extensions-with-background-pages", "--disable-extensions", "--start-maximized", "--disable-password-generation");

    }

    private static void addOptions(ChromeOptions chromeOptions) {
        chromeOptions.setLogLevel(ChromeDriverLogLevel.INFO).setAcceptInsecureCerts(true).setUnhandledPromptBehaviour(UnexpectedAlertBehaviour.IGNORE).setPageLoadStrategy(PageLoadStrategy.EAGER);

    }

    private static void addPreferences(ChromeOptions chromeOptions) {
        HashMap<String, Object> chromePreferences = new HashMap<>();
        chromePreferences.put("credentials_enable_service", false);
        chromePreferences.put("profile.password_manager_enabled", false);
        chromeOptions.setExperimentalOption("prefs", chromePreferences);
    }
}
diemol commented 2 years ago

Thank you for providing a test case to reproduce this. If I use version 4.1.0 I can reproduce the issue. When I run the same test using the code we have in trunk, I see the test passes, which means that #10081 is also fixing this.

We are doing a release in the next days that includes this fix.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.