Log session start time Sat Dec 14 08:12:47 IST 2024

Time Thread Level Category File:Line Message
0 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
87 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
8166 main INFO main Log.java:218
8168 main INFO main CollectedDocuments.java:1242 **** Deleting all the existing docs *****
8173 main INFO main Log.java:220
16391 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
16392 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
16779 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> id: btnSubmit]
16780 main INFO main CollectedDocuments.java:1259 Navigated to 'eSign Login' page
17006 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
18264 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
18407 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> id: btnSubmit]
39351 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> id: lightbox]
39476 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> id: i0116]
40548 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> id: idSIButton9]
48123 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
48124 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
48228 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> id: lightbox]
48349 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2f8d9cddf049a43a1bdbbb39c0c38aae)] -> id: idSIButton9]
53636 main ERROR main SearchActiveSessionPage.java:295 Search active page didn't open up
53636 main INFO main Log.java:272 **** -E---N---D- *****
54140 main DEBUG main WebDriverFactory.java:244 TestCaseID:: VerifyIndexMismatchCheckboxCheckUncheck
54174 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
54213 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
56679 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
56763 main INFO main Log.java:218
56764 main INFO main CollectedDocuments.java:1332 **** Verifying warning message when there is an unknown document and add a document to session with unknown doc *****
56764 main INFO main Log.java:220
63358 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
63358 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
63499 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (74baf15360a6bb88cd1d7dfbf5680b00)] -> id: btnSubmit]
63500 main INFO main CollectedDocuments.java:1345 Navigated to 'eSign Login' page
63632 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (74baf15360a6bb88cd1d7dfbf5680b00)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
64507 main FATAL main CollectedDocuments.java:1446 FI ID field not found or not interactable on the page!!
java.lang.Exception: FI ID field not found or not interactable on the page!!
     at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:89)
     at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:54)
     at com.imm.pages.SignInPage.setFI_ID(SignInPage.java:156)
     at com.imm.pages.SignInPage.loginToApplicationCloud(SignInPage.java:141)
     at com.imm.testscripts.CollectedDocuments.CollectedDocuments.VerifyIndexMismatchCheckboxCheckUncheck(CollectedDocuments.java:1347)
     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:1596)
     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.$Proxy39.setValue(Unknown Source)
     at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:87)
     ... 30 more
64511 main INFO main Log.java:272 **** -E---N---D- *****
64930 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchMessageDoesntDisplayIfIndexesMatch
64957 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
64991 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
67122 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
67175 main INFO main Log.java:218
67176 main INFO main CollectedDocuments.java:1063 **** Validate index mismatch checkbox check for immadmin *****
67176 main INFO main Log.java:220
73701 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
73702 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
73849 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: btnSubmit]
73850 main INFO main CollectedDocuments.java:1078 Navigated to 'eSign Login' page
73985 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
74945 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
75065 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: btnSubmit]
95505 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: lightbox]
95613 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: i0116]
96593 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: idSIButton9]
103714 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
103715 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
103812 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: lightbox]
103911 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: idSIButton9]
110919 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
110920 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
111069 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: btnUpload]
114741 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
114742 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
114897 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> css selector: .header]
114898 main INFO main CollectedDocuments.java:1083 Login as FiAdmin with Existing FI : null
117087 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //a[text()='Administration']]
126605 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
126606 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
126898 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> id: btnDelete]
130934 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
130934 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
131072 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> css selector: .header]
131239 main INFO main CollectedDocuments.java:1087 Index Field Maintenance page is displayed
135316 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //div[@id='Customer_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
137655 main INFO main CollectedDocuments.java:1090 Customer Name index is expanded
144813 main INFO main IndexFieldMaintenancePage.java:1113 Index mismatch toggle field is ON
144914 main INFO main CollectedDocuments.java:1094 Index Mismatchtoggle is already ON
145019 main INFO main CollectedDocuments.java:1099 Clicked on mismatch toggle
150351 main INFO main CollectedDocuments.java:1101 Clicked on Save button
150445 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //a[text()='Administration']]
154454 main INFO main CollectedDocuments.java:1105 Navigated to 'Document Maintenance RTS' Page
155287 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //*[text()='Select All']]
155401 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //*[text()='Select All']]
160504 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //*[text()='Select All']]
160651 main INFO main CollectedDocuments.java:1108 Clicked 'Select All' button
163788 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
163789 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
165787 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //div[text()='No records found']]
165890 main INFO main CollectedDocuments.java:1109 <b>Expected: </b>Delete the ALL documents<br><b>Actual(Passed): </b>Successfully deleted ALL the documents
165984 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (794183fad8e77e73f48668647e0dcccf)] -> xpath: //*[text()='Import Template']]
171131 main INFO main DocumentMaintenanceRTS.java:394 File upload failed for: IndexMatch.Zip
176562 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchMessageDoesntDisplayIfIndexesMatch
176580 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
176616 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
178498 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
184808 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
184809 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
184915 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> id: btnSubmit]
184916 main INFO main CollectedDocuments.java:1133 Navigated to 'eSign Login' page
185019 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
185777 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
185872 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> id: btnSubmit]
207079 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> id: lightbox]
207183 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> id: i0116]
208022 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> id: idSIButton9]
215651 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
215652 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
215749 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> id: lightbox]
215851 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a845ad48a978d87b2076999650748f47)] -> id: idSIButton9]
220250 main ERROR main SearchActiveSessionPage.java:295 Search active page didn't open up
220250 main INFO main Log.java:272 **** -E---N---D- *****
220562 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchMessageDoesntDisplayIfIndexesMatch
220581 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
220602 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
222351 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
222377 main INFO main Log.java:218
222378 main INFO main CollectedDocuments.java:1063 **** Validate index mismatch checkbox not check for immadmin *****
222378 main INFO main Log.java:220
228818 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
228819 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
228932 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: btnSubmit]
228932 main INFO main CollectedDocuments.java:1078 Navigated to 'eSign Login' page
229029 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
229775 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
229852 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: btnSubmit]
250456 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: lightbox]
250560 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: i0116]
251361 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: idSIButton9]
257701 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
257702 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
257801 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: lightbox]
257897 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: idSIButton9]
264493 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
264493 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
264594 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: btnUpload]
267855 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
267856 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
267963 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> css selector: .header]
267963 main INFO main CollectedDocuments.java:1083 Login as FiAdmin with Existing FI : null
270101 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //a[text()='Administration']]
278560 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
278561 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
278753 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: btnDelete]
282269 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
282269 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
282370 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> css selector: .header]
282466 main INFO main CollectedDocuments.java:1087 Index Field Maintenance page is displayed
286527 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //div[@id='Customer_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
288858 main INFO main CollectedDocuments.java:1090 Customer Name index is expanded
296001 main INFO main IndexFieldMaintenancePage.java:1113 Index mismatch toggle field is ON
296113 main INFO main CollectedDocuments.java:1094 Index Mismatchtoggle is already ON
296219 main INFO main CollectedDocuments.java:1099 Clicked on mismatch toggle
301562 main INFO main CollectedDocuments.java:1101 Clicked on Save button
301658 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //a[text()='Administration']]
305759 main INFO main CollectedDocuments.java:1105 Navigated to 'Document Maintenance RTS' Page
306646 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //*[text()='Select All']]
306750 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //*[text()='Select All']]
311848 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //*[text()='Select All']]
312012 main INFO main CollectedDocuments.java:1108 Clicked 'Select All' button
315184 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
315185 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
316325 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //div[text()='No records found']]
316437 main INFO main CollectedDocuments.java:1109 <b>Expected: </b>Delete the ALL documents<br><b>Actual(Passed): </b>Successfully deleted ALL the documents
316539 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> xpath: //*[text()='Import Template']]
321775 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1ec6f4ab13542fdf7ef3d1218e13ad2e)] -> id: globalErrorMessage]
321775 main INFO main DocumentMaintenanceRTS.java:391 File uploaded successfully:
327086 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchMessageDoesntDisplayIfIndexesMatch
327103 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
327122 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
328982 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
335303 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
335304 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
335406 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> id: btnSubmit]
335406 main INFO main CollectedDocuments.java:1133 Navigated to 'eSign Login' page
335508 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
336262 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
336359 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> id: btnSubmit]
356911 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> id: lightbox]
357016 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> id: i0116]
357790 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> id: idSIButton9]
365122 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
365122 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
365207 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> id: lightbox]
365299 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a1f9fe277f85ebd887ade108302ab3c5)] -> id: idSIButton9]
372109 main ERROR main SearchActiveSessionPage.java:295 Search active page didn't open up
372109 main INFO main Log.java:272 **** -E---N---D- *****
372407 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchMessageOnAddingDocsToExistingSession
372426 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
372445 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
374098 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
374125 main INFO main Log.java:218
374125 main INFO main CollectedDocuments.java:783 **** Verifying warning message displays when indexes don't match after documents are added to an existing session *****
374125 main INFO main Log.java:220
380411 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
380411 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
380518 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: btnSubmit]
380518 main INFO main CollectedDocuments.java:798 Navigated to 'eSign Login' page
380621 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
381349 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
381445 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: btnSubmit]
401952 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: lightbox]
402049 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: i0116]
402859 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: idSIButton9]
409483 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
409483 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
409574 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: lightbox]
409666 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: idSIButton9]
417333 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
417333 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
417435 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: btnUpload]
420661 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
420662 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
420758 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> css selector: .header]
420758 main INFO main CollectedDocuments.java:803 Login as FiAdmin with Existing FI : null
422879 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> xpath: //a[text()='Administration']]
431135 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
431135 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
431322 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> id: btnDelete]
434826 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
434826 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
434916 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> css selector: .header]
435013 main INFO main CollectedDocuments.java:807 Index Field Maintenance page is displayed
439114 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ca59e3ae555e7f700a6563604053bd39)] -> xpath: //div[@id='Customer_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
441468 main INFO main CollectedDocuments.java:810 Customer Name index is expanded
510330 main WARN com.codeborne.selenide.impl.ScreenShotLaboratory ScreenShotLaboratory.java:440 Cannot take screenshot because browser is not started
510334 main INFO main Log.java:272 **** -E---N---D- *****
510794 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchMsgForUnknownDocAndAddNewDoc
510818 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
510837 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
512717 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
512773 main INFO main Log.java:218
512774 main INFO main CollectedDocuments.java:96 **** Verifying warning message when there is an unknown document and add a document to session with unknown doc *****
512774 main INFO main Log.java:220
519097 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
519097 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
519200 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: btnSubmit]
519201 main INFO main CollectedDocuments.java:112 Navigated to 'eSign Login' page
519293 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
520017 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
520109 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: btnSubmit]
540056 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: lightbox]
540154 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: i0116]
540939 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: idSIButton9]
548691 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
548692 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
548784 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: lightbox]
548867 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: idSIButton9]
556437 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
556438 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
556535 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: btnUpload]
559779 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
559780 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
559873 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> css selector: .header]
559873 main INFO main CollectedDocuments.java:117 Login as FiAdmin with Existing FI : null
562004 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> xpath: //a[text()='Administration']]
570368 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
570368 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
570547 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> id: btnDelete]
574003 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
574004 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
574099 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> css selector: .header]
574196 main INFO main CollectedDocuments.java:122 Index Field Maintenance page is displayed
581270 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> xpath: //div[@id='Customer_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
583587 main INFO main CollectedDocuments.java:126 Customer Name index is expanded
586751 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (05c5deefdacf1eeb25b4a28baa0f484d)] -> xpath: //label[contains(text(),'Checks for Mismatches on Collected Documents Page:')]//following::span[1]]
592974 main WARN com.codeborne.selenide.impl.ScreenShotLaboratory ScreenShotLaboratory.java:440 Cannot take screenshot because browser is not started
592977 main INFO main Log.java:272 **** -E---N---D- *****
593285 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchOnAddingDocAndAttachmentInCollectedDocumentsPage
593301 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
593321 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
595154 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
595182 main INFO main Log.java:218
595182 main INFO main CollectedDocuments.java:561 **** Verifying warning message when indexes don't match when documents and attachment is added in Collected Documents *****
595182 main INFO main Log.java:220
601540 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
601540 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
601643 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: btnSubmit]
601643 main INFO main CollectedDocuments.java:566 Navigated to 'eSign Login' page
601734 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
602435 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
602525 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: btnSubmit]
623503 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: lightbox]
623601 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: i0116]
624346 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: idSIButton9]
630892 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
630893 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
630981 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: lightbox]
631073 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: idSIButton9]
638609 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
638610 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
638707 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: btnUpload]
641846 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
641846 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
641938 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> css selector: .header]
641939 main INFO main CollectedDocuments.java:578 Login as FiAdmin with Existing FI : null
644070 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> xpath: //a[text()='Administration']]
652306 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
652306 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
652484 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: btnDelete]
655915 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
655915 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
656009 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> css selector: .header]
656102 main INFO main CollectedDocuments.java:582 Index Field Maintenance page is displayed
660165 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> xpath: //div[@id='Customer_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
662499 main INFO main CollectedDocuments.java:585 Customer Name index is expanded
669681 main INFO main IndexFieldMaintenancePage.java:1113 Index mismatch toggle field is ON
669793 main INFO main CollectedDocuments.java:588 Index Mismatchtoggle is already ON
669891 main INFO main CollectedDocuments.java:593 Clicked on mismatch toggle
675228 main INFO main CollectedDocuments.java:595 Clicked on Save button
675319 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> xpath: //a[text()='Administration']]
679807 main INFO main CollectedDocuments.java:599 Navigated to 'Document Maintenance RTS' Page
717535 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> xpath: //*[text()='Import Template']]
722732 main INFO main DocumentMaintenanceRTS.java:394 File upload failed for: TwoDocs.Zip
725935 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
725935 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
726168 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
726387 main ERROR main CollectedDocuments.java:620 <b>Expected: </b>click on Define Attachment button<br><b>Actual(Failed): </b>Failed to Opened the Define Attachment popup
726490 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: txtFullName]
729725 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
729726 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
731609 main INFO main CollectedDocuments.java:624 <b>Expected: </b>fill the values in Define Attachment<br><b>Actual(Passed): </b>Successfully filled the values in Define Attachment
733005 main INFO main CollectedDocuments.java:629 Filled the values
733097 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dbb82525ae8e1d03dff839ecf7be2c82)] -> id: btnattachmentSave]
737391 main INFO main CollectedDocuments.java:632 Click on Save button after filled the values
739736 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchOnAddingDocAndAttachmentInCollectedDocumentsPage
739752 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
739769 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
741808 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
748569 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
748569 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
748667 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> id: btnSubmit]
748668 main INFO main CollectedDocuments.java:649 Navigated to 'eSign Login' page
748765 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
749491 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
749586 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> id: btnSubmit]
770688 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> id: lightbox]
770786 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> id: i0116]
771585 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> id: idSIButton9]
777942 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
777942 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
778032 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> id: lightbox]
778124 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faf9ca80506b4e25bb0e854d73b6f9e7)] -> id: idSIButton9]
781802 main ERROR main SearchActiveSessionPage.java:295 Search active page didn't open up
781802 main INFO main Log.java:272 **** -E---N---D- *****
782178 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchRelatedUIElementsInCollectedDocumentsPage
782202 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
782221 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
783822 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
783843 main INFO main Log.java:218
783844 main INFO main CollectedDocuments.java:357 **** Verifying UI elements when indexes don't match for the documents in Collected Documents *****
783845 main INFO main Log.java:220
790354 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
790354 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
790455 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: btnSubmit]
790456 main INFO main CollectedDocuments.java:372 Navigated to 'eSign Login' page
790552 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
791258 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
791347 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: btnSubmit]
812120 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: lightbox]
812212 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: i0116]
812992 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: idSIButton9]
819217 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
819217 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
819299 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: lightbox]
819387 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: idSIButton9]
825902 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
825902 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
825996 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: btnUpload]
829169 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
829169 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
829268 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> css selector: .header]
829268 main INFO main CollectedDocuments.java:377 Login as FiAdmin with Existing FI : null
831433 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //a[text()='Administration']]
839917 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
839918 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
840092 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> id: btnDelete]
843571 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
843571 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
843666 main DEBUG main Utils.java:273 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> css selector: .header]
843767 main INFO main CollectedDocuments.java:381 Index Field Maintenance page is displayed
847848 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //div[@id='Customer_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
850144 main INFO main CollectedDocuments.java:384 Customer Name index is expanded
857328 main INFO main IndexFieldMaintenancePage.java:1113 Index mismatch toggle field is ON
857435 main INFO main CollectedDocuments.java:388 Index Mismatchtoggle is already ON
857531 main INFO main CollectedDocuments.java:393 Clicked on mismatch toggle
862907 main INFO main CollectedDocuments.java:395 Clicked on Save button
863004 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //a[text()='Administration']]
866849 main INFO main CollectedDocuments.java:399 Navigated to 'Document Maintenance RTS' Page
867876 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //*[text()='Select All']]
867992 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //*[text()='Select All']]
873087 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //*[text()='Select All']]
873250 main INFO main CollectedDocuments.java:402 Clicked 'Select All' button
876442 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
876442 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
877987 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //div[text()='No records found']]
878092 main INFO main CollectedDocuments.java:403 <b>Expected: </b>Delete the ALL documents<br><b>Actual(Passed): </b>Successfully deleted ALL the documents
878185 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (575e696b23de0598cd5c031262d1683b)] -> xpath: //*[text()='Import Template']]
883333 main INFO main DocumentMaintenanceRTS.java:394 File upload failed for: TwoDocs.Zip
888700 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyIndexMismatchRelatedUIElementsInCollectedDocumentsPage
888715 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1217 Using chromedriver 131.0.6778.108 (resolved driver for Chrome 131)
888733 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1270 Exporting webdriver.chrome.driver as C:\Users\sunitha.patterm\.cache\selenium\chromedriver\win64\131.0.6778.108\chromedriver.exe
890548 main DEBUG main WebDriverFactory.java:561 Driver::initialize::Get
896947 main DEBUG main Utils.java:96 Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
896947 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
897052 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> id: btnSubmit]
897052 main INFO main CollectedDocuments.java:425 Navigated to 'eSign Login' page
897153 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
897859 main INFO main SignInPage.java:142 Entered values for the fields in 'Login' page
897949 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> id: btnSubmit]
918987 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> id: lightbox]
919082 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> id: i0116]
919855 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> id: idSIButton9]
926588 main DEBUG main Utils.java:96 Page URL:: https://login.microsoftonline.com/common/login
926588 main DEBUG main Utils.java:116 Page Load Wait: (Sync)
926670 main DEBUG main Utils.java:200 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> id: lightbox]
926758 main DEBUG main Utils.java:1189 Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b2d4939546094d90f0f52452fafe1e63)] -> id: idSIButton9]
931158 main ERROR main SearchActiveSessionPage.java:295 Search active page didn't open up
931158 main INFO main Log.java:272 **** -E---N---D- *****