com.imm.testscripts.DocumentRTS.DocumentRTS
verifyCreateSessionUsingBarcodeDocument
(, chrome_Windows 11)
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <label data-bind="text: $root.DocumentsCount" id="totalDocuments">...</label> is not clickable at point (506, 31). Other element would receive the click: <div class="blockUI blockOverlay" style="z-index: 1000; border: none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; background-color: rgb(0, 0, 0); opacity: 0.6; cursor: wait; position: fixed;"></div>
(Session info: chrome=130.0.6723.70)
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.5'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [e1691442bac415dcecf0eb3a37179b3f, clickElement {id=f.9577C53CEE52FDF4088D62CF7B355AF1.d.AB17EAB46F6E3D127CA5B5B3B8C43B0E.e.7975}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.70, chrome: {chromedriverVersion: 130.0.6723.58 (3a50e012e4c9..., userDataDir: C:\Users\SA_KAU~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:61557}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.52.151:4444/se..., se:cdpVersion: 130.0.6723.70, 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}
Element: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: label[data-bind*='$root.DocumentsCount']]
Session ID: e1691442bac415dcecf0eb3a37179b3f
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:257)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:78)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:52)
at jdk.proxy2/jdk.proxy2.$Proxy35.click(Unknown Source)
at com.imm.pages.DocumentMaintenanceRTS.expandSession(DocumentMaintenanceRTS.java:459)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyCreateSessionUsingBarcodeDocument(DocumentRTS.java:12636)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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:1511)
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)
(Verifying create session using barcode document)
C:\Users\sa_kaushal.patel\git\eSign Cloud\testxml\regression\Chrome_Run.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://esignplusqa.immesign.com/TEAASP/login.aspx"/>
<parameter name="projectKey" value="ESPC"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&hsfiid=autoesign&XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<test thread-count="1" name="IMM_Test_Chrome" verbose="3">
<classes>
<class name="com.imm.testscripts.DocumentRTS.DocumentRTS">
<methods>
<include name="verifyCreateSessionUsingBarcodeDocument"/>
</methods>
</class> <!-- com.imm.testscripts.DocumentRTS.DocumentRTS -->
</classes>
</test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- IMM_Test_Chrome (1 class)
Groups for IMM_Esign_Chrome
DocumentRTS
verifyCreateSessionUsingBarcodeDocument
P1
verifyCreateSessionUsingBarcodeDocument
Smoke
verifyCreateSessionUsingBarcodeDocument
Times for IMM_Esign_Chrome
Total running time: 16 minutes
Reporter output for IMM_Esign_Chrome
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
element click intercepted: Element is not clickable at point (506, 31). Other element would receive the click: [ScreenShot]
Verify create session with barcode documnets
Steps:
--- 04 Nov 09:47:15 417 - TestCaseID:: verifyCreateSessionUsingBarcodeDocument
--- 04 Nov 09:47:18 060 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 04 Nov 09:47:24 761 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 04 Nov 09:47:24 762 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:47:52 487 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 04 Nov 09:47:52 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: btnSubmit]
--- 04 Nov 09:47:52 677 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 04 Nov 09:47:52 746 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 04 Nov 09:47:58 183 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: btnSubmit]
--- 04 Nov 09:48:04 749 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:48:14 420 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 04 Nov 09:48:18 833 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 04 Nov 09:48:18 912 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: lightbox]
--- 04 Nov 09:48:18 980 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: i0116]
--- 04 Nov 09:48:19 041 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: i0116]
--- 04 Nov 09:48:24 448 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: idSIButton9]
--- 04 Nov 09:48:28 506 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: i0118]
--- 04 Nov 09:48:35 296 - Page URL:: https://login.microsoftonline.com/common/login
--- 04 Nov 09:48:35 296 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:48:35 360 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: lightbox]
--- 04 Nov 09:48:35 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: idSIButton9]
--- 04 Nov 09:48:40 888 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 04 Nov 09:48:40 888 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:48:40 961 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: btnUpload]
--- 04 Nov 09:48:41 080 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 04 Nov 09:48:41 080 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:48:41 159 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:48:41 239 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:48:43 357 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:48:58 184 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 04 Nov 09:48:58 184 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:48:58 244 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: immPageTitle]
--- 04 Nov 09:48:58 433 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 04 Nov 09:48:58 433 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:48:58 511 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:49:01 631 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 04 Nov 09:49:01 697 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 04 Nov 09:49:22 269 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 04 Nov 09:49:22 269 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:49:22 347 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[contains(text(),'Subscription Key:')]//following::input[1]]
--- 04 Nov 09:49:29 833 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[contains(text(),'Client Secret:')]//following::input[1]]
--- 04 Nov 09:49:37 319 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[contains(text(),'Client ID:')]//following::input[1]]
--- 04 Nov 09:49:44 795 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[contains(text(),'Document API URL:')]//following::input[1]]
--- 04 Nov 09:49:52 352 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[contains(text(),'Authorization API URL:')]//following::input[1]]
--- 04 Nov 09:50:01 932 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: button[data-bind*='click: $data.SaveTemplate_Click']]
--- 04 Nov 09:50:09 147 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:50:11 271 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:50:18 859 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:50:18 859 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:50:18 931 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 04 Nov 09:50:19 282 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:50:19 282 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:50:19 376 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:50:38 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 04 Nov 09:50:49 024 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 04 Nov 09:50:49 632 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:50:49 633 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:50:49 697 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:50:51 792 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:51:02 179 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 04 Nov 09:51:06 668 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 04 Nov 09:51:06 747 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 09:51:06 747 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:51:11 854 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //*[text()='Import Template']]
--- 04 Nov 09:51:43 041 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: globalErrorMessage]
Expected: The File upload in Import template
Actual(Passed): Successfully uploaded zip file in the Import template[ScreenShot]
Actual(Passed): Successfully uploaded zip file in the Import template[ScreenShot]
--- 04 Nov 09:51:48 254 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 04 Nov 09:51:53 879 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 09:51:53 879 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:51:53 966 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 04 Nov 09:52:00 594 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 04 Nov 09:52:07 263 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 04 Nov 09:52:12 631 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 09:52:12 631 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:52:12 694 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 09:52:14 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 09:52:23 880 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:52:23 880 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:52:34 366 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: tab0]
--- 04 Nov 09:52:34 459 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:52:34 459 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:52:34 538 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:52:44 677 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:52:44 677 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:52:44 740 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: dragandrophandler]
--- 04 Nov 09:53:06 069 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:53:06 069 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:53:06 132 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
--- 04 Nov 09:53:06 376 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //span[contains(text(),'Create Session')]]
--- 04 Nov 09:53:14 314 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //button[contains(text(),'Continue')]]
--- 04 Nov 09:53:26 518 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> tag name: title]
--- 04 Nov 09:53:26 644 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040424242679596_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 09:53:26 644 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:53:26 706 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Sign]
--- 04 Nov 09:53:26 769 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Attach]
--- 04 Nov 09:53:26 879 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040424242679596_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 09:53:26 879 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:53:26 958 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
Expected: Barcode Document with accountnumber index field
Actual(Passed): Successfully verified that Barcode documnet automatically filled valule in index field -Account_Number[ScreenShot]
Actual(Passed): Successfully verified that Barcode documnet automatically filled valule in index field -Account_Number[ScreenShot]
--- 04 Nov 09:53:39 392 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:53:41 508 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:53:48 938 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:53:48 938 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:53:49 000 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 04 Nov 09:53:49 361 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:53:49 361 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:53:49 440 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:54:00 102 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 04 Nov 09:54:09 403 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 04 Nov 09:54:16 871 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 04 Nov 09:54:21 728 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:54:21 728 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:54:21 788 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 09:54:23 863 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 09:54:30 767 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:54:30 767 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:54:41 124 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: tab0]
--- 04 Nov 09:54:41 219 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:54:41 219 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:54:41 301 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:54:51 472 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:54:51 472 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:54:51 534 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: dragandrophandler]
--- 04 Nov 09:55:12 873 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:55:12 873 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:55:12 936 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
--- 04 Nov 09:55:13 172 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //span[contains(text(),'Create Session')]]
--- 04 Nov 09:55:26 976 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 04 Nov 09:55:36 998 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> tag name: title]
--- 04 Nov 09:55:37 124 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040426304009645_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 09:55:37 124 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:55:37 187 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Sign]
--- 04 Nov 09:55:37 249 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Attach]
--- 04 Nov 09:55:37 359 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040426304009645_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 09:55:37 359 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:55:37 437 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
Expected: Barcode Document with accountnumber index field
Actual(Passed): Verified that Barcode documnet CAN NOT automatically filled valule in index field - 'Account_Number', because Barcode Function not added[ScreenShot]
Actual(Passed): Verified that Barcode documnet CAN NOT automatically filled valule in index field - 'Account_Number', because Barcode Function not added[ScreenShot]
--- 04 Nov 09:55:49 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:55:51 915 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:56:02 515 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:56:02 515 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:56:02 578 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 04 Nov 09:56:02 955 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:56:02 955 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:56:03 018 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:56:10 609 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 04 Nov 09:56:19 939 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 04 Nov 09:56:27 457 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 04 Nov 09:56:30 332 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:56:30 332 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:56:30 395 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:56:32 510 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:56:39 299 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 04 Nov 09:56:44 870 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 09:56:44 870 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:56:44 965 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 04 Nov 09:56:51 817 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 04 Nov 09:56:58 524 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 04 Nov 09:57:03 927 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 09:57:03 927 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:57:03 990 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 09:57:06 138 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 09:57:18 034 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:57:18 046 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:57:28 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: tab0]
--- 04 Nov 09:57:28 512 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:57:28 512 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:57:28 606 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:57:38 778 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:57:38 778 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:57:38 840 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: dragandrophandler]
--- 04 Nov 09:58:00 111 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 09:58:00 111 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:58:00 174 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
--- 04 Nov 09:58:00 405 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //span[contains(text(),'Create Session')]]
--- 04 Nov 09:58:16 636 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 04 Nov 09:58:26 580 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> tag name: title]
--- 04 Nov 09:58:26 706 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040429175464829_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 09:58:26 706 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:58:26 769 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Sign]
--- 04 Nov 09:58:26 816 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Attach]
--- 04 Nov 09:58:26 926 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040429175464829_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 09:58:26 926 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:58:27 020 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
Expected: Barcode Document with accountnumber index field
Actual(Passed): Verified that Barcode documnet CAN NOT automatically filled valule in index field - 'Account_Number', because barcode Tye value not selected[ScreenShot]
Actual(Passed): Verified that Barcode documnet CAN NOT automatically filled valule in index field - 'Account_Number', because barcode Tye value not selected[ScreenShot]
--- 04 Nov 09:58:39 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:58:41 541 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:58:51 263 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:58:51 263 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:58:51 326 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 04 Nov 09:58:51 812 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:58:51 812 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:58:51 891 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 09:59:02 538 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 04 Nov 09:59:11 853 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 04 Nov 09:59:19 418 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 04 Nov 09:59:22 252 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 09:59:22 252 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:59:25 365 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:59:27 469 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 09:59:35 667 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 04 Nov 09:59:41 214 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 09:59:41 214 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:59:41 308 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 04 Nov 09:59:47 968 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 04 Nov 09:59:54 819 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 04 Nov 09:59:55 189 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 09:59:55 189 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 09:59:58 479 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 04 Nov 10:00:02 370 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: btnClose]
--- 04 Nov 10:00:05 434 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //input[contains(@id,'indxList-selectized')]]
--- 04 Nov 10:00:10 766 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: div#modalWidget div.selectize-dropdown > div.selectize-dropdown-content > div]
--- 04 Nov 10:00:13 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: btnClose]
--- 04 Nov 10:00:18 792 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //*[@id='indFieldAddBtnWrap']/ul/li/button]
--- 04 Nov 10:00:25 351 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: (//div[contains(@id, 'indexFieldsRow')]//*[contains(@id, 'txtBarcodeFunction')])]
--- 04 Nov 10:00:35 339 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 04 Nov 10:00:35 673 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 04 Nov 10:00:35 673 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:00:47 513 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: (//div[contains(@id, 'indexFieldsRow')]//*[contains(@id, 'txtBarcodeFunction')])]
--- 04 Nov 10:00:47 699 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 10:00:49 811 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Processing']]
--- 04 Nov 10:01:02 359 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 10:01:02 359 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:01:12 675 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: tab0]
--- 04 Nov 10:01:12 754 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 10:01:12 754 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:01:12 848 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 10:01:23 003 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 10:01:23 003 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:01:23 066 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: dragandrophandler]
--- 04 Nov 10:01:44 362 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 04 Nov 10:01:44 362 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:01:44 425 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded files file in the collected Document Page[ScreenShot]
--- 04 Nov 10:01:44 655 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //span[contains(text(),'Create Session')]]
--- 04 Nov 10:01:52 649 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //button[contains(text(),'Continue')]]
--- 04 Nov 10:02:11 248 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> tag name: title]
--- 04 Nov 10:02:11 374 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040433018386567_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 10:02:11 374 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:02:11 437 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Sign]
--- 04 Nov 10:02:11 502 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> id: Attach]
--- 04 Nov 10:02:11 609 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411040433018386567_kwkvgprexmhaz31dfrv2kokz&refresh=y
--- 04 Nov 10:02:11 609 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:02:11 688 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
Expected: Barcode Function precedence
Actual(Passed): Verified Document level index field will take precedence for index field -Account_Number[ScreenShot]
Actual(Passed): Verified Document level index field will take precedence for index field -Account_Number[ScreenShot]
--- 04 Nov 10:02:24 119 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 10:02:26 229 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 10:02:39 702 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 10:02:39 702 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:02:39 765 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 04 Nov 10:02:40 135 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 10:02:40 135 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:02:40 204 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .header]
--- 04 Nov 10:02:50 838 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 04 Nov 10:03:00 451 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 04 Nov 10:03:07 873 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 04 Nov 10:03:11 649 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 04 Nov 10:03:11 665 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 04 Nov 10:03:11 712 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 10:03:13 803 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //a[text()='Administration']]
--- 04 Nov 10:03:26 308 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e1691442bac415dcecf0eb3a37179b3f)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
element click intercepted: Element is not clickable at point (506, 31). Other element would receive the click: [ScreenShot]
52 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyDynamicDocPDFSession
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyBarcodeTypeAndBarcodeFunctionUI
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyDynamicDocPDFSession
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyBarcodeTypeAndBarcodeFunctionUI
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@15b078f)
0 ms
init(org.testng.TestRunner@15b078f)
10167 ms
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
14135 ms