com.imm.testscripts.DocumentRTS.DocumentRTS
verifyCreateSessionUsingBarcodeDocument
(, 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.CollectedDocumentPage.isSelectedDocMsgDisplayed(CollectedDocumentPage.java:358)
at com.imm.pages.CollectedDocumentPage.isLoaded(CollectedDocumentPage.java:328)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.header.Header.navigateToCollectedDocumentsPage(Header.java:659)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyCreateSessionUsingBarcodeDocument(DocumentRTS.java:12517)
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":"//label[contains(@data-bind,'text: ResourceCollectedDocumentsRepository.CreateSessionMessage')]"}
(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: [06605cc3580efaa8135cd1458d58c39a, findElement {using=xpath, value=//label[contains(@data-bind,'text: ResourceCollectedDocumentsRepository.CreateSessionMessage')]}]
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:60762}, 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: 06605cc3580efaa8135cd1458d58c39a
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)
... 35 more
(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: 5 minutes
Reporter output for IMM_Esign_Chrome
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
Verify create session with barcode documnets
Steps:
--- 18 Nov 10:51:35 675 - TestCaseID:: verifyCreateSessionUsingBarcodeDocument
--- 18 Nov 10:51:39 874 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 18 Nov 10:51:43 090 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 18 Nov 10:51:43 090 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:52:11 016 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 18 Nov 10:52:11 124 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: btnSubmit]
--- 18 Nov 10:52:11 224 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 18 Nov 10:52:11 313 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 18 Nov 10:52:16 831 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: btnSubmit]
--- 18 Nov 10:52:19 558 - 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%3debsvps9ohknrjaw2jbl5-sxkzmzr2zpqfay2hekhkl0b14pdk8e79d32g4hs8hejf2eta2n0kdhcyu0hk2k_ycvzyl0clxg6gomdizn74c8u9ei8qb8uzdc5ilxvkmj8mhfyozkrbab--hu3f-9uxvponquqqhzi4gmu-qfnqixannvrgpqlnbf_lzkuxlt3p1ckgxn7xktu4fjly1crlg&response_mode=form_post&nonce=638675042176391773.nmi1yjmxndqtowjmzs00zwqxlwexnzitmzy2zju5mziwnmuzzwrmngu4yzitmjczys00zjazlwflm2etngzlndazzje1mju3&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
--- 18 Nov 10:52:19 563 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:52:29 376 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 18 Nov 10:52:33 840 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 18 Nov 10:52:33 928 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: lightbox]
--- 18 Nov 10:52:34 026 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: i0116]
--- 18 Nov 10:52:34 106 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: i0116]
--- 18 Nov 10:52:39 628 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: idSIButton9]
--- 18 Nov 10:52:42 115 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: i0118]
--- 18 Nov 10:52:48 397 - Page URL:: https://login.microsoftonline.com/common/login
--- 18 Nov 10:52:48 398 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:52:48 484 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: lightbox]
--- 18 Nov 10:52:48 948 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: idSIButton9]
--- 18 Nov 10:52:52 206 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 18 Nov 10:52:52 207 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:52:52 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: btnUpload]
--- 18 Nov 10:52:52 504 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 18 Nov 10:52:52 505 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:52:52 640 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> css selector: .header]
--- 18 Nov 10:52:52 744 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Administration']]
--- 18 Nov 10:52:54 859 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Administration']]
--- 18 Nov 10:53:02 142 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 18 Nov 10:53:02 142 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:53:02 250 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> id: immPageTitle]
--- 18 Nov 10:53:02 570 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 18 Nov 10:53:02 571 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:53:02 694 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> css selector: .header]
--- 18 Nov 10:53:05 788 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 18 Nov 10:53:05 865 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 18 Nov 10:53:26 580 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 18 Nov 10:53:26 581 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:53:26 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //label[contains(text(),'Subscription Key:')]//following::input[1]]
--- 18 Nov 10:53:34 247 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //label[contains(text(),'Client Secret:')]//following::input[1]]
--- 18 Nov 10:53:41 942 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //label[contains(text(),'Client ID:')]//following::input[1]]
--- 18 Nov 10:53:49 512 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //label[contains(text(),'Document API URL:')]//following::input[1]]
--- 18 Nov 10:53:57 081 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //label[contains(text(),'Authorization API URL:')]//following::input[1]]
--- 18 Nov 10:54:06 648 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> css selector: button[data-bind*='click: $data.SaveTemplate_Click']]
--- 18 Nov 10:54:13 892 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Administration']]
--- 18 Nov 10:54:15 999 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Administration']]
--- 18 Nov 10:54:23 293 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 18 Nov 10:54:23 294 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:54:23 396 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 18 Nov 10:54:24 155 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 18 Nov 10:54:24 156 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:54:24 277 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> css selector: .header]
--- 18 Nov 10:54:40 557 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: ((//div[@class='col-xs-12'])[1]/div)[8 or 7]/div[1]/label[contains(text(),'Barcode Function:')]//following::input[1]]
--- 18 Nov 10:54:50 987 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 18 Nov 10:54:51 676 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 18 Nov 10:54:51 676 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:54:51 750 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Administration']]
--- 18 Nov 10:54:53 876 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Administration']]
--- 18 Nov 10:55:03 821 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 18 Nov 10:55:08 169 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 18 Nov 10:55:08 266 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Nov 10:55:08 267 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:55:13 346 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //*[text()='Import Template']]
--- 18 Nov 10:55:43 907 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> 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]
--- 18 Nov 10:55:59 114 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 18 Nov 10:56:04 726 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Nov 10:56:04 726 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:56:04 846 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: (//div[@class='selectize-input items full has-options has-items'])[3]]
--- 18 Nov 10:56:11 608 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //label[normalize-space()='Barcode Type']//following::div[1]/div/div/div[2]/div/div]
--- 18 Nov 10:56:20 270 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 18 Nov 10:56:25 696 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Nov 10:56:25 696 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:56:25 769 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Processing']]
--- 18 Nov 10:56:27 862 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (06605cc3580efaa8135cd1458d58c39a)] -> xpath: //a[text()='Processing']]
--- 18 Nov 10:56:32 203 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Nov 10:56:32 203 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Nov 10:57:08 260 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab0'
--- 18 Nov 10:57:12 594 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab1'
--- 18 Nov 10:57:16 935 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab3'
--- 18 Nov 10:57:21 259 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab2'
--- 18 Nov 10:57:21 416 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Nov 10:57:21 417 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Timed out after 2 seconds. Unable to locate the element [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@786f8cd2)
0 ms
init(org.testng.TestRunner@786f8cd2)
10352 ms
verifyCreateSessionUsingBarcodeDocument(, chrome_Windows 11)
16567 ms