-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hey @anandbagmar I have setup pipeline but getting error
INFO [main] (BrowserDriverManager.java:348)- Setting Proxy for browser: 'http://azureproxy.jio.com:8080'/ with noProxy for: 'localhost,127.0.0.1', and proxyType: 'manual'
INFO [main] (BrowserDriverManager.java:231)- ChromeOptions: {acceptInsecureCerts=true, browserName=chrome, browserVersion=136.0, goog:chromeOptions={args=[--remote-allow-origins=, use-fake-device-for-media-stream], excludeSwitches=[enable-automation, disable-notifications, disable-default-apps, disable-extensions, enable-user-metrics, incognito, show-taps, disable-infobars], extensions=[], prefs={"profile.default_content_setting_values.notifications":1,"profile.default_content_setting_values.media_stream_mic":1,"credentials_enable_service":false,"profile.default_content_setting_values.media_stream_camera":1,"profile.password_manager_enabled":false,"protocol_handler.excluded_schemes":{"jhb":true}}}, goog:loggingPrefs=org.openqa.selenium.logging.LoggingPreferences@61ded620, proxy=Proxy(manual, http=http://azureproxy.jio.com:8080)}/
INFO [main] (BrowserDriverManager.java:517)- Starting RemoteWebDriver using url: http://10.244.4.34:55573/wd/hub with capabilities: 'Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 136.0, goog:chromeOptions: {args: [--remote-allow-origins=, use-fake-device-for-media-s...], excludeSwitches: [enable-automation, disable-notifications, disable-default-apps, disable-extensions, enable-user-metrics, incognito, show-taps, disable-infobars], extensions: [], prefs: {"profile.default_content_s...}, goog:loggingPrefs: org.openqa.selenium.logging..., proxy: Proxy(manual, http=http://a...}'/
May 22, 2025 11:23:28 AM org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer createTracer
INFO: Using OpenTelemetry for tracing
Given I load the self service portal by logging into JDOPS Dashboard with 'UserL0' credentials # com.znsio.sample.e2e.steps.ProjectOnboardingSteps.iLoadTheSelfServicePortalByLoggingIntoJDOPSDashboard(java.lang.String)
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Unable to parse remote response: ](http://www.w3.org/TR/html4/loose.dtd%22%3E)
According to our CI team , suggestion is to remove wd/hub for remote url , as it is not required with latest version of selenium so can you please suggest if this can cause issue or it could be regarding something else