com.imm.testscripts.DocumentRTS.DocumentRTS
verifyCreateSessionUsingBarcodeDocument
(, chrome_Windows 11)
org.openqa.selenium.JavascriptException: javascript error: {"status":60,"value":"[object HTMLDivElement] has no size and location"}
(Session info: chrome=130.0.6723.117)
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: [73719d82e8e404d200fcc98781088a76, actions {actions=[org.openqa.selenium.interactions.Sequence@1728a3fa]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.117, chrome: {chromedriverVersion: 130.0.6723.58 (3a50e012e4c9..., userDataDir: C:\Users\SA_KAU~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55878}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.29.58:4444/ses..., se:cdpVersion: 130.0.6723.117, 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: 73719d82e8e404d200fcc98781088a76
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.RemoteWebDriver.perform(RemoteWebDriver.java:619)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:283)
at com.imm.pages.DocumentMaintenanceRTS.setValueFromBarcodeType(DocumentMaintenanceRTS.java:1819)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyCreateSessionUsingBarcodeDocument(DocumentRTS.java:12559)
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: 9 minutes
Reporter output for IMM_Esign_Chrome
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
javascript error: {"status":60,"value":"[object HTMLDivElement] has no size and location"} [ScreenShot]
Verify create session with barcode documnets
Steps:
--- 11 Nov 12:13:00 710 - TestCaseID:: verifyCreateSessionUsingBarcodeDocument
--- 11 Nov 12:13:04 762 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 11 Nov 12:13:10 537 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Nov 12:13:10 537 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:13:38 053 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 11 Nov 12:13:38 153 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: btnSubmit]
--- 11 Nov 12:13:38 244 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Nov 12:13:38 322 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Nov 12:13:43 873 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: btnSubmit]
--- 11 Nov 12:13:46 703 - 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%3du2gkh_kdhtfi0ttl9xqcir9qxwo1ekujlcw_flxdi8rje42bv4cuc521ar8x3ovmrihpchewfnn8e6ybfisamiciz6l6p3w8truyd43wfvtxvdz_b7mfbxwpo4nr-c59sv1tdytaxygryd38yg8gq6akspeglpv_j3rbipeor_cohhie-irzxosqodbcggpdjcs_w0neiokpzgxuszjgmq&response_mode=form_post&nonce=638669042986372088.otjmogvkytqtmmy0my00nde4lwflmtytzdkzn2iwmmqwnjy0yzy1yjc1ngutytqwys00otfjltljmzctnzdlymnmmmzjnmnj&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
--- 11 Nov 12:13:46 704 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:13:56 813 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 11 Nov 12:14:01 461 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 11 Nov 12:14:01 538 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: lightbox]
--- 11 Nov 12:14:01 627 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: i0116]
--- 11 Nov 12:14:01 683 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: i0116]
--- 11 Nov 12:14:07 121 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: idSIButton9]
--- 11 Nov 12:14:08 493 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: i0118]
--- 11 Nov 12:14:15 276 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Nov 12:14:15 276 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:14:15 353 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: lightbox]
--- 11 Nov 12:14:15 800 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: idSIButton9]
--- 11 Nov 12:14:19 211 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Nov 12:14:19 211 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:14:19 294 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: btnUpload]
--- 11 Nov 12:14:19 433 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Nov 12:14:19 433 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:14:19 540 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .header]
--- 11 Nov 12:14:19 612 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:14:21 763 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:14:28 887 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 11 Nov 12:14:28 888 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:14:28 977 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: immPageTitle]
--- 11 Nov 12:14:29 206 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 11 Nov 12:14:29 207 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:14:29 331 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .header]
--- 11 Nov 12:14:32 432 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 11 Nov 12:14:32 500 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 11 Nov 12:14:53 107 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 11 Nov 12:14:53 107 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:14:53 178 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //label[contains(text(),'Subscription Key:')]//following::input[1]]
--- 11 Nov 12:15:00 651 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //label[contains(text(),'Client Secret:')]//following::input[1]]
--- 11 Nov 12:15:08 128 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //label[contains(text(),'Client ID:')]//following::input[1]]
--- 11 Nov 12:15:15 637 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //label[contains(text(),'Document API URL:')]//following::input[1]]
--- 11 Nov 12:15:23 196 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //label[contains(text(),'Authorization API URL:')]//following::input[1]]
--- 11 Nov 12:15:32 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: button[data-bind*='click: $data.SaveTemplate_Click']]
--- 11 Nov 12:15:40 048 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:15:42 160 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:15:49 287 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:15:49 287 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:15:49 364 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 11 Nov 12:15:49 803 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:15:49 803 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:15:49 922 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .header]
--- 11 Nov 12:16:06 032 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 11 Nov 12:16:16 396 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 11 Nov 12:16:17 119 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:16:17 119 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:16:17 201 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:16:19 332 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:16:25 970 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //*[text()='Select All']]
--- 11 Nov 12:16:26 052 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //*[text()='Select All']]
--- 11 Nov 12:16:31 123 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //*[text()='Select All']]
--- 11 Nov 12:16:31 416 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Nov 12:16:31 417 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:16:32 247 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: btnPrimary]
--- 11 Nov 12:16:32 311 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: btnPrimary]
--- 11 Nov 12:16:33 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> 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]
--- 11 Nov 12:16:33 538 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Nov 12:16:33 539 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:16:38 629 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //*[text()='Import Template']]
--- 11 Nov 12:17:09 837 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> 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]
--- 11 Nov 12:17:25 055 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 11 Nov 12:17:30 697 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Nov 12:17:30 698 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:17:30 797 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 11 Nov 12:17:37 405 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 11 Nov 12:17:44 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 11 Nov 12:17:49 539 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Nov 12:17:49 539 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:17:49 607 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Processing']]
--- 11 Nov 12:17:51 698 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Processing']]
--- 11 Nov 12:17:58 974 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:17:58 975 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:18:09 377 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: tab0]
--- 11 Nov 12:18:09 469 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:18:09 469 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:18:09 552 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .header]
--- 11 Nov 12:18:19 694 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:18:19 694 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:18:19 757 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: dragandrophandler]
--- 11 Nov 12:18:41 092 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:18:41 093 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:18:41 162 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> 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]
--- 11 Nov 12:18:41 383 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Nov 12:18:52 980 - Unable to find an element after 5 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 11 Nov 12:19:03 005 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> tag name: title]
--- 11 Nov 12:19:03 148 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411110650016182055_xcdbudl4njnnd4b20jau5gts&refresh=y
--- 11 Nov 12:19:03 148 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:19:03 210 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: Sign]
--- 11 Nov 12:19:03 270 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: Attach]
--- 11 Nov 12:19:03 404 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411110650016182055_xcdbudl4njnnd4b20jau5gts&refresh=y
--- 11 Nov 12:19:03 405 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:19:03 487 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> 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]
--- 11 Nov 12:19:15 974 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:19:18 124 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:19:25 228 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:19:25 228 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:19:25 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 11 Nov 12:19:25 692 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:19:25 692 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:19:25 775 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .header]
--- 11 Nov 12:19:36 438 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 11 Nov 12:19:45 854 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 11 Nov 12:19:53 239 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 11 Nov 12:19:55 895 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:19:55 895 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:19:55 966 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Processing']]
--- 11 Nov 12:19:58 078 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Processing']]
--- 11 Nov 12:20:04 328 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:20:04 328 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:20:14 757 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: tab0]
--- 11 Nov 12:20:14 843 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:20:14 843 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:20:14 925 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .header]
--- 11 Nov 12:20:25 025 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:20:25 025 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:20:25 090 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: dragandrophandler]
--- 11 Nov 12:20:46 402 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Nov 12:20:46 402 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:20:46 465 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> 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]
--- 11 Nov 12:20:46 709 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Nov 12:20:59 802 - Unable to find an element after 4 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //button[contains(text(),'Continue')]'
--- 11 Nov 12:21:09 742 - Unable to find an element after 30 sec ==> [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> tag name: title]
--- 11 Nov 12:21:09 932 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411110652064451365_xcdbudl4njnnd4b20jau5gts&refresh=y
--- 11 Nov 12:21:09 933 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:21:09 995 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: Sign]
--- 11 Nov 12:21:10 053 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> id: Attach]
--- 11 Nov 12:21:10 173 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202411110652064451365_xcdbudl4njnnd4b20jau5gts&refresh=y
--- 11 Nov 12:21:10 174 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:21:10 260 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> 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]
--- 11 Nov 12:21:22 737 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:21:24 883 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:21:32 007 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:21:32 007 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:21:32 072 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 11 Nov 12:21:32 495 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:21:32 495 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:21:32 578 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .header]
--- 11 Nov 12:21:40 248 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[2]//label[contains(text(),'Default Value:')]//following::input[1]]
--- 11 Nov 12:21:49 548 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 11 Nov 12:21:57 055 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 11 Nov 12:21:59 677 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Nov 12:21:59 678 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:21:59 739 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:22:01 828 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //a[text()='Administration']]
--- 11 Nov 12:22:21 970 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 11 Nov 12:22:27 590 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Nov 12:22:27 590 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 11 Nov 12:22:27 687 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 11 Nov 12:22:37 093 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (73719d82e8e404d200fcc98781088a76)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
javascript error: {"status":60,"value":"[object HTMLDivElement] has no size and location"} [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@4da093f5)
0 ms
init(org.testng.TestRunner@4da093f5)
10227 ms
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
16006 ms