Skip to content

[Need support]: Healenium not saving selectors from localhost site #58

@cjohnsontx1

Description

@cjohnsontx1

Describe the problem

I am serving up a page locally so that I can update the locators to test the self-healing using Healenium. I wrote a test asserting several components on the page, and the test runs successfully. However, none of the selectors get saved to the postgres db. When I run a successful test using a real url and not a localhost one, the selectors all get saved to the postgres db. Does Healenium support saving locators from a page being served up locally?

Healenium Backend version

3.4.10

Selenium version

4.28.0

Platform

.NET

Logs appeared during using Healenium

healenium-proxy.log for test using localhost page

2025-12-05 19:04:48.619  WARN 7 - [ttp-epoll-2] .InitSessionGatewayFilterFactory : Init Session: {\n   "value": {\n     "sessionId": "aee0328732d147bda42b0dd36f015827",\n     "capabilities": {\n       "acceptInsecureCerts": false,\n       "browserName": "chrome",\n       "browserVersion": "142.0.7444.59",\n       "chrome": {\n         "chromedriverVersion": "142.0.7444.59 (4b8153ab58d3c3f4c9f7e4baad9616ecf80db5fa-refs\u002fbranch-heads\u002f7444_52@{#4})",\n         "userDataDir": "\u002ftmp\u002f.org.chromium.Chromium.scoped_dir.64LNZu"\n       },\n       "fedcm:accounts": true,\n       "goog:chromeOptions": {\n         "debuggerAddress": "localhost:33263"\n       },\n       "goog:processID": 615,\n       "networkConnectionEnabled": false,\n       "pageLoadStrategy": "normal",\n       "platformName": "linux",\n       "proxy": {\n       },\n       "se:bidiEnabled": false,\n       "se:cdp": "ws:\u002f\u002f172.18.0.6:4444\u002fsession\u002faee0328732d147bda42b0dd36f015827\u002fse\u002fcdp",\n       "se:cdpVersion": "142.0.7444.59",\n       "se:containerName": "d5fffe33e4e8",\n       "se:deleteSessionOnUi": true,\n       "se:downloadsEnabled": true,\n       "se:noVncPort": 7900,\n       "se:vnc": "ws:\u002f\u002f172.18.0.6:4444\u002fsession\u002faee0328732d147bda42b0dd36f015827\u002fse\u002fvnc",\n       "se:vncEnabled": true,\n       "se:vncLocalAddress": "ws:\u002f\u002f172.18.0.6:7900",\n       "setWindowRect": true,\n       "strictFileInteractability": false,\n       "timeouts": {\n         "implicit": 0,\n         "pageLoad": 300000,\n         "script": 30000\n       },\n       "unhandledPromptBehavior": "dismiss and notify",\n       "webauthn:extension:credBlob": true,\n       "webauthn:extension:largeBlob": true,\n       "webauthn:extension:minPinLength": true,\n       "webauthn:extension:prf": true,\n       "webauthn:virtualAuthenticators": true\n     }\n   }\n } 
2025-12-05 19:04:48.625  INFO 7 - [ttp-epoll-2] healenium                        : [Proxy] Using Selenium server: http://selenium-hub:4444/wd/hub 
2025-12-05 19:04:48.629  WARN 7 - [ttp-epoll-2] o.o.s.remote.RemoteWebDriver     : Support for Legacy Capabilities is deprecated; You are sending the following invalid capabilities: [chrome, networkConnectionEnabled]; Please update to W3C Syntax: https://www.selenium.dev/blog/2022/legacy-protocol-support/ 
2025-12-05 19:04:48.662 DEBUG 7 - [ttp-epoll-2] healenium                        : [Init] sessionKey: aee0328732d147bda42b0dd36f015827, serverUrl: http://healenium:7878/healenium, imitateUrl: http://selector-imitator:8000/imitate 
2025-12-05 19:04:48.663 DEBUG 7 - [ttp-epoll-2] healenium                        : [Get Elements] Request: (GET) /elements 
2025-12-05 19:04:48.689 DEBUG 7 - [ttp-epoll-2] healenium                        : [Init Report] Request: (POST) /report/init/aee0328732d147bda42b0dd36f015827 



healenium-proxy.log for test using page with url

2025-12-05 19:04:48.619  WARN 7 - [ttp-epoll-2] .InitSessionGatewayFilterFactory : Init Session: {\n   "value": {\n     "sessionId": "aee0328732d147bda42b0dd36f015827",\n     "capabilities": {\n       "acceptInsecureCerts": false,\n       "browserName": "chrome",\n       "browserVersion": "142.0.7444.59",\n       "chrome": {\n         "chromedriverVersion": "142.0.7444.59 (4b8153ab58d3c3f4c9f7e4baad9616ecf80db5fa-refs\u002fbranch-heads\u002f7444_52@{#4})",\n         "userDataDir": "\u002ftmp\u002f.org.chromium.Chromium.scoped_dir.64LNZu"\n       },\n       "fedcm:accounts": true,\n       "goog:chromeOptions": {\n         "debuggerAddress": "localhost:33263"\n       },\n       "goog:processID": 615,\n       "networkConnectionEnabled": false,\n       "pageLoadStrategy": "normal",\n       "platformName": "linux",\n       "proxy": {\n       },\n       "se:bidiEnabled": false,\n       "se:cdp": "ws:\u002f\u002f172.18.0.6:4444\u002fsession\u002faee0328732d147bda42b0dd36f015827\u002fse\u002fcdp",\n       "se:cdpVersion": "142.0.7444.59",\n       "se:containerName": "d5fffe33e4e8",\n       "se:deleteSessionOnUi": true,\n       "se:downloadsEnabled": true,\n       "se:noVncPort": 7900,\n       "se:vnc": "ws:\u002f\u002f172.18.0.6:4444\u002fsession\u002faee0328732d147bda42b0dd36f015827\u002fse\u002fvnc",\n       "se:vncEnabled": true,\n       "se:vncLocalAddress": "ws:\u002f\u002f172.18.0.6:7900",\n       "setWindowRect": true,\n       "strictFileInteractability": false,\n       "timeouts": {\n         "implicit": 0,\n         "pageLoad": 300000,\n         "script": 30000\n       },\n       "unhandledPromptBehavior": "dismiss and notify",\n       "webauthn:extension:credBlob": true,\n       "webauthn:extension:largeBlob": true,\n       "webauthn:extension:minPinLength": true,\n       "webauthn:extension:prf": true,\n       "webauthn:virtualAuthenticators": true\n     }\n   }\n } 
2025-12-05 19:04:48.625  INFO 7 - [ttp-epoll-2] healenium                        : [Proxy] Using Selenium server: http://selenium-hub:4444/wd/hub 
2025-12-05 19:04:48.629  WARN 7 - [ttp-epoll-2] o.o.s.remote.RemoteWebDriver     : Support for Legacy Capabilities is deprecated; You are sending the following invalid capabilities: [chrome, networkConnectionEnabled]; Please update to W3C Syntax: https://www.selenium.dev/blog/2022/legacy-protocol-support/ 
2025-12-05 19:04:48.662 DEBUG 7 - [ttp-epoll-2] healenium                        : [Init] sessionKey: aee0328732d147bda42b0dd36f015827, serverUrl: http://healenium:7878/healenium, imitateUrl: http://selector-imitator:8000/imitate 
2025-12-05 19:04:48.663 DEBUG 7 - [ttp-epoll-2] healenium                        : [Get Elements] Request: (GET) /elements 
2025-12-05 19:04:48.689 DEBUG 7 - [ttp-epoll-2] healenium                        : [Init Report] Request: (POST) /report/init/aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:52.837  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:53.012  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:53.015  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:53.045 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:53.164  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:53.686  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:53.715  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:53.716  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:53.734 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:53.751  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:54.266  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:54.293  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:54.294  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:54.312 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:54.325  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:54.839  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:54.870  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:54.871  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:54.890 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:54.901  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:55.420  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:55.453  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:55.458  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:55.478 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:55.490  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:55.999  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:56.044  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:56.046  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:56.101 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:56.112  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:56.636  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:56.666  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:56.668  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:56.684 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:56.696  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:57.214  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:57.242  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:57.243  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:57.264 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:57.275  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:57.783  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:57.811  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:57.812  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:57.843 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:57.856  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:58.370  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:58.400  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:58.401  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:58.425 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:58.445  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:58.953  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:58.975  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:58.976  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:58.994 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:59.008  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:04:59.526  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:04:59.552  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:04:59.554  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:04:59.572 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:04:59.584  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:05:00.095  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:05:00.130  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:05:00.131  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:05:00.148 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:05:00.163  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:05:00.683  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:05:00.712  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:05:00.713  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:05:00.734 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:05:00.746  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:05:01.255  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:05:01.938  WARN 7 - [ttp-epoll-4] healenium                        : Failed to find an element using locator By.cssSelector: #AccountName 
2025-12-05 19:05:01.939  WARN 7 - [ttp-epoll-4] healenium                        : Reason: no such element: Unable to locate element: {"method":"css selector","selector":"#AccountName"}\n   (Session info: chrome=142.0.7444.59)\n For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception\n Build info: version: '4.25.0', revision: '8a8aea2337'\n System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.87.2-microsoft-standard-WSL2', java.version: '23.0.2'\n Driver info: org.openqa.selenium.remote.RemoteWebDriver\n Command: [aee0328732d147bda42b0dd36f015827, findElement {using=css selector, value=#AccountName}]\n Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.59, chrome: {chromedriverVersion: 142.0.7444.59 (4b8153ab58d3..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:33263}, goog:processID: 615, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: {}, se:bidiEnabled: false, se:cdp: ws://172.18.0.6:4444/sessio..., se:cdpVersion: 142.0.7444.59, se:containerName: d5fffe33e4e8, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:noVncPort: 7900, se:vnc: ws://172.18.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}\n Session ID: aee0328732d147bda42b0dd36f015827 
2025-12-05 19:05:01.954 DEBUG 7 - [ttp-epoll-4] healenium                        : [Get Reference Elements] Request. Locator: #AccountName, Command: findElement, Url: https://pfqatst5.onestreamtest.com/ 
2025-12-05 19:05:01.965  WARN 7 - [ttp-epoll-4] healenium                        : New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://healenium:7878/healenium/selectors/ and type: single, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code. 
2025-12-05 19:05:02.484  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#AccountName"} 
2025-12-05 19:05:02.970 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.cssSelector, Locator: #AccountName, Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/AccountSearch/HRD?returnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:03.184  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.7DD78FEC7AF618970DADD80A5BC796C5.e.13"}} 
2025-12-05 19:05:03.272  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"xpath","value":"//*[text()=\u0027Next\u0027]"} 
2025-12-05 19:05:03.312 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.xpath, Locator: //*[text()='Next'], Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/AccountSearch/HRD?returnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:03.338  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.7DD78FEC7AF618970DADD80A5BC796C5.e.20"}} 
2025-12-05 19:05:03.427  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"xpath","value":"//*[text()=\u0027Next\u0027]"} 
2025-12-05 19:05:03.477 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.xpath, Locator: //*[text()='Next'], Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/AccountSearch/HRD?returnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:03.506  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.7DD78FEC7AF618970DADD80A5BC796C5.e.20"}} 
2025-12-05 19:05:03.872  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#Password"} 
2025-12-05 19:05:04.183 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.cssSelector, Locator: #Password, Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/Account/Login?ReturnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:04.201  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.1DDC40BC2A99EBAC00288099B0AC3264.e.25"}} 
2025-12-05 19:05:04.291  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#Password"} 
2025-12-05 19:05:04.332 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.cssSelector, Locator: #Password, Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/Account/Login?ReturnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:04.358  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.1DDC40BC2A99EBAC00288099B0AC3264.e.25"}} 
2025-12-05 19:05:04.440  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"xpath","value":"//button[@value=\u0027login\u0027]"} 
2025-12-05 19:05:04.485 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.xpath, Locator: //button[@value='login'], Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/Account/Login?ReturnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:04.502  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.1DDC40BC2A99EBAC00288099B0AC3264.e.27"}} 
2025-12-05 19:05:04.590  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"xpath","value":"//h4[text()=\u0027Login\u0027]"} 
2025-12-05 19:05:04.625 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.xpath, Locator: //h4[text()='Login'], Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/Account/Login?ReturnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:04.645  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.1DDC40BC2A99EBAC00288099B0AC3264.e.36"}} 
2025-12-05 19:05:04.734  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"xpath","value":"//div[contains(@class,\u0027logo\u0027)]"} 
2025-12-05 19:05:04.768 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.xpath, Locator: //div[contains(@class,'logo')], Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/Account/Login?ReturnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:04.788  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.1DDC40BC2A99EBAC00288099B0AC3264.e.37"}} 
2025-12-05 19:05:04.874  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#Username"} 
2025-12-05 19:05:04.915 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.cssSelector, Locator: #Username, Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/Account/Login?ReturnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:04.931  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.1DDC40BC2A99EBAC00288099B0AC3264.e.24"}} 
2025-12-05 19:05:05.020  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Request: {"using":"css selector","value":"#Password"} 
2025-12-05 19:05:05.053 DEBUG 7 - [ttp-epoll-4] healenium                        : [Save Elements] By: By.cssSelector, Locator: #Password, Command: findElement, URL: https://pfqatst5.onestreamtest.com/OneStreamIS/Account/Login?ReturnUrl=%2FOneStreamIS%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3D6b6646e9-3377-3bb8-0143-9503306c8e84%26redirect_uri%3Dhttps%253A%252F%252Fpfqatst5.onestreamtest.com%252Fsignin-oidc%26response_type%3Dcode%26scope%3Dopenid%2520email%2520profile%2520platform%2520offline_access%26code_challenge%3Dky-T0hz9PENmitxrvYKb1I_i35hliLD38ez3PN3YKNY%26code_challenge_method%3DS256%26nonce%3D639005475021980888.ZjMzZGYzODItZTI3MS00MzNkLWJkZDYtNDU2ODYzMjlhMjZiMDE5ZGJlYmYtYzBlOS00ZWVhLWFjZTQtOTgzZjQ3NjBmMWVi%26state%3DCfDJ8JHGFDpaXghFtVPepbd-QaBmiffwf8KohF5QfpU7HUhIVh3BCdW0a_KmoulqwmVCYRDly9njnTIBELmZIJ3I68pKK9gmZxB3zIsyQfP-7C2tQAPAg6cmakLHqWMpHpd8lE-id2QGOfD9JOfzDOj1PJb0LOiBG2Io8PeQ5rjySSOONufYYSLMcCxJ5K60jG19_Ea0iTumAQl1-rUAAywtGHQgEo8ip8jX0V9Eg6sJBqF6v9XhvS42uRCGeMjfTyZ4zKUokfk0Yiobpo8mqrfHC8R3_7pR_jTtO1as4N2N0LALZvl_y8hLVQvdhwiCQdg7uugJbj1PfSsJZOomwPF5xukDxXlPVciDwMfmTBJx1Xy1XDmjavWp31lkvxMkNpOlkw%26x-client-SKU%3DID_NET8_0%26x-client-ver%3D8.3.0.0 
2025-12-05 19:05:05.073  INFO 7 - [ttp-epoll-4] healenium                        : Find Element Response: {"value":{"element-6066-11e4-a52e-4f735466cecf":"f.6BF79CA55D4EA1D584BC2E117BA41AB9.d.1DDC40BC2A99EBAC00288099B0AC3264.e.25"}}

Additional context

No response

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions