| Time | Thread | Level | Category | File:Line | Message |
|---|---|---|---|---|---|
| 0 | main | INFO | io.github.bonigarcia.wdm.WebDriverManager | WebDriverManager.java:1217 | Using chromedriver 140.0.7339.80 (resolved driver for Chrome 140) |
| 65 | main | INFO | io.github.bonigarcia.wdm.WebDriverManager | WebDriverManager.java:1270 | Exporting webdriver.chrome.driver as C:\Users\anomau\.cache\selenium\chromedriver\win64\140.0.7339.80\chromedriver.exe |
| 6952 | main | INFO | main | Log.java:230 | |
| 6954 | main | INFO | main | ProcessSignatures.java:17836 | **** verifyeSenderEmailWithGroupEmailIneSignatureManagementPageXML ***** |
| 6954 | main | INFO | main | Log.java:232 | |
| 7664 | main | INFO | main | ProcessSignatures.java:17841 | **** verifyeSenderEmailWithGroupEmailIneSignatureManagementPageXML **** |
| 7672 | main | INFO | main | ProcessSignatures.java:17842 | https://esignplusqa.immesign.com/TEAASP/HostDispatch.aspx?hostid=XP&hsfiid=autoesign&xmlData=D:\Automation_DataFiles\Primary6.xml |
| 13433 | main | DEBUG | main | Utils.java:97 | Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dyhv2pj83kqa0izc2flu_honytr8kr0vvkrmtz53j7l4dakm0nurdxv3oavtpxchwmqkwwb0nrkulnbyty1gtbozwd2jn1bo4chdnfq5t4516425rowygxmg5zuql2g-j_4dxo_iaybr75kylvnpolmefa2zfibbybffjabgmps9egmjkprltbe6idhkqwwpobd4pdpsuhpsxyzxzmvkpjqh38bu0wn7b8obeh2r9zqi9qjuwok0qjw5cmcibnrsl0x2c_cb8b8sjdbjk6avnwayt61aaq4lcg_c5xmaqitfhxor4gxz4pqr98fyktt7aqtgwlot7azzggfnt7dkzvujibadznsokiwzmoz9_sqkmvpd3hqa3ug8g5jraxmgsisbcyh9hncan9jne6l3_6nzv2fykiukbbeqple_ek5w70rzr_rks_-jgig-r5mgo&response_mode=form_post&nonce=638930294905660397.mjkwodjlodgtztcwoc00otezltk0yzitmmu3m2jmmzk0mdrkndi5nzu0ywitogm4oc00ndiwltlhyjytogvimjbmmtazodvi&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true |
| 13434 | main | DEBUG | main | Utils.java:117 | Page Load Wait: (Sync) |
| 32950 | main | DEBUG | main | Utils.java:1189 | Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3080a90496c9c1ffab2ae0a025dba99e)] -> id: idSIButton9] |
| 33123 | main | DEBUG | main | Utils.java:1189 | Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3080a90496c9c1ffab2ae0a025dba99e)] -> id: i0116] |
| 34834 | main | FATAL | main | ProcessSignatures.java:18021 | UserName field not found or not interactable on the page!! |
| java.lang.Exception: UserName field not found or not interactable on the page!!
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:84) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:57) at com.imm.pages.SignInPage.cloudLogin(SignInPage.java:519) at com.imm.testscripts.Process.ProcessSignatures.verifyeSenderEmailWithGroupEmailIneSignatureManagementPageXML(ProcessSignatures.java:17857) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824) at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128) at java.base/java.util.ArrayList.forEach(ArrayList.java:1597) at org.testng.TestRunner.privateRun(TestRunner.java:794) at org.testng.TestRunner.run(TestRunner.java:596) at org.testng.SuiteRunner.runTest(SuiteRunner.java:377) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332) at org.testng.SuiteRunner.run(SuiteRunner.java:276) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212) at org.testng.TestNG.runSuitesLocally(TestNG.java:1134) at org.testng.TestNG.runSuites(TestNG.java:1063) at org.testng.TestNG.run(TestNG.java:1031) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77) Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first. at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155) at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122) at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83) at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31) at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42) at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52) at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47) at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68) at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:23) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:19) at com.codeborne.selenide.commands.Commands.execute(Commands.java:159) at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:131) at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:83) at jdk.proxy2/jdk.proxy2.$Proxy23.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) ... 29 more | |||||
| 34845 | main | INFO | main | Log.java:284 | **** -E---N---D- ***** |