com.imm.testscripts.DocumentRTS.DocumentRTS
verifyBarcodeTypeAndBarcodeFunctionUI
(, chrome_Windows 11)
org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy35.getText(Unknown Source)
at com.imm.pages.ManageFiPage.isPickFIDisplayed(ManageFiPage.java:281)
at com.imm.pages.ManageFiPage.verifyFI(ManageFiPage.java:322)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyBarcodeTypeAndBarcodeFunctionUI(DocumentRTS.java:12064)
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)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@class='ng-placeholder']"}
(Session info: chrome=131.0.6778.70)
For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element
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: [4563e0934c9fdde6c6738f97bac504b6, findElement {using=xpath, value=//div[@class='ng-placeholder']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.70, chrome: {chromedriverVersion: 131.0.6778.69 (77e2244bbcda..., userDataDir: C:\Users\SA_KAU~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55224}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.29.58:4444/ses..., se:cdpVersion: 131.0.6778.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}
Session ID: 4563e0934c9fdde6c6738f97bac504b6
at jdk.internal.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
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.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95)
... 33 more
(Verifying BarcodeType Dropdown and Barcode Function textbox field functionality)
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="verifyBarcodeTypeAndBarcodeFunctionUI"/>
<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
verifyBarcodeTypeAndBarcodeFunctionUI
verifyCreateSessionUsingBarcodeDocument
P1
verifyBarcodeTypeAndBarcodeFunctionUI
verifyCreateSessionUsingBarcodeDocument
Smoke
verifyBarcodeTypeAndBarcodeFunctionUI
verifyCreateSessionUsingBarcodeDocument
Times for IMM_Esign_Chrome
Total running time: 29 minutes
Reporter output for IMM_Esign_Chrome
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
Test Passed.
Verify create session with barcode documnets
Steps:
--- 13 Nov 18:12:16 693 - TestCaseID:: verifyCreateSessionUsingBarcodeDocument
--- 13 Nov 18:12:17 649 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 13 Nov 18:12:21 186 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 13 Nov 18:12:21 186 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:12:48 506 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 13 Nov 18:12:48 581 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnSubmit]
--- 13 Nov 18:12:48 654 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 13 Nov 18:12:48 722 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 13 Nov 18:12:54 177 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnSubmit]
--- 13 Nov 18:12:57 011 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3d-qpbmbgshtpeutqjratqjdve2aylk5rzjjuy10_sq400dnyugsojyy3rvjhwelntfcses1aesvfbtmf2v9xgcx1vi-pik1apgmowehdikduaqxxe_8pyaapx1fogm7kc154xylqa5quqf7lrdlpuni_j4jenrfebnj_hlhx6ioqa11caojacb-ixnsbaxbfvxc0nwgwquklmbhnwr_mnpa&response_mode=form_post&nonce=638670986510656170.mtu0njvhnmytmjk4zs00mdyylwi1mwytzjhhzdhimwi3y2eyyjkxntg0odqtyjnini00ztmyltg1otetmdgxmjyzyzaxzgex&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 13 Nov 18:12:57 012 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:13:06 779 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 13 Nov 18:13:11 110 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 13 Nov 18:13:11 180 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: lightbox]
--- 13 Nov 18:13:11 260 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: i0116]
--- 13 Nov 18:13:11 331 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: i0116]
--- 13 Nov 18:13:16 754 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: idSIButton9]
--- 13 Nov 18:13:18 085 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: i0118]
--- 13 Nov 18:13:24 509 - Page URL:: https://login.microsoftonline.com/common/login
--- 13 Nov 18:13:24 509 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:13:24 588 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: lightbox]
--- 13 Nov 18:13:25 018 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: idSIButton9]
--- 13 Nov 18:13:28 813 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 13 Nov 18:13:28 814 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:13:28 910 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnUpload]
--- 13 Nov 18:13:29 069 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 13 Nov 18:13:29 069 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:13:29 190 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:13:29 295 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:13:31 405 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:13:39 041 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 13 Nov 18:13:39 042 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:13:39 107 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: immPageTitle]
--- 13 Nov 18:13:39 296 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 13 Nov 18:13:39 297 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:13:39 383 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:13:42 499 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 13 Nov 18:13:42 565 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 13 Nov 18:14:03 155 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 13 Nov 18:14:03 155 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:14:03 224 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Subscription Key:')]//following::input[1]]
--- 13 Nov 18:14:10 703 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Client Secret:')]//following::input[1]]
--- 13 Nov 18:14:18 283 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Client ID:')]//following::input[1]]
--- 13 Nov 18:14:26 010 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Document API URL:')]//following::input[1]]
--- 13 Nov 18:14:33 604 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Authorization API URL:')]//following::input[1]]
--- 13 Nov 18:14:43 183 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: button[data-bind*='click: $data.SaveTemplate_Click']]
--- 13 Nov 18:14:50 409 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:14:52 548 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:14:59 713 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:14:59 714 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:14:59 785 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:15:00 267 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:15:00 267 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:15:00 353 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:15:16 404 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:15:26 774 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:15:27 429 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:15:27 429 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:15:27 490 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:15:29 580 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:15:36 348 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Select All']]
--- 13 Nov 18:15:36 432 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Select All']]
--- 13 Nov 18:15:41 504 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Select All']]
--- 13 Nov 18:15:41 898 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:15:41 899 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:15:42 750 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnPrimary]
--- 13 Nov 18:15:42 827 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnPrimary]
--- 13 Nov 18:15:43 874 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 13 Nov 18:15:44 122 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:15:44 122 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:15:49 224 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Import Template']]
--- 13 Nov 18:16:20 451 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:16:35 647 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:16:41 287 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:16:41 288 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:16:41 427 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 13 Nov 18:16:48 126 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 13 Nov 18:16:56 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:17:02 298 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:17:02 298 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:17:02 360 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:17:04 465 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:17:11 973 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:17:11 973 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:17:22 443 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:17:22 533 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:17:22 533 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:17:22 645 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:17:32 808 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:17:32 808 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:17:32 872 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:17:54 199 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:17:54 200 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:17:54 265 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:17:54 492 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:18:08 404 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:18:18 502 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:18:18 687 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131249163720382_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:18:18 687 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:18:18 747 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:18:18 809 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:18:18 922 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131249163720382_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:18:18 923 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:18:19 002 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
Expected: Barcode Document with Accoun_Number 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]
--- 13 Nov 18:18:31 516 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:18:33 621 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:18:40 993 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:18:40 994 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:18:41 057 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:18:41 514 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:18:41 514 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:18:41 614 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:18:52 334 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 13 Nov 18:19:01 678 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:19:09 136 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:19:11 961 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:19:11 961 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:19:12 020 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:19:14 149 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:19:20 575 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:19:20 575 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:19:31 048 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:19:31 135 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:19:31 135 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:19:31 214 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:19:41 368 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:19:41 368 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:19:41 429 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:20:02 732 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:20:02 732 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:20:02 806 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:20:03 055 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:20:16 536 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:20:26 696 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:20:26 853 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131251249318896_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:20:26 854 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:20:26 925 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:20:26 989 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:20:27 099 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131251249318896_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:20:27 099 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:20:27 181 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:20:39 655 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:20:41 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:20:49 000 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:20:49 000 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:20:49 073 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:20:49 458 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:20:49 458 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:20:49 543 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:20:57 225 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 13 Nov 18:21:06 586 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:21:14 132 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:21:16 771 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:21:16 772 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:21:16 838 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:21:18 930 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:21:39 272 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:21:44 928 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:21:44 928 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:21:45 019 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 13 Nov 18:21:51 681 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 13 Nov 18:22:00 432 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:22:05 901 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:22:05 902 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:22:05 967 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:22:08 102 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:22:14 449 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:22:14 450 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:22:24 881 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:22:24 971 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:22:24 971 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:22:25 059 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:22:35 228 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:22:35 229 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:22:35 288 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:22:56 653 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:22:56 653 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:22:56 716 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:22:56 939 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:23:10 787 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:23:21 000 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:23:21 135 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131254188188661_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:23:21 135 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:23:21 194 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:23:21 255 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:23:21 374 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131254188188661_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:23:21 374 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:23:21 457 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:23:33 906 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:23:36 028 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:23:42 815 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:23:42 816 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:23:42 881 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:23:43 254 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:23:43 254 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:23:43 330 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:23:54 117 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 13 Nov 18:24:03 695 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:24:13 331 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Functions:')]//following::input]
--- 13 Nov 18:24:21 782 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:24:24 419 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:24:24 420 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:24:27 526 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:24:29 657 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:24:35 757 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:24:41 383 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:24:41 384 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:24:41 477 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 13 Nov 18:24:48 160 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 13 Nov 18:24:57 035 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 13 Nov 18:24:57 335 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:24:57 336 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:25:00 661 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 13 Nov 18:25:04 518 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnClose]
--- 13 Nov 18:25:07 618 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //input[contains(@id,'indxList-selectized')]]
--- 13 Nov 18:25:13 004 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: div#modalWidget div.selectize-dropdown > div.selectize-dropdown-content > div]
--- 13 Nov 18:25:15 423 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnClose]
--- 13 Nov 18:25:21 225 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[@id='indFieldAddBtnWrap']/ul/li/button]
--- 13 Nov 18:25:32 893 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[contains(@id, 'indexFieldsRow')]//*[contains(@id, 'txtBarcodeFunction')])]
--- 13 Nov 18:25:48 012 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 13 Nov 18:25:48 337 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:25:48 337 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:26:00 213 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[contains(@id, 'indexFieldsRow')]//*[contains(@id, 'txtBarcodeFunction')])]
--- 13 Nov 18:26:05 470 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:26:07 597 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:26:13 987 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:26:13 988 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:26:24 364 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:26:24 453 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:26:24 454 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:26:24 558 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:26:34 727 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:26:34 728 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:26:34 792 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:26:56 100 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:26:56 100 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:26:56 162 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:26:56 384 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:27:10 311 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:27:20 339 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:27:20 472 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131258182866440_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:27:20 472 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:27:20 531 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:27:20 589 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:27:20 698 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131258182866440_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:27:20 698 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:27:20 777 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
Expected: Barcode Function precedence
Actual(Passed): Verified Document level 'Account_Number' index field will take precedence over FI level 'Sub_Account_Number' index field.[ScreenShot]
Actual(Passed): Verified Document level 'Account_Number' index field will take precedence over FI level 'Sub_Account_Number' index field.[ScreenShot]
--- 13 Nov 18:27:33 267 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:27:35 383 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:27:42 824 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:27:42 824 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:27:42 890 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:27:43 256 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:27:43 256 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:27:43 335 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:27:53 984 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 13 Nov 18:28:03 375 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:28:13 085 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Functions:')]//following::input]
--- 13 Nov 18:28:21 620 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:28:24 280 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:28:24 280 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:28:27 382 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:28:29 487 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:28:35 724 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:28:41 375 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:28:41 376 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:28:41 468 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 13 Nov 18:28:48 129 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 13 Nov 18:28:57 026 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 13 Nov 18:28:57 472 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:28:57 472 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:29:09 604 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[contains(@id, 'indexFieldsRow')]//*[contains(@id, 'txtBarcodeFunction')])]
--- 13 Nov 18:29:15 005 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 13 Nov 18:29:15 325 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:29:15 325 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:29:27 315 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[contains(@id, 'indexFieldsRow')]//*[contains(@id, 'txtBarcodeFunction')])]
--- 13 Nov 18:29:32 550 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:29:34 644 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:29:41 039 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:29:41 039 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:29:51 475 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:29:51 560 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:29:51 561 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:29:51 646 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:30:01 795 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:30:01 795 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:30:01 857 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:30:23 161 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:30:23 161 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:30:23 223 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:30:23 446 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:30:37 241 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:30:47 191 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:30:47 344 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131301453349419_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:30:47 344 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:30:47 407 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:30:47 461 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:30:47 573 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131301453349419_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:30:47 573 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:30:47 656 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
Expected: Barcode Function precedence
Actual(Passed): Verified Barcode Function will take precedence over custom function.[ScreenShot]
Actual(Passed): Verified Barcode Function will take precedence over custom function.[ScreenShot]
--- 13 Nov 18:31:00 086 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:31:02 221 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:31:09 582 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:31:09 582 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:31:09 644 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:31:10 034 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:31:10 034 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:31:10 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:31:20 818 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[contains(text(),'Functions:')]//following::input]
--- 13 Nov 18:31:31 375 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:31:41 063 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 13 Nov 18:31:48 544 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:31:51 347 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:31:51 347 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:31:51 404 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:31:53 542 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:31:59 770 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:32:05 399 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:32:05 399 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:32:05 495 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 13 Nov 18:32:12 220 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 13 Nov 18:32:21 045 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: button[data-bind*='parent.ButtonAddIndexField']]
--- 13 Nov 18:32:32 927 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: (//div[contains(@id, 'indexFieldsRow')]//*[contains(@id, 'txtBarcodeFunction')])]
--- 13 Nov 18:32:36 181 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:32:38 293 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:32:44 750 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:32:44 750 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:32:55 155 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:32:55 235 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:32:55 235 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:32:55 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:33:05 484 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:33:05 484 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:33:05 539 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:33:26 860 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:33:26 861 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:33:26 921 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:33:27 154 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:33:40 950 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:33:50 984 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:33:51 146 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131304490887397_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:33:51 147 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:33:51 206 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:33:51 263 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:33:51 367 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131304490887397_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:33:51 367 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:33:51 440 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
Expected: Barcode Function over default value
Actual(Passed): Verify Barcode Function will take precedence over default value.[ScreenShot]
Actual(Passed): Verify Barcode Function will take precedence over default value.[ScreenShot]
--- 13 Nov 18:34:03 869 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:34:05 965 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:34:12 802 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:34:12 802 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:34:12 861 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:34:13 305 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:34:13 306 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:34:13 374 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:34:24 072 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:34:33 776 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 13 Nov 18:34:41 240 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:34:43 906 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:34:43 906 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:34:43 970 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:34:46 113 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:34:52 252 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Select All']]
--- 13 Nov 18:34:52 333 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Select All']]
--- 13 Nov 18:34:57 439 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Select All']]
--- 13 Nov 18:34:57 736 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:34:57 737 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:34:58 555 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnPrimary]
--- 13 Nov 18:34:58 606 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: btnPrimary]
--- 13 Nov 18:34:59 852 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 13 Nov 18:35:10 128 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:35:10 128 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:35:15 218 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //*[text()='Import Template']]
--- 13 Nov 18:35:46 299 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> 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]
--- 13 Nov 18:36:01 510 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:36:07 124 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:36:07 124 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:36:11 294 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: (//div[@class='selectize-input items full has-options has-items'])[3]'
--- 13 Nov 18:36:16 710 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:36:18 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:36:25 232 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:36:25 233 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:36:35 735 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:36:35 816 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:36:35 816 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:36:35 895 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:36:45 988 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:36:45 989 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:36:46 049 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:37:07 379 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:37:07 379 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:37:07 441 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Dynamic file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Dynamic file in the collected Document Page[ScreenShot]
--- 13 Nov 18:37:22 710 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:37:35 946 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:37:46 152 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:37:46 287 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131308445981179_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:37:46 287 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:37:46 345 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:37:46 411 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:37:46 506 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131308445981179_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:37:46 506 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:37:46 581 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
Expected: Dynamic Document Barcodde Value
Actual(Passed): Verified Dynamic Document created session witll not auto fill index fieldAccount_Number[ScreenShot]
Actual(Passed): Verified Dynamic Document created session witll not auto fill index fieldAccount_Number[ScreenShot]
--- 13 Nov 18:37:59 015 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:38:01 090 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:38:08 324 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:38:08 325 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:38:08 390 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 13 Nov 18:38:08 787 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:38:08 787 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:38:08 875 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:38:19 506 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 13 Nov 18:38:30 000 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 13 Nov 18:38:30 736 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 13 Nov 18:38:30 736 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:38:30 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:38:32 891 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Administration']]
--- 13 Nov 18:38:39 238 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 13 Nov 18:38:44 835 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 13 Nov 18:38:44 835 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:38:49 243 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: (//div[@class='selectize-input items full has-options has-items'])[3]'
--- 13 Nov 18:38:54 645 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:38:56 772 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //a[text()='Processing']]
--- 13 Nov 18:39:03 260 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:39:03 261 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:39:13 734 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: tab0]
--- 13 Nov 18:39:13 817 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:39:13 817 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:39:13 899 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
--- 13 Nov 18:39:24 073 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:39:24 073 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:39:24 141 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: dragandrophandler]
--- 13 Nov 18:39:45 464 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 13 Nov 18:39:45 464 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:39:45 524 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Dynamic file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Dynamic file in the collected Document Page[ScreenShot]
--- 13 Nov 18:40:00 768 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 13 Nov 18:40:14 464 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 13 Nov 18:40:24 545 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> tag name: title]
--- 13 Nov 18:40:24 674 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131311228509722_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:40:24 674 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:40:24 732 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Sign]
--- 13 Nov 18:40:24 788 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> id: Attach]
--- 13 Nov 18:40:24 893 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411131311228509722_hd55xa1cbihg55kad4wi5nge&refresh=y
--- 13 Nov 18:40:24 894 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:40:24 981 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (c332c6e8c48ce83369b75ed849a0797e)] -> css selector: .header]
Expected: OCR Document Barcodde Value
Actual(Passed): Verified OCR Document created session witll not auto fill index fieldAccount_Number[ScreenShot]
Actual(Passed): Verified OCR Document created session witll not auto fill index fieldAccount_Number[ScreenShot]
Test Passed.
verifyBarcodeTypeAndBarcodeFunctionUI(, chrome_Windows 11)
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
Verify 'Barcode Type' droplist and 'Barcode Function' text field functionality
Steps:
--- 13 Nov 18:10:59 418 - TestCaseID:: verifyBarcodeTypeAndBarcodeFunctionUI
--- 13 Nov 18:11:03 245 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 13 Nov 18:11:09 181 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=5a6d1be9-37ba-4fb9-9d66-efac7242f92b&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=iqxv1vcb8gcey4g7brel3zdlmvplz-valpxmdpmhtua&code_challenge_method=s256&nonce=5ecf3792-8cc6-4461-9b06-0faa7b9b15ec&state=eyjpzci6ijm0mzcxyzexlwu0zjktngqwns1iy2y0ltvjzmy1mtnlmjjiziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 13 Nov 18:11:09 182 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:11:09 689 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: idSIButton9]
--- 13 Nov 18:11:09 827 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: i0116]
--- 13 Nov 18:11:09 969 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: i0116]
--- 13 Nov 18:11:15 517 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: idSIButton9]
--- 13 Nov 18:11:16 383 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: i0118]
--- 13 Nov 18:11:22 696 - Page URL:: https://login.microsoftonline.com/common/login
--- 13 Nov 18:11:22 697 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:11:22 812 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: lightbox]
--- 13 Nov 18:11:23 267 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: idSIButton9]
--- 13 Nov 18:11:26 792 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 13 Nov 18:11:26 792 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:11:30 326 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: createdFIList]
--- 13 Nov 18:11:34 725 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label'
--- 13 Nov 18:11:39 091 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 13 Nov 18:11:43 679 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 13 Nov 18:11:48 068 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 13 Nov 18:11:52 492 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 13 Nov 18:11:56 812 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 13 Nov 18:11:56 921 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 13 Nov 18:11:56 922 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:11:57 034 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> css selector: .header]
--- 13 Nov 18:11:59 398 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 13 Nov 18:12:02 696 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 13 Nov 18:12:02 697 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:12:02 786 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 13 Nov 18:12:02 786 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:12:02 876 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 13 Nov 18:12:02 877 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:12:02 954 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 13 Nov 18:12:03 052 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 13 Nov 18:12:03 053 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:12:03 147 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 13 Nov 18:12:03 371 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 13 Nov 18:12:03 790 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4563e0934c9fdde6c6738f97bac504b6)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 13 Nov 18:12:07 001 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 13 Nov 18:12:07 001 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 13 Nov 18:12:13 827 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='ng-placeholder']'
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
51 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
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
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@474dae21)
0 ms
init(org.testng.TestRunner@474dae21)
10336 ms
verifyBarcodeTypeAndBarcodeFunctionUI(, chrome_Windows 11)
15986 ms
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
90403 ms