com.imm.testscripts.DocumentRTS.DocumentRTS
AddingattachmentToExistingSessionInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Sessions With Attachment In Collection Document Page, Archive=, Email=, Platform=TeSign-[TeSign], Message=, FileName=, ShortName=Signature, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/LoanApplication.zip,src/main/resources/testdata/files/documentRTS/Disclosure.pdf,src/main/resources/testdata/files/documentRTS/Loan Application Form.pdf,src/main/resources/testdata/files/documentRTS/Students Loan.pdf,src/main/resources/testdata/files/fingerprint01.pdf,src/main/resources/testdata/files/documentRTS/Utility BillPRIMARY.pdf, DocumentPermission=, TestID=AddingattachmentToExistingSessionInCollectionDocumentPage, FItype=, Required=, IndexSource=Disclosure, PartiesToView=, TextField=, Document Names=Disclosure,Loan,StudentsLoan,SignatureCard, Password=, DocumentName=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=Allied iQQ, AttachmentTypeOption=SignatureCard, TemplatePermission=, Date=, Subject=, NumOfAttachments=11, Folderpath=, Type=, NameDescription=Signature card, AttachmentPath=, Export_Values=, FullName=SignatureCard, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.AddingattachmentToExistingSessionInCollectionDocumentPage(DocumentRTS.java:2012)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [6fb01fba5a99b80b00fd10425503a66c, actions {actions=[org.openqa.selenium.interactions.Sequence@6927027b]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51865}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 6fb01fba5a99b80b00fd10425503a66c
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [6fb01fba5a99b80b00fd10425503a66c, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51865}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 6fb01fba5a99b80b00fd10425503a66c
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(• Verifying Add to Existing Session with attachment)
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Adding Documents And Attachment In Collection Document Page, Archive=, Email=, Platform=, Message=, FileName=, ShortName=Signaturecard,VendorQQ, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Disclosure.pdf,src/main/resources/testdata/files/documentRTS/Loan Application Form.pdf,src/main/resources/testdata/files/documentRTS/Students Loan.pdf, DocumentPermission=, TestID=verifyAddingDocumentsAndAttachmentInCollectionDocumentPage, FItype=, Required=, IndexSource=Disclosure, PartiesToView=John Smith, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=CUNA,Allied iQQ, AttachmentTypeOption=Regularattachment, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Signature card,Vendor QQ, AttachmentPath=, Export_Values=, FullName=Disclosure,Auto Loan,Students loan,Regularattachment,VendoreDocument, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.CollectedDocumentPage.clickOnScanTab(CollectedDocumentPage.java:1763)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAddingDocumentsAndAttachmentInCollectionDocumentPage(DocumentRTS.java:1159)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [4b1f9bf662827bc8531122ac595811a5, actions {actions=[org.openqa.selenium.interactions.Sequence@60456bf8]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51453}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 4b1f9bf662827bc8531122ac595811a5
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#tab2"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [4b1f9bf662827bc8531122ac595811a5, findElement {using=id, value=tab2}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51453}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 4b1f9bf662827bc8531122ac595811a5
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verifying Adding Documents,Adding an Attachment in the Collected Documents)
verifyAddingDocumentsToASessionRTS
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description= Adding Documents To A Session RTS, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/LoanApplication.zip,src/main/resources/testdata/files/documentRTS/BankersAZPOA0.pdf,src/main/resources/testdata/files/documentRTS/XNAAP.pdf,src/main/resources/testdata/files/documentRTS/XX11993.pdf,src/main/resources/testdata/files/documentRTS/FORM_W9_KP.pdf, DocumentPermission=, TestID=verifyAddingDocumentsToASessionRTS, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy25.get(Unknown Source)
at com.imm.pages.CollectedDocumentPage.document_name(CollectedDocumentPage.java:1528)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAddingDocumentsToASessionRTS(DocumentRTS.java:5228)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Add new Document to the session-RTS)
verifyAddingOptionalSigDocuments
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Add Optinoal sig. document to the session-RTS, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyAddingOptionalSigDocuments, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy25.get(Unknown Source)
at com.imm.pages.CollectedDocumentPage.document_name(CollectedDocumentPage.java:1528)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAddingOptionalSigDocuments(DocumentRTS.java:8544)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Add new Document to the session-RTS)
verifyAddingSignatureFieldsInDesignerPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Adding Signature fields in Designer page, Archive=, Email=JaneDoe@immonline.com, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=Jane Doe, Phone_Number=, Filepath=src/main/resources/testdata/files/NewAccount2.zip,src/main/resources/testdata/files/documentRTS/6098-CI.pdf,src/main/resources/testdata/files/documentRTS/Disclosure.pdf, DocumentPermission=, TestID=verifyAddingSignatureFieldsInDesignerPage, FItype=, Required=TRUE, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=Member_Number-123456;Account_Number-457899;Application_Number-11223344;Suffix-test;Dictionary_Code-test2;Document_Set_Name-Testset;Full_Name-John;Member_Name-MBR12, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=TRUE, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=6098-CI,Disclosure, EditNameDescription=})
java.lang.ClassCastException: class com.imm.pages.CollectedDocumentPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.CollectedDocumentPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app')
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAddingSignatureFieldsInDesignerPage(DocumentRTS.java:4730)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Adding Signature fields in Designer page)
verifyAddingUnknownDocumentsToASession
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Adding unknown documents to a session, Archive=, Email=JaneDoe@immonline.com, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=Jane Doe, Phone_Number=, Filepath=src/main/resources/testdata/files/NewAccount1.zip,src/main/resources/testdata/files/documentRTS/6098-CI.pdf,src/main/resources/testdata/files/documentRTS/6305.pdf, DocumentPermission=, TestID=verifyAddingUnknownDocumentsToASession, FItype=, Required=TRUE, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=Member_Number-123456;Account_Number-457899;Application Number_11223344;Suffix-test;Dictionary_Code-test2;Document_Set_Name-Testset;Full_Name-John;Member_Name-MBR12, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=TRUE, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Disclosure,NewAccountApplication, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAddingUnknownDocumentsToASession(DocumentRTS.java:4965)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [7c0dba2022a379793295eb0da634454d, actions {actions=[org.openqa.selenium.interactions.Sequence@5fa93a70]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64440}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 7c0dba2022a379793295eb0da634454d
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [7c0dba2022a379793295eb0da634454d, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64440}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 7c0dba2022a379793295eb0da634454d
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Adding Signature fields in Designer page)
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, Group=, EditFullName=, Description=verify Adobe SMS GovernmentID Authentication Signing Method RTS Session, Archive=, Email=, Platform=, Message=Your documents are available for viewing, signing and printing., FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=+91 9700164911, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession, FItype=Unified, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=iMM@2022, New Column=, UserName=, Email_Id=sunitha.pattem@kinective.io, Index_Field_Name=, Sender_Email_Id=employee1@immonline.com, FI_ID=autoesign, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=SMS-Phone-Phone-Signing, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy25.get(Unknown Source)
at com.imm.pages.ESignatureManagementPage.verifyInputValidationSymbol(ESignatureManagementPage.java:1254)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyGovernmentIDAuthenticationSigningMethod(DocumentRTS.java:11080)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession(DocumentRTS.java:10879)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify Adobe SMS GovernmentID Authentication Signing Method RTS Session)
verifyAdobeSMSInPersonSigningMethodRTSSession
({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, Group=, EditFullName=, Description=verify Adobe SMS In Person Signing Method - Unified FI, Archive=, Email=, Platform=, Message=Your documents are available for viewing, signing and printing., FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=+91 9700164911, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyAdobeSMSInPersonSigningMethodRTSSession, FItype=Unified, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=iMM@2022, New Column=, UserName=, Email_Id=sunitha.pattem@kinective.io, Index_Field_Name=, Sender_Email_Id=employee1@immonline.com, FI_ID=autotestfi, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=SMS-Phone, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
java.lang.AssertionError: Failed to navigate to the 'eSignature Management' page
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.support.Log.assertThat(Log.java:678)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySMSOptionInSigningMethods(DocumentRTS.java:9293)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSInPersonSigningMethodRTSSession(DocumentRTS.java:9142)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify Adobe SMS In Person Signing Method RTS Session)
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, Group=, EditFullName=, Description=verify Adobe SMS KBA Authentication Signing Method RTS Session, Archive=, Email=, Platform=, Message=Your documents are available for viewing, signing and printing., FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=+91 9700164911, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession, FItype=Unified, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=iMM@2022, New Column=, UserName=, Email_Id=sunitha.pattem@kinective.io, Index_Field_Name=, Sender_Email_Id=employee1@immonline.com, FI_ID=autoesign, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=SMS-Phone, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy25.get(Unknown Source)
at com.imm.pages.ESignatureManagementPage.verifyInputValidationSymbol(ESignatureManagementPage.java:1254)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyKBAAuthenticationSigningMethod(DocumentRTS.java:9943)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession(DocumentRTS.java:9743)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify Adobe SMS KBA Authentication Signing Method RTS Session)
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, Group=, EditFullName=, Description=verify Adobe SMS Password Authentication Signing Method RTS Session, Archive=, Email=, Platform=, Message=Your documents are available for viewing, signing and printing., FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=+91 9700164911, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession, FItype=Unified, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=iMM@2022, New Column=, UserName=, Email_Id=sunitha.pattem@kinective.io, Index_Field_Name=, Sender_Email_Id=employee1@immonline.com, FI_ID=autoesign, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=SMS-Phone, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy25.get(Unknown Source)
at com.imm.pages.ESignatureManagementPage.verifyInputValidationSymbol(ESignatureManagementPage.java:1254)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyPasswordAuthenticationSigningMethod(DocumentRTS.java:10313)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession(DocumentRTS.java:10112)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify Adobe SMS Password Authentication Signing Method RTS Session)
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, Group=, EditFullName=, Description=verify Adobe SMS Phone Authentication Signing Method RTS Session, Archive=, Email=, Platform=, Message=Your documents are available for viewing, signing and printing., FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=+91 9700164911, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession, FItype=Unified, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=iMM@2022, New Column=, UserName=, Email_Id=sunitha.pattem@kinective.io, Index_Field_Name=, Sender_Email_Id=employee1@immonline.com, FI_ID=autoesign, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=SMS-Phone, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy25.get(Unknown Source)
at com.imm.pages.ESignatureManagementPage.verifyInputValidationSymbol(ESignatureManagementPage.java:1254)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyPhoneAuthenticationSigningMethod(DocumentRTS.java:10695)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession(DocumentRTS.java:10495)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify Adobe SMS Phone Authentication Signing Method RTS Session)
verifyDefiningDocumentsWithDisablePermissions
({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defining Documents-RTS as disable, Archive=, Email=, Platform=, Message=, FileName=, ShortName=BankersAZPOA0, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/NewAccountApplication.zip,src/main/resources/testdata/files/documentRTS/Students Loan.pdf,src/main/resources/testdata/files/documentRTS/XNAAP.pdf, DocumentPermission=FALSE, TestID=verifyDefiningDocumentsWithDisablePermissions, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=Password1, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=JohnDoe, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=TRUE, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=BankersAZPOA0 description, AttachmentPath=, Export_Values=, FullName=BankersAZPOA0, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyDefiningDocumentsWithDisablePermissions(DocumentRTS.java:6548)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [57f31afb1088eb3fac33875e12186032, actions {actions=[org.openqa.selenium.interactions.Sequence@14978e91]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64547}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 57f31afb1088eb3fac33875e12186032
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [57f31afb1088eb3fac33875e12186032, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64547}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 57f31afb1088eb3fac33875e12186032
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Add new Document to the session-RTS)
verifyDocumentWithTemplateDesignPage
({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defining Documents-RTS as disable, Archive=, Email=, Platform=, Message=, FileName=, ShortName=XXCA10, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/NewAccountApplication.zip,src/main/resources/testdata/files/documentRTS/XXCA10.pdf, DocumentPermission=FALSE, TestID=verifyDocumentWithTemplateDesignPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=Password1, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=Micky, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=FALSE, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=XXCA10 description, AttachmentPath=, Export_Values=, FullName=XXCA10, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyDocumentWithTemplateDesignPage(DocumentRTS.java:6801)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [e0cb898e4dcae2135af829482ecec050, actions {actions=[org.openqa.selenium.interactions.Sequence@15fe6b60]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64696}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: e0cb898e4dcae2135af829482ecec050
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [e0cb898e4dcae2135af829482ecec050, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64696}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: e0cb898e4dcae2135af829482ecec050
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Add new Document to the session-RTS)
verifyDynamicDocPDFSession
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Dynamic PDF document session, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/DynamicDocTemplate.zip,src/main/resources/testdata/files/documentRTS/Anchor_2_Borrower.pdf, DocumentPermission=, TestID=verifyDynamicDocPDFSession, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Anchor_2_Borrower, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyDynamicDocPDFSession(DocumentRTS.java:8075)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [fc8aa95738f5d12cb1243050ed05b227, actions {actions=[org.openqa.selenium.interactions.Sequence@2847d829]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64849}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: fc8aa95738f5d12cb1243050ed05b227
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [fc8aa95738f5d12cb1243050ed05b227, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64849}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: fc8aa95738f5d12cb1243050ed05b227
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify UI elements on the Document maintenance (RTS) page)
verifyImageBasedDocumentInTheDocumentRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Document RTS Page, Archive=, Email=, Platform=, Message=, FileName=, ShortName=BankofCalifornia, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/eric_8.pdf, DocumentPermission=, TestID=verifyImageBasedDocumentInTheDocumentRTSPage, FItype=, Required=TRUE, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=Loan Amount, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=TRUE, Subject=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/Student, Type=, NameDescription=Bank of California, AttachmentPath=, Export_Values=, FullName=BankofCalifornia, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyImageBasedDocumentInTheDocumentRTSPage(DocumentRTS.java:7103)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [1e1d72986c89e9c344912c4f78f25c35, actions {actions=[org.openqa.selenium.interactions.Sequence@7cf1623f]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64963}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 1e1d72986c89e9c344912c4f78f25c35
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [1e1d72986c89e9c344912c4f78f25c35, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64963}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 1e1d72986c89e9c344912c4f78f25c35
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify Template management in The Document RTS Page)
verifyInPersonSigningMethodineSignPage
org.testng.internal.reflect.MethodMatcherException:
[public void com.imm.testscripts.DocumentRTS.DocumentRTS.verifyInPersonSigningMethodineSignPage(java.util.HashMap,java.lang.Boolean,java.lang.Boolean) throws java.lang.Exception] has no parameters defined but was found to be using a data provider (either explicitly specified or inherited from class level annotation).
Data provider mismatch
Method: verifyInPersonSigningMethodineSignPage([Parameter{index=0, type=java.util.HashMap, declaredAnnotations=[]}, Parameter{index=1, type=java.lang.Boolean, declaredAnnotations=[]}, Parameter{index=2, type=java.lang.Boolean, declaredAnnotations=[]}])
Arguments: [(java.util.HashMap) {Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify In Person Signing Methodin eSign Page, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyInPersonSigningMethodineSignPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=}]
at org.testng.internal.reflect.DataProviderMethodMatcher.getConformingArguments(DataProviderMethodMatcher.java:43)
at org.testng.internal.Parameters.injectParameters(Parameters.java:914)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:34)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify In Person Signing Methodin eSign Page)
verifyMergingDocswithSameName
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Merge 2 documents with same name with Comma, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=Test, One;One Test, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/MergeDocsWithComma.zip,src/main/resources/testdata/files/documentRTS/XNAAP.pdf,src/main/resources/testdata/files/documentRTS/XXCA10.pdf,, DocumentPermission=, TestID=verifyMergingDocswithSameName, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyMergingDocswithSameName(DocumentRTS.java:5730)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [21530b5e6f096d79c0af8c339e2a9bb4, actions {actions=[org.openqa.selenium.interactions.Sequence@5babfdaf]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65063}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 21530b5e6f096d79c0af8c339e2a9bb4
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [21530b5e6f096d79c0af8c339e2a9bb4, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65063}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 21530b5e6f096d79c0af8c339e2a9bb4
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Merge 2 documents with same name)
verifyMergingDocswithSameName1
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Merge 2 documents with same name with different cases (Capitalization), Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=PETER JOHNS, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/CapitalizedNames.zip,src/main/resources/testdata/files/documentRTS/Home Loan Application.pdf,src/main/resources/testdata/files/documentRTS/Car Loan Application.pdf,, DocumentPermission=, TestID=verifyMergingDocswithSameName1, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyMergingDocswithSameName1(DocumentRTS.java:5967)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a8363e1cf97aa5ca8e8e0ff9ee983e4f, actions {actions=[org.openqa.selenium.interactions.Sequence@7babc9ef]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65165}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: a8363e1cf97aa5ca8e8e0ff9ee983e4f
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a8363e1cf97aa5ca8e8e0ff9ee983e4f, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65165}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: a8363e1cf97aa5ca8e8e0ff9ee983e4f
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Merge 2 documents with same name)
verifyMergingSignersUIImprovements
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify UI elements on the Document maintenance (RTS) page, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/MergingDoc1.zip,src/main/resources/testdata/files/documentRTS/XX11993.pdf,src/main/resources/testdata/files/documentRTS/XNAAP.pdf, DocumentPermission=, TestID=verifyMergingSignersUIImprovements, FItype=, Required=, IndexSource=Test, One;Milwaukee, PartiesToView=Milwaukee;Test One, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=src/main/resources/testdata/files/documentRTS/RemoteTemplateUI.zip, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Direction,NewAccount, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyMergingSignersUIImprovements(DocumentRTS.java:7522)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [b6624172de2884342663f41ee7a62b8f, actions {actions=[org.openqa.selenium.interactions.Sequence@4f9d282b]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65279}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: b6624172de2884342663f41ee7a62b8f
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [b6624172de2884342663f41ee7a62b8f, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65279}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: b6624172de2884342663f41ee7a62b8f
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify UI elements on the Document maintenance (RTS) page)
verifyMultipleDocumentUploadIncollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Uploading multiple documents in Collected documents page (RTS), Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/All_Docs_Definition_21.zip, DocumentPermission=, TestID=verifyMultipleDocumentUploadIncollectionDocumentPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/All_Docs_Definition_21, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyMultipleDocumentUploadIncollectionDocumentPage(DocumentRTS.java:6966)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [2ab67de6915a7a9492ce3d215c733df1, actions {actions=[org.openqa.selenium.interactions.Sequence@1b814d51]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65387}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 2ab67de6915a7a9492ce3d215c733df1
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [2ab67de6915a7a9492ce3d215c733df1, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65387}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 2ab67de6915a7a9492ce3d215c733df1
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Uploading multiple documents in Collected documents page (RTS))
verifyParallelDocumentUploadIncollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Document RTS Page for multiple users3, Archive=, Email=, Platform=, Message=, FileName=, ShortName=BankofCalifornia, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/Imagebasednregulardoc.zip, DocumentPermission=, TestID=verifyParallelDocumentUploadIncollectionDocumentPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=Password1, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=JaneTeller, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/parallel, Type=, NameDescription=Bank of California, AttachmentPath=, Export_Values=, FullName=BankofCalifornia, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyParallelDocumentUploadIncollectionDocumentPage(DocumentRTS.java:7354)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [07df5637062c34593d6d2b63f7f5bd6f, actions {actions=[org.openqa.selenium.interactions.Sequence@48b72c51]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49267}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 07df5637062c34593d6d2b63f7f5bd6f
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [07df5637062c34593d6d2b63f7f5bd6f, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49267}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 07df5637062c34593d6d2b63f7f5bd6f
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Uploading multiple documents in Collected documents page (RTS))
verifyParallelDocumentUploadIncollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Document RTS Page for multiple users1, Archive=, Email=, Platform=, Message=, FileName=, ShortName=BankofCalifornia, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/Imagebasednregulardoc.zip, DocumentPermission=, TestID=verifyParallelDocumentUploadIncollectionDocumentPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=Password1, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=JohnDoe, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/parallel, Type=, NameDescription=Bank of California, AttachmentPath=, Export_Values=, FullName=BankofCalifornia, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyParallelDocumentUploadIncollectionDocumentPage(DocumentRTS.java:7354)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [868f5f24486a6917a9abdeb7f50ad195, actions {actions=[org.openqa.selenium.interactions.Sequence@1c584529]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49373}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 868f5f24486a6917a9abdeb7f50ad195
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [868f5f24486a6917a9abdeb7f50ad195, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49373}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 868f5f24486a6917a9abdeb7f50ad195
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Uploading multiple documents in Collected documents page (RTS))
verifyParallelDocumentUploadIncollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Document RTS Page for multiple users2, Archive=, Email=, Platform=, Message=, FileName=, ShortName=BankofCalifornia, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/Imagebasednregulardoc.zip, DocumentPermission=, TestID=verifyParallelDocumentUploadIncollectionDocumentPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=Password1, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=JohnDoe, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/parallel, Type=, NameDescription=Bank of California, AttachmentPath=, Export_Values=, FullName=BankofCalifornia, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyParallelDocumentUploadIncollectionDocumentPage(DocumentRTS.java:7354)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [60bf903d49c0fe5f56c94a828b770faf, actions {actions=[org.openqa.selenium.interactions.Sequence@13f319bb]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65502}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 60bf903d49c0fe5f56c94a828b770faf
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [60bf903d49c0fe5f56c94a828b770faf, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65502}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 60bf903d49c0fe5f56c94a828b770faf
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Uploading multiple documents in Collected documents page (RTS))
verifyPermissionsForDefiningDocuments
({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defining Documents-RTS as Enable, Archive=, Email=, Platform=, Message=, FileName=, ShortName=6305, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/NewAccountApplication.zip,src/main/resources/testdata/files/documentRTS/6305.pdf,src/main/resources/testdata/files/documentRTS/XX11993.pdf, DocumentPermission=TRUE, TestID=verifyPermissionsForDefiningDocuments, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=Password1, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=Micky , Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=FALSE, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=6305 description, AttachmentPath=, Export_Values=, FullName=6305, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyPermissionsForDefiningDocuments(DocumentRTS.java:6272)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [707edb8a05bdeef72a10f45d65a57b2e, actions {actions=[org.openqa.selenium.interactions.Sequence@412d65fe]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49491}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 707edb8a05bdeef72a10f45d65a57b2e
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [707edb8a05bdeef72a10f45d65a57b2e, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49491}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 707edb8a05bdeef72a10f45d65a57b2e
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Add new Document to the session-RTS)
verifyProcessSessionDeleteDocumentAndFinishSigning
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Process a session, Delete a document and retrieve saved session to finish signing, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/MergingDoc1.zip,src/main/resources/testdata/files/documentRTS/XX11993.pdf,src/main/resources/testdata/files/documentRTS/XNAAP.pdf, DocumentPermission=, TestID=verifyProcessSessionDeleteDocumentAndFinishSigning, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Direction,NewAccount, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.SessionDetailsPage.clickdelete(SessionDetailsPage.java:512)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyProcessSessionDeleteDocumentAndFinishSigning(DocumentRTS.java:4451)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.JavascriptException: javascript error: {"status":60,"value":"[object HTMLSpanElement] has no size and location"}
(Session info: chrome=131.0.6778.109)
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [67db95b053beafbeca22d6bb78db91e4, actions {actions=[org.openqa.selenium.interactions.Sequence@65132eca]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49644}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 67db95b053beafbeca22d6bb78db91e4
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
(Verify UI elements on the Document maintenance (RTS) page)
verifyProcessSessionWithAttachmentAndReProcess
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Process a session with attachment, add a field in Designer, Re-process and sign, Archive=, Email=JaneDoe@immonline.com, Platform=TeSign-[TeSign], Message=, FileName=, ShortName=Signaturecard, Disclosure, EditShortName=, PartyName=Jane Doe, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/LoanApplication.zip,src/main/resources/testdata/files/documentRTS/Disclosure.pdf,src/main/resources/testdata/files/documentRTS/Loan Application Form.pdf,src/main/resources/testdata/files/documentRTS/Students Loan.pdf,src/main/resources/testdata/files/fingerprint01.pdf, DocumentPermission=, TestID=verifyProcessSessionWithAttachmentAndReProcess, FItype=, Required=, IndexSource=Disclosure, PartiesToView=, TextField=, Document Names=Disclosure,Loan,StudentsLoan,SignatureCard, Password=, DocumentName=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=Allied iQQ, AttachmentTypeOption=SignatureCard, TemplatePermission=, Date=, Subject=, NumOfAttachments=11, Folderpath=, Type=, NameDescription=Signature card, Disclosure, AttachmentPath=, Export_Values=, FullName=SignatureCard,Disclosure, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.deleteAllDocuments(DocumentMaintenanceRTS.java:1681)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyProcessSessionWithAttachmentAndReProcess(DocumentRTS.java:2218)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [2545549894c4738c5985dd1f2b94ffe0, actions {actions=[org.openqa.selenium.interactions.Sequence@364b9cde]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51994}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 2545549894c4738c5985dd1f2b94ffe0
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//a[contains(@data-bind,'click: $root.ButtonDelete_Click')]"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [2545549894c4738c5985dd1f2b94ffe0, findElement {using=xpath, value=//a[contains(@data-bind,'click: $root.ButtonDelete_Click')]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51994}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 2545549894c4738c5985dd1f2b94ffe0
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Add Field To Attachment in Designer and Re Process)
verifyProcessingASessionAndMergingRTSDocuments
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Processing a session and Merging RTS Documents, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/MergingDoc1.zip,src/main/resources/testdata/files/documentRTS/XX11993.pdf,src/main/resources/testdata/files/documentRTS/XNAAP.pdf, DocumentPermission=, TestID=verifyProcessingASessionAndMergingRTSDocuments, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Direction,NewAccount, EditNameDescription=})
java.lang.AssertionError: Failed to navigate to the 'eSignature Management' page
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.support.Log.assertThat(Log.java:678)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyProcessingASessionAndMergingRTSDocuments(DocumentRTS.java:4212)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify UI elements on the Document maintenance (RTS) page)
verifyReversingDocumentOrder
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Reversing Document Order between 2 Parties, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/ReversingParty.zip,src/main/resources/testdata/files/documentRTS/Car_Loan_PartyRe-order.pdf,src/main/resources/testdata/files/documentRTS/Car_Loan_Application.pdf, DocumentPermission=, TestID=verifyReversingDocumentOrder, FItype=, Required=, IndexSource=, PartiesToView=, TextField=Test, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Car_Loan_PartyRe-order,Car_Loan_Application, EditNameDescription=})
java.lang.ClassCastException: class com.imm.pages.CollectedDocumentPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.CollectedDocumentPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app')
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyReversingDocumentOrder(DocumentRTS.java:3581)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Reversing Document Order between 2 Parties)
verifyReversingPartySequence
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Reversing Party sequence between 2 documents, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/ReversingParty.zip,src/main/resources/testdata/files/documentRTS/Car_Loan_Application.pdf,src/main/resources/testdata/files/documentRTS/Car_Loan_PartyRe-order.pdf, DocumentPermission=, TestID=verifyReversingPartySequence, FItype=, Required=, IndexSource=, PartiesToView=, TextField=Test, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Car_Loan_Application,Car_Loan_PartyRe-order, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyReversingPartySequence(DocumentRTS.java:3224)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [25b2cacf3946a092594802595ae8178e, actions {actions=[org.openqa.selenium.interactions.Sequence@146ccc8]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50028}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 25b2cacf3946a092594802595ae8178e
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [25b2cacf3946a092594802595ae8178e, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50028}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 25b2cacf3946a092594802595ae8178e
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Reversing Party sequence between 2 documents)
verifySMSKioskFeatureSignerInformationRTSSession
({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, Group=, EditFullName=, Description=verify SMS Kiosk Feature Signer Information RTS Session, Archive=, Email=, Platform=, Message=Your documents are available for viewing, signing and printing., FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=+91 9700164911, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifySMSKioskFeatureSignerInformationRTSSession, FItype=Unified, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=iMM@2022, New Column=, UserName=, Email_Id=sunitha.pattem@kinective.io, Index_Field_Name=, Sender_Email_Id=employee1@immonline.com, FI_ID=autotestfi, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=SMS-Phone, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
java.lang.AssertionError: Failed to navigate to the 'eSignature Management' page
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:497)
at com.imm.support.Log.assertThat(Log.java:678)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyIDMeAuthenticationSigningMethod(DocumentRTS.java:11417)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySMSKioskFeatureSignerInformationRTSSession(DocumentRTS.java:11722)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(verify SMS Kiosk Feature Signer Information RTS Session)
verifySessionsInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Sessions In CollectionDocumentPage, Archive=, Email=, Platform=TeSign-[TeSign], Message=, FileName=, ShortName=Signature, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Disclosure.pdf,src/main/resources/testdata/files/documentRTS/Loan Application Form.pdf,src/main/resources/testdata/files/documentRTS/Students Loan.pdf,src/main/resources/testdata/files/DriversLicense.jpg, DocumentPermission=, TestID=verifySessionsInCollectionDocumentPage, FItype=, Required=, IndexSource=Disclosure, PartiesToView=, TextField=, Document Names=Disclosure,Loan,StudentsLoan,SignatureCard, Password=, DocumentName=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=Allied iQQ, AttachmentTypeOption=SignatureCard, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Signature card, AttachmentPath=, Export_Values=, FullName=SignatureCard, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySessionsInCollectionDocumentPage(DocumentRTS.java:1746)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [0314c15802bc30bcfe2f310aa59e6667, actions {actions=[org.openqa.selenium.interactions.Sequence@1a3c4e54]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51754}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 0314c15802bc30bcfe2f310aa59e6667
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [0314c15802bc30bcfe2f310aa59e6667, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51754}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 0314c15802bc30bcfe2f310aa59e6667
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verifying Create Session button,Add to Existing Session with attachment in the Collected Documents)
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with No Opt. signatures and an attachment, Archive=, Email=, Platform=TeSign-[TeSign], Message=, FileName=, ShortName=Signature, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/6305_none_opt.pdf,, DocumentPermission=, TestID=verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage, FItype=, Required=FALSE, IndexSource=IRA, PartiesToView=Peter Parker, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/Opt_nonOpt_Sig.zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=SignatureCard, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Signature card, AttachmentPath=src/main/resources/testdata/files/fingerprint01.pdf, Export_Values=, FullName=SignatureCard, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage(DocumentRTS.java:2402)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [19e77c0acd57c643555ebb6f8ae200c7, actions {actions=[org.openqa.selenium.interactions.Sequence@608917ab]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52189}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 19e77c0acd57c643555ebb6f8ae200c7
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [19e77c0acd57c643555ebb6f8ae200c7, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52189}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 19e77c0acd57c643555ebb6f8ae200c7
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Creating sessions with and without Optional signatures (RTS))
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with No Opt. signatures and a vendor attachment, Archive=, Email=, Platform=TeSign-[TeSign], Message=, FileName=, ShortName=Vendore, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/6305_none_opt.pdf,, DocumentPermission=, TestID=verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage, FItype=, Required=FALSE, IndexSource=IRA, PartiesToView=Peter Parker, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/Opt_nonOpt_Sig.zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=Allied iQQ, AttachmentTypeOption=VendoreAttachment, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Vendore Attachment, AttachmentPath=src/main/resources/testdata/files/annual_report_2009.pdf, Export_Values=, FullName=VendoreAttachment, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage(DocumentRTS.java:2402)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [4dbf2f1e7a3a6b25c5d9e30c3bf39f53, actions {actions=[org.openqa.selenium.interactions.Sequence@236018e1]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52295}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 4dbf2f1e7a3a6b25c5d9e30c3bf39f53
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [4dbf2f1e7a3a6b25c5d9e30c3bf39f53, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52295}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 4dbf2f1e7a3a6b25c5d9e30c3bf39f53
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Creating sessions with and without Optional signatures (RTS))
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signature and no attachments, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Bankers opt.pdf,, DocumentPermission=, TestID=verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage, FItype=, Required=TRUE, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/Opt_nonOpt_Sig.zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage(DocumentRTS.java:2402)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [acb96ce9a096cce21c51b87ecb42d262, actions {actions=[org.openqa.selenium.interactions.Sequence@509eb3d3]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52513}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: acb96ce9a096cce21c51b87ecb42d262
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [acb96ce9a096cce21c51b87ecb42d262, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52513}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: acb96ce9a096cce21c51b87ecb42d262
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Creating sessions with and without Optional signatures (RTS))
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signature and a Vendor attachment, Archive=, Email=, Platform=TeSign-[TeSign], Message=, FileName=, ShortName=Vendore, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Bankers opt.pdf,, DocumentPermission=, TestID=verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage, FItype=, Required=TRUE, IndexSource=BankersAZPOA0, PartiesToView=David Hoofnagle,David Frank, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/Opt_nonOpt_Sig.zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=Allied iQQ, AttachmentTypeOption=VendoreAttachment, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Vendore Attachment, AttachmentPath=src/main/resources/testdata/files/fingerprint01.pdf, Export_Values=, FullName=VendoreAttachment, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage(DocumentRTS.java:2402)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [34ce9e97d35aa73670c523f8a700a834, actions {actions=[org.openqa.selenium.interactions.Sequence@1c6d433b]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52403}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 34ce9e97d35aa73670c523f8a700a834
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [34ce9e97d35aa73670c523f8a700a834, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52403}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 34ce9e97d35aa73670c523f8a700a834
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Creating sessions with and without Optional signatures (RTS))
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signature and an attachment, Archive=, Email=, Platform=TeSign-[TeSign], Message=, FileName=, ShortName=Signature, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Bankers opt.pdf,, DocumentPermission=, TestID=verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage, FItype=, Required=TRUE, IndexSource=BankersAZPOA0, PartiesToView=David Hoofnagle,David Frank, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/Opt_nonOpt_Sig.zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=SignatureCard, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Signature card, AttachmentPath=src/main/resources/testdata/files/fingerprint01.pdf, Export_Values=, FullName=SignatureCard, EditNameDescription=})
Invalid element state [{id: txtFullName}]: element click intercepted: Element <input id="txtFullName" class="form-control" type="text" maxlength="100" autocomplete="off" data-bind="textInput: FullName"> is not clickable at point (541, 146). Other element would receive the click: <div class="padding-off">...</div>
Timeout: 4 s.
Caused by: ElementClickInterceptedException: element click intercepted: Element <input id="txtFullName" class="form-control" type="text" maxlength="100" autocomplete="off" data-bind="textInput: FullName"> is not clickable at point (541, 146). Other element would receive the click: <div class="padding-off">...</div>
at com.codeborne.selenide.impl.ExceptionWrapper.wrap(ExceptionWrapper.java:19)
at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:153)
at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:83)
at jdk.proxy2/jdk.proxy2.$Proxy24.click(Unknown Source)
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:85)
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:54)
at com.imm.pages.DocumentMaintenanceRTS.fillDefineValues(DocumentMaintenanceRTS.java:1399)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage(DocumentRTS.java:2427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input id="txtFullName" class="form-control" type="text" maxlength="100" autocomplete="off" data-bind="textInput: FullName"> is not clickable at point (541, 146). Other element would receive the click: <div class="padding-off">...</div>
(Session info: chrome=131.0.6778.109)
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [0b1798b0ee22b660145228e9caf6dc6a, clickElement {id=f.29CAC3041A402C6B31B0B7C855B0567E.d.1BC9A20FCF45E1432406C70677438B84.e.503}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52093}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Element: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: txtFullName]
Session ID: 0b1798b0ee22b660145228e9caf6dc6a
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:257)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:78)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.WebElementProxyHandler.invoke(WebElementProxyHandler.java:68)
at jdk.proxy2/jdk.proxy2.$Proxy22.click(Unknown Source)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:52)
at jdk.proxy2/jdk.proxy2.$Proxy22.click(Unknown Source)
at com.codeborne.selenide.commands.Click.defaultClick(Click.java:94)
at com.codeborne.selenide.commands.Click.doClick(Click.java:72)
at com.codeborne.selenide.commands.Click.click(Click.java:48)
at com.codeborne.selenide.commands.Click.execute(Click.java:28)
at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:23)
at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:19)
at com.codeborne.selenide.commands.Commands.execute(Commands.java:159)
at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:131)
... 32 more
(Creating sessions with and without Optional signatures (RTS))
verifySplitPDFSession
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Split PDF document session, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/2016_SplitPDF_Definition.zip,src/main/resources/testdata/files/documentRTS/SplitPDF_LoanApplication.pdf, DocumentPermission=, TestID=verifySplitPDFSession, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=CAR_LOAN_APPLICATION,MORTGAGE_LOAN_APPLICATION,PERSONAL_LOAN_REPAYMENT,STUDENTS_LOAN_APP, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySplitPDFSession(DocumentRTS.java:7835)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [8e7c2e3ffef0397f6a369f7c454ab44a, actions {actions=[org.openqa.selenium.interactions.Sequence@103b1fe6]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50139}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 8e7c2e3ffef0397f6a369f7c454ab44a
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [8e7c2e3ffef0397f6a369f7c454ab44a, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50139}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: 8e7c2e3ffef0397f6a369f7c454ab44a
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify UI elements on the Document maintenance (RTS) page)
verifyTemplateMangementInTheCollectedDocumentPagee
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement with 2 documents, Archive=, Email=, Platform=, Message=, FileName=, ShortName=StudentsLoan,XX1199, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Students Loan.pdf,src/main/resources/testdata/files/documentRTS/XX11993.pdf, DocumentPermission=, TestID=verifyTemplateMangementInTheCollectedDocumentPagee, FItype=, Required=TRUE, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=Loan Amount, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=TRUE, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Students Loan repayment,Direct Deposit, AttachmentPath=, Export_Values=, FullName=StudentsLoan,XX1199, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyTemplateMangementInTheCollectedDocumentPagee(DocumentRTS.java:2930)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a41ddf443061c5c4d2b37d3e9fe08e46, actions {actions=[org.openqa.selenium.interactions.Sequence@1fa0e4ae]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50352}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: a41ddf443061c5c4d2b37d3e9fe08e46
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a41ddf443061c5c4d2b37d3e9fe08e46, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50352}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: a41ddf443061c5c4d2b37d3e9fe08e46
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify Template management)
verifyTemplateMangementInTheCollectedDocumentPagee
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement with 1 document, Archive=, Email=, Platform=, Message=, FileName=, ShortName=StudentsLoan, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Students Loan.pdf, DocumentPermission=, TestID=verifyTemplateMangementInTheCollectedDocumentPagee, FItype=, Required=TRUE, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=Loan Amount, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=TRUE, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Students Loan repayment, AttachmentPath=, Export_Values=, FullName=StudentsLoan, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyTemplateMangementInTheCollectedDocumentPagee(DocumentRTS.java:2930)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a586b2e6e762295dad4bb7dd01848b4f, actions {actions=[org.openqa.selenium.interactions.Sequence@204a511f]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50246}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: a586b2e6e762295dad4bb7dd01848b4f
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a586b2e6e762295dad4bb7dd01848b4f, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50246}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: a586b2e6e762295dad4bb7dd01848b4f
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify Template management)
verifyTemplateMangementInTheDocumentRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement In Document RTS Page, Archive=, Email=, Platform=, Message=, FileName=, ShortName=StudentsLoan, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Students Loan.pdf, DocumentPermission=, TestID=verifyTemplateMangementInTheDocumentRTSPage, FItype=, Required=TRUE, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=Loan Amount, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=TRUE, Subject=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/Student, Type=, NameDescription=Students Loan repayment, AttachmentPath=, Export_Values=, FullName=StudentsLoan, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyTemplateMangementInTheDocumentRTSPage(DocumentRTS.java:3914)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [dd12f30f94db7e99e192116fbae86a8c, actions {actions=[org.openqa.selenium.interactions.Sequence@5cef0991]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50461}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: dd12f30f94db7e99e192116fbae86a8c
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [dd12f30f94db7e99e192116fbae86a8c, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50461}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: dd12f30f94db7e99e192116fbae86a8c
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify Template management in The Document RTS Page)
verifyUIelementsOnTheDocumentMaintenanceRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify UI elements on the Document maintenance (RTS) page, Archive=, Email=, Platform=TeSign-[TeSign], Message=, FileName=DocumentExport.csv, ShortName=Disclosure,Loan,students loan, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/DocumentExport.Zip, DocumentPermission=, TestID=verifyUIelementsOnTheDocumentMaintenanceRTSPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/fingerprint01.pdf, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=File Room-{Full_Name};Cabinet-{Member_Number};Type-FILevelTYPE;Institution-12223335;Authority-IMM@ONLINE;Vocabulary-08062019;Document Name-{Document_Name};, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Esign Consent Disclousure,Auto loan application,Loan application students, AttachmentPath=, Export_Values=, FullName=eSignDisclosure,AutoLoan,Studentsloan, EditNameDescription=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.perform(Unknown Source)
at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:501)
at com.imm.pages.DocumentMaintenanceRTS.clickSelectAllBtn(DocumentMaintenanceRTS.java:1286)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyUIelementsOnTheDocumentMaintenanceRTSPage(DocumentRTS.java:163)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 31 more
Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [aec72a1c201dc8a64e327c565a354d79, actions {actions=[org.openqa.selenium.interactions.Sequence@4a97e0ae]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50565}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: aec72a1c201dc8a64e327c565a354d79
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:362)
at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:154)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:169)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:169)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:182)
at com.google.common.collect.SingletonImmutableBiMap.forEach(SingletonImmutableBiMap.java:68)
at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:177)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:287)
at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:278)
at org.openqa.selenium.json.Json.toJson(Json.java:42)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:259)
at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:122)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:172)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 33 more
Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:303)
at org.openqa.selenium.json.Json.toJson(Json.java:40)
... 40 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358)
... 61 more
Caused by: 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.$Proxy22.getWrappedElement(Unknown Source)
at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:260)
at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:209)
at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:73)
at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:82)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 63 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[text()='Select All']"}
(Session info: chrome=131.0.6778.109)
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 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [aec72a1c201dc8a64e327c565a354d79, findElement {using=xpath, value=//*[text()='Select All']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.109, chrome: {chromedriverVersion: 131.0.6778.87 (ce31cae94873..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50565}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.109, 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: aec72a1c201dc8a64e327c565a354d79
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source)
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)
... 70 more
(Verify UI elements on the Document maintenance (RTS) page)
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify Adobe SMS ID Me Authentication Signing Method RTS Session)
verifyEmailAuthenticationSigningMethod
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify Email Authentication Signing Method)
verifyGovernmentIDAuthenticationSigningMethod
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify GovernmentID Authentication Signing Method)
verifyIDMeAuthenticationSigningMethod
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify ID Me Authentication Signing Method)
verifyIDMeAuthenticationSigningMethod
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify ID Me Authentication Signing Method)
verifyKBAAuthenticationSigningMethod
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify KBA Authentication Signing Method)
verifyPasswordAuthenticationSigningMethod
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify Password Authentication Signing Method)
verifyPhoneAuthenticationSigningMethod
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify Phone Authentication Signing Method)
verifySMSOptionInSigningMethods
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify SMS Option In Signing Methods)
verifyTemplateMangementInTheCollectedDocumentPagee2
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:50)
at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:146)
at org.testng.internal.Parameters.handleParameters(Parameters.java:798)
at org.testng.internal.Parameters.handleParameters(Parameters.java:740)
at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:59)
at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:38)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:791)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.imm.support.DataProviderUtils.multipleTestData(DataProviderUtils.java:167)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:77)
at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:46)
... 25 more
(verify Template Mangement with 2 documents)
com.imm.testscripts.DocumentRTS.DocumentRTS
VerifyAddingIndexFieldsType
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=VerifyAddingIndexFieldsType, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=, DocumentPermission=, TestID=VerifyAddingIndexFieldsType, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
(Verify UI elements on the Document maintenance (RTS) page)
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, Group=, EditFullName=, Description=verify Adobe SMS Email Authentication Signing Method RTS Session, Archive=, Email=, Platform=, Message=Your documents are available for viewing, signing and printing., FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=+91 9700164911, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf,src/main/resources/testdata/files/documentRTS/LOAN_APPLICATION.pdf, DocumentPermission=, TestID=verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession, FItype=Unified, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=LOAN_APPLICATION, Path=, Dropdownvalues=, Tenant_Password=iMM@2022, New Column=, UserName=, Email_Id=sunitha.pattem@kinective.io, Index_Field_Name=, Sender_Email_Id=employee1@immonline.com, FI_ID=autoesign, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=SMS-Phone, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=STUDENTS_LOAN, EditNameDescription=})
(verify Adobe SMS Email Authentication Signing Method RTS Session)
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Document maintenance (RTS) page, Archive=, Email=, Platform=, Message=, FileName=DocumentExport.Zip, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/newTemplate, DocumentPermission=, TestID=verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=Document type;Indexes;Fields Including, FullName=Disclosure, EditNameDescription=})
(Verify Search criteria on the Document maintenance (RTS) page)
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Document maintenance (RTS) page with Full Name,Type, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=, DocumentPermission=, TestID=verifySearchCriteriaOnTheDocumentMaintenanceRTSPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=Attachment, NameDescription=, AttachmentPath=, Export_Values=, FullName=VendoreAttachment, EditNameDescription=})
(Verify Search criteria on the Document maintenance (RTS) page)
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Document maintenance (RTS) page with Full Name, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=, DocumentPermission=, TestID=verifySearchCriteriaOnTheDocumentMaintenanceRTSPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=Disclosure, EditNameDescription=})
(Verify Search criteria on the Document maintenance (RTS) page)
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Document maintenance (RTS) page with Type, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=, DocumentPermission=, TestID=verifySearchCriteriaOnTheDocumentMaintenanceRTSPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=Attachment, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
(Verify Search criteria on the Document maintenance (RTS) page)
verifyUIElementsInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verifying UI Elements in the Collected Documents, Archive=, Email=, Platform=, Message=, FileName=, ShortName=Signaturecard,VendorQQ, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Disclosure.pdf,src/main/resources/testdata/files/documentRTS/Loan Application Form.pdf,src/main/resources/testdata/files/documentRTS/Students Loan.pdf, DocumentPermission=, TestID=verifyUIElementsInCollectionDocumentPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=CUNA,Allied iQQ, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Signature card,Vendor QQ, AttachmentPath=, Export_Values=, FullName=Regularattachment,VendoreDocument, EditNameDescription=})
(Verifying UI Elements in the Collected Documents)
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=SignatureCard1, Description=verify Uielements For Define Attachments On The Document Maintenance RTS Page, Archive=, Email=, Platform=, Message=, FileName=, ShortName=Signature,AlliedQQ, EditShortName=Signature1, PartyName=, Phone_Number=, Filepath=, DocumentPermission=, TestID=verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=,Allied iQQ, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Signature card,Allied qq Attachment, AttachmentPath=, Export_Values=, FullName=SignatureCard,VendoreAttachment, EditNameDescription=Signature card1})
(Verify UI elements for define Attachment on the Document maintenance (RTS) page)
verifyUploadInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Upload In Collection Document Page, Archive=, Email=, Platform=, Message=, FileName=, ShortName=, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Disclosure.pdf,, DocumentPermission=, TestID=verifyUploadInCollectionDocumentPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/configuringfi/FIleUpload.au3, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=, AttachmentPath=, Export_Values=, FullName=, EditNameDescription=})
(Verifying Adding Documents,Adding an Attachment in the Collected Documents)
C:\Users\sunitha.patterm\git\AobdeSignCloud_Selenide\AdobeSignCloud\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"/>
</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
AddingattachmentToExistingSessionInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAddingOptionalSigDocuments
verifyAddingSignatureFieldsInDesignerPage
verifyAddingUnknownDocumentsToASession
verifyDefiningDocumentsWithDisablePermissions
verifyDocumentWithTemplateDesignPage
verifyDynamicDocPDFSession
verifyEmailAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyGovernmentIDAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyImageBasedDocumentInTheDocumentRTSPage
verifyInPersonSigningMethodineSignPage
verifyKBAAuthenticationSigningMethod
verifyMergingDocswithSameName
verifyMergingDocswithSameName1
verifyMergingSignersUIImprovements
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyParallelDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyPermissionsForDefiningDocuments
verifyPhoneAuthenticationSigningMethod
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyReversingDocumentOrder
verifyReversingPartySequence
verifySMSOptionInSigningMethods
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifySessionsInCollectionDocumentPage
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifySplitPDFSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyTemplateMangementInTheCollectedDocumentPagee2
verifyTemplateMangementInTheDocumentRTSPage
verifyUIElementsInCollectionDocumentPage
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyUploadInCollectionDocumentPage
P1
AddingattachmentToExistingSessionInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAddingOptionalSigDocuments
verifyAddingSignatureFieldsInDesignerPage
verifyAddingUnknownDocumentsToASession
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyDocumentWithTemplateDesignPage
verifyDynamicDocPDFSession
verifyEmailAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyGovernmentIDAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyImageBasedDocumentInTheDocumentRTSPage
verifyInPersonSigningMethodineSignPage
verifyKBAAuthenticationSigningMethod
verifyMergingDocswithSameName
verifyMergingDocswithSameName1
verifyMergingSignersUIImprovements
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyParallelDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyPermissionsForDefiningDocuments
verifyPhoneAuthenticationSigningMethod
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyReversingDocumentOrder
verifyReversingPartySequence
verifySMSKioskFeatureSignerInformationRTSSession
verifySMSOptionInSigningMethods
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifySessionsInCollectionDocumentPage
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifySplitPDFSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyTemplateMangementInTheCollectedDocumentPagee2
verifyTemplateMangementInTheDocumentRTSPage
verifyUIElementsInCollectionDocumentPage
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyUploadInCollectionDocumentPage
Process
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
Smoke
AddingattachmentToExistingSessionInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAddingOptionalSigDocuments
verifyAddingSignatureFieldsInDesignerPage
verifyAddingUnknownDocumentsToASession
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyDocumentWithTemplateDesignPage
verifyDynamicDocPDFSession
verifyEmailAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyGovernmentIDAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyImageBasedDocumentInTheDocumentRTSPage
verifyInPersonSigningMethodineSignPage
verifyKBAAuthenticationSigningMethod
verifyMergingDocswithSameName
verifyMergingDocswithSameName1
verifyMergingSignersUIImprovements
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyParallelDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyPermissionsForDefiningDocuments
verifyPhoneAuthenticationSigningMethod
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyReversingDocumentOrder
verifyReversingPartySequence
verifySMSKioskFeatureSignerInformationRTSSession
verifySMSOptionInSigningMethods
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifySessionsInCollectionDocumentPage
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifySplitPDFSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyTemplateMangementInTheCollectedDocumentPagee2
verifyTemplateMangementInTheDocumentRTSPage
verifyUIElementsInCollectionDocumentPage
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyUploadInCollectionDocumentPage
Times for IMM_Esign_Chrome
Total running time: 2 hours
Reporter output for IMM_Esign_Chrome
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
Test Passed.
--- 11 Dec 23:47:56 528 - TestCaseID:: verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
--- 11 Dec 23:47:58 502 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Search criteria on the Document maintenance (RTS) page with Full Name,Type
Steps:
--- 11 Dec 23:48:04 679 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:48:04 679 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:48:04 763 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: btnSubmit]
--- 11 Dec 23:48:04 844 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:48:05 513 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: btnSubmit]
--- 11 Dec 23:48:25 855 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: lightbox]
--- 11 Dec 23:48:25 937 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: i0116]
--- 11 Dec 23:48:26 570 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: idSIButton9]
--- 11 Dec 23:48:32 582 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:48:32 582 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:48:32 654 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: lightbox]
--- 11 Dec 23:48:32 724 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: idSIButton9]
--- 11 Dec 23:48:43 301 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:48:43 301 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:48:43 384 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> id: btnUpload]
--- 11 Dec 23:48:46 563 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:48:46 563 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:48:46 645 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> css selector: .header]
--- 11 Dec 23:48:46 723 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:48:54 875 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:48:54 875 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:48:56 432 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72241537b97305fd21b484bdff7ea5bd)] -> css selector: select#DocTypeDropDown ~ div div.selectize-dropdown > div.selectize-dropdown-content > div]
--- 11 Dec 23:49:04 948 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:49:04 948 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Test Passed.
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
Test Passed.
--- 11 Dec 23:49:24 149 - TestCaseID:: verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
--- 11 Dec 23:49:26 141 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Search criteria on the Document maintenance (RTS) page
Steps:
--- 11 Dec 23:49:32 312 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:49:32 312 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:49:32 405 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: btnSubmit]
--- 11 Dec 23:49:32 493 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:49:33 231 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: btnSubmit]
--- 11 Dec 23:49:53 484 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: lightbox]
--- 11 Dec 23:49:53 568 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: i0116]
--- 11 Dec 23:49:54 193 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: idSIButton9]
--- 11 Dec 23:50:00 129 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:50:00 129 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:50:00 199 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: lightbox]
--- 11 Dec 23:50:00 271 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: idSIButton9]
--- 11 Dec 23:50:07 491 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:50:07 491 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:50:07 574 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: btnUpload]
--- 11 Dec 23:50:10 715 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:50:10 715 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:50:10 805 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> css selector: .header]
--- 11 Dec 23:50:10 890 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:50:15 501 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:50:15 592 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:50:20 668 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:50:23 939 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:50:23 940 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:50:25 286 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> 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 Dec 23:50:25 488 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[text()='Import Template']]
--- 11 Dec 23:50:34 922 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:50:34 922 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:50:38 081 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:50:38 081 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: click on Export template
Actual(Passed): Successfully clicked the export template[ScreenShot]
Actual(Passed): Successfully clicked the export template[ScreenShot]
--- 11 Dec 23:50:38 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[@id='ExportModal']/div/div/div[3]/button[1]]
--- 11 Dec 23:50:44 876 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:50:44 876 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: The downloaded csv file : DocumentExport.Zip should be available in the default downloads directory
Actual(Passed): The downloaded csv file : DocumentExport.Zip is available in the default downloads directory[ScreenShot]
Actual(Passed): The downloaded csv file : DocumentExport.Zip is available in the default downloads directory[ScreenShot]
--- 11 Dec 23:50:51 211 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:50:51 212 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:50:54 490 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:50:54 491 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:50:59 650 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: btnPrimary]
Expected: Delete the Single document
Actual(Passed): Successfully deleted the Single document[ScreenShot]
Actual(Passed): Successfully deleted the Single document[ScreenShot]
--- 11 Dec 23:51:04 014 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:51:04 015 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the document after delete
Actual(Passed): Successfully verified the document after delete[ScreenShot]
Actual(Passed): Successfully verified the document after delete[ScreenShot]
--- 11 Dec 23:51:04 326 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:51:04 401 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:51:09 470 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:51:12 782 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:51:12 782 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:51:12 993 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> id: btnPrimary]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 11 Dec 23:51:13 308 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8688afac059cb5541e79c07ec078cd5)] -> xpath: //button[@class='btn margin-off action']]
--- 11 Dec 23:51:27 955 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 11 Dec 23:51:27 955 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Test Passed.
VerifyAddingIndexFieldsType({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=VerifyAddingIndexFieldsType, Archive=...)
Test Passed.
--- 11 Dec 22:35:43 035 - TestCaseID:: VerifyAddingIndexFieldsType
--- 11 Dec 22:35:45 004 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
VerifyAddingIndexFieldsType
Steps:
--- 11 Dec 22:35:51 243 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:35:51 243 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:35:51 333 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: btnSubmit]
--- 11 Dec 22:35:51 414 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:35:52 085 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: btnSubmit]
--- 11 Dec 22:36:12 411 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: lightbox]
--- 11 Dec 22:36:12 499 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: i0116]
--- 11 Dec 22:36:13 141 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: idSIButton9]
--- 11 Dec 22:36:19 303 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:36:19 303 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:36:19 373 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: lightbox]
--- 11 Dec 22:36:19 444 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: idSIButton9]
--- 11 Dec 22:36:27 702 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:36:27 702 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:36:27 791 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> id: btnUpload]
--- 11 Dec 22:36:30 988 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:36:30 988 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:36:31 063 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> css selector: .header]
--- 11 Dec 22:36:33 193 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:36:41 520 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Dec 22:36:41 520 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:36:41 598 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 11 Dec 22:36:44 996 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 11 Dec 22:36:44 997 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:36:45 077 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> css selector: .header]
--- 11 Dec 22:36:49 358 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //div[@id='Full_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
--- 11 Dec 22:36:51 714 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //label[contains(text(),'XP2 LOS')]//following::div/input[@validationmessage='Index Field Name is required.']]
--- 11 Dec 22:36:53 781 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //label[contains(text(),'XP2 LOS')]//following::div/input[@validationmessage='Index Field Name is required.']]
--- 11 Dec 22:37:05 708 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //div[@id='Full_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
--- 11 Dec 22:37:10 531 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //label[contains(text(),'XP2 LOS')]//following::div/input[@validationmessage='Index Field Name is required.']]
--- 11 Dec 22:37:22 392 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //div[@id='Full_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
--- 11 Dec 22:37:24 764 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //label[contains(text(),'XP2 Core')]//following::div/input[@validationmessage='Index Field Name is required.']]
--- 11 Dec 22:37:26 847 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //label[contains(text(),'XP2 Core')]//following::div/input[@validationmessage='Index Field Name is required.']]
--- 11 Dec 22:37:38 681 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //div[@id='Full_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
--- 11 Dec 22:37:43 523 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //label[contains(text(),'XP2 Core')]//following::div/input[@validationmessage='Index Field Name is required.']]
--- 11 Dec 22:37:55 361 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c06c59d3bb5cdd2f9e15535f5616d4c7)] -> xpath: //div[@id='Full_Name_HeaderRow']//label[contains(text(),'Index Field Type')]]
Test Passed.
verifyUIElementsInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verifying UI Elements in the Collecte...)
Test Passed.
--- 11 Dec 23:51:56 457 - TestCaseID:: verifyUIElementsInCollectionDocumentPage
--- 11 Dec 23:51:58 816 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verifying UI Elements in the Collected Documents
Steps:
--- 11 Dec 23:52:04 953 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:52:04 953 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:52:05 036 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: btnSubmit]
--- 11 Dec 23:52:05 115 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:52:05 814 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: btnSubmit]
--- 11 Dec 23:52:26 218 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: lightbox]
--- 11 Dec 23:52:26 301 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: i0116]
--- 11 Dec 23:52:26 960 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: idSIButton9]
--- 11 Dec 23:52:33 023 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:52:33 024 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:52:33 097 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: lightbox]
--- 11 Dec 23:52:33 166 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: idSIButton9]
--- 11 Dec 23:52:43 700 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:52:43 700 - 10 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:52:43 784 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: btnUpload]
--- 11 Dec 23:52:46 939 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:52:46 939 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:52:47 019 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: .header]
--- 11 Dec 23:52:47 099 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:52:51 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:52:51 984 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:52:57 127 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:53:00 402 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:53:00 402 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:53:01 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> 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 Dec 23:53:02 115 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //*[text()='Import Template']]
--- 11 Dec 23:53:11 394 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:53:11 394 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:53:11 650 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
--- 11 Dec 23:53:11 793 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: btnClose]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
--- 11 Dec 23:53:12 020 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: txtFullName]
--- 11 Dec 23:53:15 172 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:53:15 172 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:53:17 160 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div#VendorDDl div.selectize-dropdown > div.selectize-dropdown-content > div]
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
--- 11 Dec 23:53:20 914 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: btnattachmentSave]
--- 11 Dec 23:53:28 325 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:53:28 325 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the Define attachment document after Save
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
--- 11 Dec 23:53:31 674 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:53:31 674 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:53:31 974 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
--- 11 Dec 23:53:32 271 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: txtFullName]
--- 11 Dec 23:53:35 444 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:53:35 444 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:53:37 444 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div#VendorDDl div.selectize-dropdown > div.selectize-dropdown-content > div]
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
--- 11 Dec 23:53:41 178 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: btnattachmentSave]
--- 11 Dec 23:53:48 526 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:53:48 526 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the Define attachment document after Save
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
--- 11 Dec 23:53:48 763 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //a[text()='Processing']]
--- 11 Dec 23:53:57 417 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:53:57 417 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:54:07 764 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: tab0]
--- 11 Dec 23:54:10 897 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:54:10 898 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:54:10 976 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: .header]
--- 11 Dec 23:54:11 275 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: dragandrophandler]
--- 11 Dec 23:54:16 448 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:54:16 654 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: dragandrophandler]
--- 11 Dec 23:54:21 814 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Loan Application Form.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Loan Application Form.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:54:22 029 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: dragandrophandler]
--- 11 Dec 23:54:27 229 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Students Loan.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Students Loan.pdf file in the collected Document Page[ScreenShot]
Expected: Verify Create session , Add to Existing session and +Add buttons are disabled
Actual(Passed): Sucessfully Verified Create session , Add to Existing session and +Add buttons are disabled[ScreenShot]
Actual(Passed): Sucessfully Verified Create session , Add to Existing session and +Add buttons are disabled[ScreenShot]
--- 11 Dec 23:54:36 879 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[id*='PreviewModalRespo']]
Expected: The Preview modal should be displayed
Actual(Passed): The Preview modal is displayed[ScreenShot]
Actual(Passed): The Preview modal is displayed[ScreenShot]
--- 11 Dec 23:54:44 514 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[id*='PreviewModalRespo']]
Expected: The Preview modal should be displayed
Actual(Passed): The Preview modal is displayed[ScreenShot]
Actual(Passed): The Preview modal is displayed[ScreenShot]
--- 11 Dec 23:54:52 116 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[id*='PreviewModalRespo']]
Expected: The Preview modal should be displayed
Actual(Passed): The Preview modal is displayed[ScreenShot]
Actual(Passed): The Preview modal is displayed[ScreenShot]
--- 11 Dec 23:54:56 630 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:54:56 631 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:55:01 688 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[data-bind*='DocumentName()']]
--- 11 Dec 23:55:04 913 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:55:04 914 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:55:09 964 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[data-bind*='DocumentName()']]
--- 11 Dec 23:55:13 853 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:55:13 854 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:55:17 364 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:55:17 364 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Drag and drop must work fine
Actual(Passed): Document 'StudentsLoan' was dragged and dropped from position '6' to '1'[ScreenShot]
Actual(Passed): Document 'StudentsLoan' was dragged and dropped from position '6' to '1'[ScreenShot]
--- 11 Dec 23:55:39 544 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:55:39 544 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Drag and drop of the document 'StudentsLoan' at the position '6' to the first position should be successfull
Actual(Passed): Drag and drop of the document 'StudentsLoan' at the position '6' to the first position is successfull[ScreenShot]
Actual(Passed): Drag and drop of the document 'StudentsLoan' at the position '6' to the first position is successfull[ScreenShot]
--- 11 Dec 23:55:48 223 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[id*='PreviewModalRespo']]
Expected: The Preview modal should be displayed
Actual(Passed): The Preview modal is displayed[ScreenShot]
Actual(Passed): The Preview modal is displayed[ScreenShot]
--- 11 Dec 23:55:55 866 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[id*='PreviewModalRespo']]
Expected: The Preview modal should be displayed
Actual(Passed): The Preview modal is displayed[ScreenShot]
Actual(Passed): The Preview modal is displayed[ScreenShot]
--- 11 Dec 23:56:03 468 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> css selector: div[id*='PreviewModalRespo']]
Expected: The Preview modal should be displayed
Actual(Passed): The Preview modal is displayed[ScreenShot]
Actual(Passed): The Preview modal is displayed[ScreenShot]
--- 11 Dec 23:56:08 197 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:56:08 197 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:56:08 276 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //label[@for='cbSelectAllDocs']/span[text()='Select All']]
--- 11 Dec 23:56:08 636 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //label[@for='cbSelectAllDocs']/span[text()='Unselect All']]
Expected: 'Select All' button should be replaced by 'UnSelect All' button
Actual(Passed): 'Select All' button is replaced by 'UnSelect All' button[ScreenShot]
Actual(Passed): 'Select All' button is replaced by 'UnSelect All' button[ScreenShot]
--- 11 Dec 23:56:09 137 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //label[@for='cbSelectAllDocs']/span[text()='Select All']]
Expected: 'UnSelect All' button should be replaced by 'Select All' button
Actual(Passed): 'UnSelect All' button is replaced by 'Select All' button[ScreenShot]
Actual(Passed): 'UnSelect All' button is replaced by 'Select All' button[ScreenShot]
--- 11 Dec 23:56:12 700 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:56:12 700 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Toggling the Delete must work fine
Actual(Passed): Toggling the Delete is working fine we are seeing Delete button[ScreenShot]
Actual(Passed): Toggling the Delete is working fine we are seeing Delete button[ScreenShot]
--- 11 Dec 23:56:21 521 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:56:21 522 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:56:31 930 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (422dcd99e53b68c9f3f611c7001814bb)] -> xpath: //button[@id='btnGlobalAddButton']]
Expected: Toggling the Add must work fine
Actual(Passed): Toggling the Add is working fine we are seeing add button[ScreenShot]
Actual(Passed): Toggling the Add is working fine we are seeing add button[ScreenShot]
Test Passed.
verifyUploadInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Upload In Collection Document ...)
Test Passed.
--- 12 Dec 00:00:01 008 - TestCaseID:: verifyUploadInCollectionDocumentPage
--- 12 Dec 00:00:03 042 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Upload In Collection Document Page
Steps:
--- 12 Dec 00:00:09 285 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:00:09 285 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:00:09 372 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: btnSubmit]
--- 12 Dec 00:00:09 462 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:00:10 168 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: btnSubmit]
--- 12 Dec 00:00:30 602 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: lightbox]
--- 12 Dec 00:00:30 683 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: i0116]
--- 12 Dec 00:00:31 360 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: idSIButton9]
--- 12 Dec 00:00:37 291 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:00:37 291 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:00:37 363 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: lightbox]
--- 12 Dec 00:00:37 433 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: idSIButton9]
--- 12 Dec 00:00:45 131 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:00:45 131 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:00:45 216 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: btnUpload]
--- 12 Dec 00:00:48 330 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:00:48 330 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:00:48 410 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> css selector: .header]
--- 12 Dec 00:00:48 492 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //a[text()='Processing']]
--- 12 Dec 00:00:56 720 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:00:56 721 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:01:07 101 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: tab0]
--- 12 Dec 00:01:10 239 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:01:10 239 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:01:10 308 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> css selector: .header]
--- 12 Dec 00:01:10 661 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: dragandrophandler]
--- 12 Dec 00:01:15 839 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded file in the collected Document Page[ScreenShot]
--- 12 Dec 00:01:16 052 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //a[text()='Administration']]
--- 12 Dec 00:01:20 619 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:01:20 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:01:25 813 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:01:29 111 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 12 Dec 00:01:29 111 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:01:30 871 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> 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]
--- 12 Dec 00:01:31 086 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //a[text()='Processing']]
--- 12 Dec 00:01:38 374 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:01:38 375 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:01:48 696 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: tab0]
--- 12 Dec 00:01:51 855 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:01:51 856 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:01:51 929 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> css selector: .header]
--- 12 Dec 00:02:01 407 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: dragandrophandler]
--- 12 Dec 00:02:06 612 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
--- 12 Dec 00:02:09 939 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:02:09 939 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:02:14 982 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> css selector: div[data-bind*='DocumentName()']]
Expected: Document name should show up as Unknown
Actual(Passed): Successfully showed Document name should show up as Unknown[ScreenShot]
Actual(Passed): Successfully showed Document name should show up as Unknown[ScreenShot]
--- 12 Dec 00:02:18 266 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:02:18 266 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:02:23 342 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> css selector: div[data-bind*='DocumentName()']]
--- 12 Dec 00:02:26 675 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:02:26 675 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:02:26 716 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
--- 12 Dec 00:02:41 130 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:02:41 130 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:02:51 538 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> id: tab0]
--- 12 Dec 00:02:54 721 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:02:54 722 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:02:54 805 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (72c717859908afbe02e35c9116e3041b)] -> css selector: .header]
Test Passed.
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
Test Passed.
--- 11 Dec 23:46:53 591 - TestCaseID:: verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
--- 11 Dec 23:46:55 601 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Search criteria on the Document maintenance (RTS) page with Full Name
Steps:
--- 11 Dec 23:47:01 774 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:47:01 774 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:47:01 862 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: btnSubmit]
--- 11 Dec 23:47:01 944 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:47:02 656 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: btnSubmit]
--- 11 Dec 23:47:23 201 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: lightbox]
--- 11 Dec 23:47:23 283 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: i0116]
--- 11 Dec 23:47:23 917 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: idSIButton9]
--- 11 Dec 23:47:30 008 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:47:30 008 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:47:30 084 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: lightbox]
--- 11 Dec 23:47:30 154 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: idSIButton9]
--- 11 Dec 23:47:37 677 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:47:37 678 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:47:37 759 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> id: btnUpload]
--- 11 Dec 23:47:40 932 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:47:40 932 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:47:41 010 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> css selector: .header]
--- 11 Dec 23:47:41 091 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:47:49 142 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:47:49 142 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:47:56 031 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:47:56 031 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:47:56 110 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (f0c3a51ad279b600d334dc5ab1215830)] -> xpath: //div[text()='No records found']]
Test Passed.
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Test Passed.
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Test Passed.
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Test Passed.
Test Passed.
--- 11 Dec 21:50:36 934 - TestCaseID:: verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
--- 11 Dec 21:50:43 521 - 6 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Email Authentication Signing Method RTS Session
Steps:
--- 11 Dec 21:50:54 259 - 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=846ca007-ed28-47aa-b619-e662ecb6d02d&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=u3aivr2j3rsyllqlaqjy6hw3drk8yf4qtoalgqk898k&code_challenge_method=s256&nonce=6a137ecc-db63-48de-9945-95092cabc32c&state=eyjpzci6ijk2mge5mzfllwu3yjctndeyzi1iytdilwfkndgznzfhyjzkmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 21:50:54 260 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:13 528 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> id: i0116]
--- 11 Dec 21:51:14 345 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> id: idSIButton9]
--- 11 Dec 21:51:20 782 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 21:51:20 783 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:20 876 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> id: lightbox]
--- 11 Dec 21:51:20 968 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> id: idSIButton9]
--- 11 Dec 21:51:26 835 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 11 Dec 21:51:26 835 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 21:51:33 722 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 21:51:33 723 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:33 821 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> css selector: .header]
--- 11 Dec 21:51:36 189 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 11 Dec 21:51:39 508 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:51:39 508 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:42 606 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:51:42 606 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:45 709 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:51:45 710 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:45 809 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 21:51:48 910 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:51:48 910 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:49 001 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 21:51:55 236 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:51:55 236 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:51:57 559 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 21:52:03 741 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 21:52:03 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 21:52:07 330 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:52:07 331 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:52:07 380 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> id: headerRemoteSettings]
--- 11 Dec 21:52:10 543 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:52:10 543 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:52:10 642 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60c2694efd240ead17f14e1f9e79358c)] -> css selector: .header]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 21:52:14 244 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:52:14 244 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:52:22 318 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:52:22 318 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Clicked on Save button [ScreenShot]
--- 11 Dec 21:52:35 221 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:52:35 221 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:52:35 540 - TestCaseID:: verifyEmailAuthenticationSigningMethod
--- 11 Dec 21:52:37 684 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Email Authentication Signing Method RTS Session
Steps:
--- 11 Dec 21:52:44 878 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 21:52:44 879 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:52:44 977 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: btnSubmit]
--- 11 Dec 21:52:45 067 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 21:52:45 835 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: btnSubmit]
--- 11 Dec 21:53:06 943 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: lightbox]
--- 11 Dec 21:53:07 034 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: i0116]
--- 11 Dec 21:53:07 702 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: idSIButton9]
--- 11 Dec 21:53:13 905 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 21:53:13 905 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:53:13 985 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: lightbox]
--- 11 Dec 21:53:14 077 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: idSIButton9]
--- 11 Dec 21:53:21 669 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 21:53:21 669 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:53:21 765 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: btnUpload]
--- 11 Dec 21:53:24 964 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 21:53:24 965 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:53:25 053 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: .header]
--- 11 Dec 21:53:25 135 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //a[text()='Administration']]
--- 11 Dec 21:53:29 818 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[text()='Select All']]
--- 11 Dec 21:53:29 918 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[text()='Select All']]
--- 11 Dec 21:53:35 065 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[text()='Select All']]
--- 11 Dec 21:53:38 330 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 21:53:38 330 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:53:39 988 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> 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 Dec 21:53:40 220 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[text()='Import Template']]
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 Dec 21:53:45 548 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //a[text()='Processing']]
--- 11 Dec 21:53:54 093 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 21:53:54 094 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:04 556 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: tab0]
--- 11 Dec 21:54:07 692 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 21:54:07 693 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:07 776 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: .header]
--- 11 Dec 21:54:07 852 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: dragandrophandler]
--- 11 Dec 21:54:13 015 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 21:54:13 241 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 21:54:22 245 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5&refresh=y
--- 11 Dec 21:54:22 246 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:25 419 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5&refresh=y
--- 11 Dec 21:54:25 420 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:28 633 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5&refresh=y
--- 11 Dec 21:54:28 634 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:28 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: Sign]
--- 11 Dec 21:54:28 796 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: Attach]
--- 11 Dec 21:54:31 884 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5&refresh=y
--- 11 Dec 21:54:31 884 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:31 962 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 21:54:42 286 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: Sign]
--- 11 Dec 21:54:42 354 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: Sign]
--- 11 Dec 21:54:48 810 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5
--- 11 Dec 21:54:48 811 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:48 893 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 11 Dec 21:54:52 029 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5
--- 11 Dec 21:54:52 030 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:52 105 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 21:54:55 391 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5
--- 11 Dec 21:54:55 392 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:54:55 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 21:54:57 536 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='tab0']]
--- 11 Dec 21:54:57 588 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='tab0']]
--- 11 Dec 21:55:02 953 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5
--- 11 Dec 21:55:02 953 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:55:05 078 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: lblSMSLinkDelivery]
--- 11 Dec 21:55:07 247 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 21:55:16 413 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 21:55:18 813 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 21:55:21 327 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 21:55:28 192 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 21:55:32 775 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 21:55:37 314 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='Email_0']/span/span]
--- 11 Dec 21:55:39 500 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 21:55:46 010 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //div[@id='Phone_0']/span/span]
--- 11 Dec 21:55:46 187 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 21:55:48 334 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='tab0']]
--- 11 Dec 21:55:48 381 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='tab0']]
--- 11 Dec 21:55:53 811 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5
--- 11 Dec 21:55:53 811 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:55:55 927 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> id: lblSMSLinkDelivery]
--- 11 Dec 21:55:58 146 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 21:56:04 886 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 21:56:09 488 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='Email_0']/span/span]
--- 11 Dec 21:56:11 745 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 21:56:18 247 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //div[@id='Phone_0']/span/span]
--- 11 Dec 21:56:18 447 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='tab0']]
--- 11 Dec 21:56:20 695 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 21:56:22 805 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //*[@id='tab0']]
--- 11 Dec 21:56:25 052 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 21:56:27 233 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //label[text()='Sender']/following::input]
--- 11 Dec 21:56:30 254 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //div[@id='ddLoanOfficersCC']//input]
Expected: 'CC' dropdown should be displayed
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
--- 11 Dec 21:56:36 422 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (cad1777cd8248ae80c49677bba1dc130)] -> xpath: //button[contains(@data-bind,'ButtonSend_Click')]]
Expected: 'Send' button should be enabled
Actual(Passed): 'Send' button is enabled[ScreenShot]
Actual(Passed): 'Send' button is enabled[ScreenShot]
--- 11 Dec 21:56:39 757 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5
--- 11 Dec 21:56:39 757 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:56:50 336 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111624252885654_scotoiohalzwksmvlrqvu0s5
--- 11 Dec 21:56:50 336 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Test Passed.
--- 11 Dec 21:56:52 882 - TestCaseID:: verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
--- 11 Dec 21:56:54 964 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
--- 11 Dec 21:57:05 008 - 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=ce842b89-fedb-4001-b471-a398cc162016&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=hxjj_6otoql2x98xwdpebem3tbzbz4pdhm0wvlwrvta&code_challenge_method=s256&nonce=d9df9d59-d29b-46e8-ae5f-20549c3068bc&state=eyjpzci6imywzthlntnmlthinjatngezni05zjmylwrknjy5zjqzmwjhzsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 21:57:05 009 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:57:23 877 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> id: i0116]
--- 11 Dec 21:57:24 541 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> id: idSIButton9]
--- 11 Dec 21:57:30 797 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 21:57:30 798 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:57:30 881 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> id: lightbox]
--- 11 Dec 21:57:30 955 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> id: idSIButton9]
--- 11 Dec 21:57:37 477 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
--- 11 Dec 21:57:37 477 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 21:57:41 745 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 21:57:41 746 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:57:41 832 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> css selector: .header]
--- 11 Dec 21:57:44 175 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 11 Dec 21:57:47 495 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:57:47 496 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:57:50 607 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:57:50 608 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:57:53 708 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:57:53 708 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:57:53 817 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 21:57:56 924 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:57:56 925 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:57:57 001 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 21:58:03 179 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 21:58:03 179 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:58:05 572 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 21:58:11 859 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 21:58:11 992 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 21:58:15 467 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:58:15 468 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:58:15 525 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> id: headerRemoteSettings]
--- 11 Dec 21:58:18 662 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:58:18 662 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:58:18 738 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> css selector: .header]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 21:58:21 993 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:58:21 994 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:58:22 074 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3063d879c9d80c96f7983638816d9cb4)] -> xpath: //*[@id='remoteSMStoAll']]
--- 11 Dec 21:58:27 985 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:58:27 985 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Clicked on Save button [ScreenShot]
--- 11 Dec 21:58:40 282 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 21:58:40 283 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:58:40 697 - TestCaseID:: verifyEmailAuthenticationSigningMethod
--- 11 Dec 21:58:42 763 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Email Authentication Signing Method RTS Session
Steps:
--- 11 Dec 21:58:49 446 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 21:58:49 446 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:58:49 648 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: btnSubmit]
--- 11 Dec 21:58:49 734 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 21:58:50 462 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: btnSubmit]
--- 11 Dec 21:59:10 977 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: lightbox]
--- 11 Dec 21:59:11 061 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: i0116]
--- 11 Dec 21:59:11 722 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: idSIButton9]
--- 11 Dec 21:59:17 838 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 21:59:17 838 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:59:17 915 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: lightbox]
--- 11 Dec 21:59:17 996 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: idSIButton9]
--- 11 Dec 21:59:25 600 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 21:59:25 600 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:59:25 691 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: btnUpload]
--- 11 Dec 21:59:28 918 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 21:59:28 919 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:59:29 003 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: .header]
--- 11 Dec 21:59:29 083 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //a[text()='Administration']]
--- 11 Dec 21:59:33 738 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[text()='Select All']]
--- 11 Dec 21:59:33 836 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[text()='Select All']]
--- 11 Dec 21:59:38 918 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[text()='Select All']]
--- 11 Dec 21:59:42 198 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 21:59:42 198 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 21:59:43 237 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> 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 Dec 21:59:43 466 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[text()='Import Template']]
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 Dec 21:59:48 888 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //a[text()='Processing']]
--- 11 Dec 21:59:57 848 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 21:59:57 848 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:08 149 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: tab0]
--- 11 Dec 22:00:11 275 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:00:11 275 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:11 426 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: .header]
--- 11 Dec 22:00:11 497 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: dragandrophandler]
--- 11 Dec 22:00:16 672 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:00:16 890 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:00:25 893 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi&refresh=y
--- 11 Dec 22:00:25 893 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:29 036 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi&refresh=y
--- 11 Dec 22:00:29 037 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:32 187 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi&refresh=y
--- 11 Dec 22:00:32 187 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:32 263 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: Sign]
--- 11 Dec 22:00:32 353 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: Attach]
--- 11 Dec 22:00:35 495 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi&refresh=y
--- 11 Dec 22:00:35 495 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:35 569 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:00:45 869 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: Sign]
--- 11 Dec 22:00:45 937 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: Sign]
--- 11 Dec 22:00:52 316 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:00:52 316 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:52 402 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 11 Dec 22:00:55 598 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:00:55 598 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:55 683 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:00:58 965 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:00:58 965 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:00:59 020 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:01:01 160 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:01:01 198 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:01:01 246 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:01:06 679 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:01:06 679 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:01:08 838 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: lblSMSLinkDelivery]
--- 11 Dec 22:01:11 026 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 22:01:23 065 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:01:23 065 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:01:31 836 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:01:36 381 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='Email_0']/span/span]
--- 11 Dec 22:01:38 607 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 22:01:45 176 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //div[@id='Phone_0']/span/span]
--- 11 Dec 22:01:45 368 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:01:47 466 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:01:47 510 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:01:47 564 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:01:52 950 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:01:52 950 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:01:55 079 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> id: lblSMSLinkDelivery]
--- 11 Dec 22:01:57 256 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 22:02:09 423 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:02:09 424 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:02:18 280 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:02:22 846 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='Email_0']/span/span]
--- 11 Dec 22:02:25 036 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 22:02:31 576 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //div[@id='Phone_0']/span/span]
--- 11 Dec 22:02:31 753 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:02:34 011 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:02:36 161 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:02:38 405 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:02:40 575 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //label[text()='Sender']/following::input]
--- 11 Dec 22:02:43 656 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //div[@id='ddLoanOfficersCC']//input]
Expected: 'CC' dropdown should be displayed
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
--- 11 Dec 22:02:49 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (20c3dfd5c01c1bab180047132452c57d)] -> xpath: //button[contains(@data-bind,'ButtonSend_Click')]]
Expected: 'Send' button should be enabled
Actual(Passed): 'Send' button is enabled[ScreenShot]
Actual(Passed): 'Send' button is enabled[ScreenShot]
--- 11 Dec 22:02:52 394 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:02:52 395 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:03:04 042 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111630289186406_hprgjnyddy54ratd55k2c2fi
--- 11 Dec 22:03:04 042 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Test Passed.
--- 11 Dec 22:03:06 498 - TestCaseID:: verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
--- 11 Dec 22:03:08 671 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
--- 11 Dec 22:03:18 992 - 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=ab252ddf-d0a3-41b3-913b-8484a410a68a&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=a_mezrkhhkiftmbcik091doxqrcy-__q4-u6nqwvc40&code_challenge_method=s256&nonce=41cbd865-65d0-42e5-81f0-c639a2245504&state=eyjpzci6ijizmzc4njcwlteyztmtnddkmc05odk4ltdlymy1ntjkzdbkncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 22:03:18 992 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:03:37 979 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> id: i0116]
--- 11 Dec 22:03:38 646 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> id: idSIButton9]
--- 11 Dec 22:03:45 268 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:03:45 268 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:03:45 352 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> id: lightbox]
--- 11 Dec 22:03:45 419 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> id: idSIButton9]
--- 11 Dec 22:03:51 071 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 11 Dec 22:03:51 071 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 22:03:55 731 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 22:03:55 731 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:03:55 855 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> css selector: .header]
--- 11 Dec 22:03:58 151 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 11 Dec 22:04:01 404 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:04:01 404 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:04 492 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:04:04 492 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:07 642 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:04:07 643 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:07 722 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 22:04:10 824 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:04:10 824 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:10 903 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 22:04:17 128 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:04:17 128 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:19 416 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 22:04:25 536 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:04:25 633 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:04:29 066 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:04:29 066 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:29 102 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> id: headerRemoteSettings]
--- 11 Dec 22:04:32 268 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:04:32 268 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:32 344 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> css selector: .header]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 22:04:35 639 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:04:35 639 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:35 724 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21a014a7d5d25595e61496f3212df019)] -> xpath: //*[@id='remoteSMStoAll']]
Clicked on Save button [ScreenShot]
--- 11 Dec 22:04:50 438 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:04:50 438 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:50 766 - TestCaseID:: verifyEmailAuthenticationSigningMethod
--- 11 Dec 22:04:53 296 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Email Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:04:59 783 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:04:59 783 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:04:59 870 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: btnSubmit]
--- 11 Dec 22:04:59 952 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:05:00 715 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: btnSubmit]
--- 11 Dec 22:05:21 009 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: lightbox]
--- 11 Dec 22:05:21 099 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: i0116]
--- 11 Dec 22:05:21 741 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: idSIButton9]
--- 11 Dec 22:05:28 028 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:05:28 028 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:05:28 100 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: lightbox]
--- 11 Dec 22:05:28 168 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: idSIButton9]
--- 11 Dec 22:05:35 652 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:05:35 653 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:05:35 740 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: btnUpload]
--- 11 Dec 22:05:38 936 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:05:38 936 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:05:39 016 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: .header]
--- 11 Dec 22:05:39 099 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:05:43 738 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:05:43 839 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:05:48 964 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:05:52 218 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:05:52 218 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:05:53 362 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> 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 Dec 22:05:53 578 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[text()='Import Template']]
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 Dec 22:05:58 894 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:06:07 523 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:06:07 524 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:06:17 919 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: tab0]
--- 11 Dec 22:06:21 079 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:06:21 080 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:06:21 160 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: .header]
--- 11 Dec 22:06:21 239 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: dragandrophandler]
--- 11 Dec 22:06:26 430 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:06:26 658 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:06:35 567 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl&refresh=y
--- 11 Dec 22:06:35 567 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:06:38 709 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl&refresh=y
--- 11 Dec 22:06:38 709 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:06:41 855 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl&refresh=y
--- 11 Dec 22:06:41 856 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:06:41 937 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: Sign]
--- 11 Dec 22:06:42 013 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: Attach]
--- 11 Dec 22:06:45 205 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl&refresh=y
--- 11 Dec 22:06:45 205 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:06:45 277 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:06:55 587 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: Sign]
--- 11 Dec 22:06:55 673 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> id: Sign]
--- 11 Dec 22:07:02 089 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl
--- 11 Dec 22:07:02 089 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:07:02 172 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 11 Dec 22:07:05 282 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl
--- 11 Dec 22:07:05 283 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:07:05 354 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:07:08 603 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl
--- 11 Dec 22:07:08 603 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:07:08 657 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:07:10 758 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:10 791 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:10 830 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:10 876 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:16 260 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl
--- 11 Dec 22:07:16 261 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:07:27 959 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:07:32 467 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='Email_0']/span/span]
--- 11 Dec 22:07:32 647 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:07:34 743 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:34 780 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:34 817 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:34 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:40 237 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl
--- 11 Dec 22:07:40 237 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:07:51 795 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:07:56 268 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='Email_0']/span/span]
--- 11 Dec 22:07:56 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:07:58 700 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:08:00 799 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //*[@id='tab0']]
--- 11 Dec 22:08:03 064 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:08:05 207 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //label[text()='Sender']/following::input]
--- 11 Dec 22:08:08 232 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //div[@id='ddLoanOfficersCC']//input]
Expected: 'CC' dropdown should be displayed
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
--- 11 Dec 22:08:13 668 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a0e821a6fab192f2012365aa1361075c)] -> xpath: //button[contains(@data-bind,'ButtonSend_Click')]]
Expected: 'Send' button should be enabled
Actual(Passed): 'Send' button is enabled[ScreenShot]
Actual(Passed): 'Send' button is enabled[ScreenShot]
--- 11 Dec 22:08:17 091 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl
--- 11 Dec 22:08:17 091 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:08:27 624 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111636386883959_c1xbhpfffipdyfk4cusutszl
--- 11 Dec 22:08:27 624 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Test Passed.
Test Passed.
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
Test Passed.
--- 11 Dec 23:45:28 823 - TestCaseID:: verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
--- 11 Dec 23:45:31 185 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Search criteria on the Document maintenance (RTS) page with Type
Steps:
--- 11 Dec 23:45:37 364 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:45:37 364 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:45:37 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: btnSubmit]
--- 11 Dec 23:45:37 532 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:45:38 237 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: btnSubmit]
--- 11 Dec 23:45:57 692 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: lightbox]
--- 11 Dec 23:45:57 774 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: i0116]
--- 11 Dec 23:45:58 399 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: idSIButton9]
--- 11 Dec 23:46:04 534 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:46:04 535 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:46:04 610 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: lightbox]
--- 11 Dec 23:46:04 680 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: idSIButton9]
--- 11 Dec 23:46:13 795 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:46:13 796 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:46:13 880 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> id: btnUpload]
--- 11 Dec 23:46:17 046 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:46:17 047 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:46:17 125 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> css selector: .header]
--- 11 Dec 23:46:17 204 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:46:25 295 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:46:25 295 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:46:25 885 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1b76c4a09f7218afc8863537d58436bf)] -> css selector: select#DocTypeDropDown ~ div div.selectize-dropdown > div.selectize-dropdown-content > div]
--- 11 Dec 23:46:34 331 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:46:34 331 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Test Passed.
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=SignatureCard1, Description=verify Uielements For D...)
Test Passed.
--- 11 Dec 23:41:28 712 - TestCaseID:: verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
--- 11 Dec 23:41:30 700 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Uielements For Define Attachments On The Document Maintenance RTS Page
Steps:
--- 11 Dec 23:41:36 975 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:41:36 976 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:41:37 062 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: btnSubmit]
--- 11 Dec 23:41:37 148 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:41:37 844 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: btnSubmit]
--- 11 Dec 23:41:58 790 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: lightbox]
--- 11 Dec 23:41:58 874 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: i0116]
--- 11 Dec 23:41:59 535 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: idSIButton9]
--- 11 Dec 23:42:06 098 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:42:06 098 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:42:06 170 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: lightbox]
--- 11 Dec 23:42:06 248 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: idSIButton9]
--- 11 Dec 23:42:13 389 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:42:13 389 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:42:13 475 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: btnUpload]
--- 11 Dec 23:42:16 683 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:42:16 683 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:42:16 762 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> css selector: .header]
--- 11 Dec 23:42:16 840 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:42:25 013 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:42:25 013 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:42:34 415 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
--- 11 Dec 23:42:34 732 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: txtFullName]
--- 11 Dec 23:42:37 869 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:42:37 869 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
--- 11 Dec 23:42:40 879 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: btnattachmentSave]
--- 11 Dec 23:42:48 237 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:42:48 237 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the Define attachment document after Save
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
--- 11 Dec 23:42:51 586 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:42:51 586 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:42:51 721 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
--- 11 Dec 23:42:52 039 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: txtFullName]
--- 11 Dec 23:42:55 153 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:42:55 154 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:42:57 299 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> css selector: div#VendorDDl div.selectize-dropdown > div.selectize-dropdown-content > div]
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
--- 11 Dec 23:43:00 991 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: btnattachmentSave]
--- 11 Dec 23:43:08 305 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:08 306 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the Define attachment document after Save
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
--- 11 Dec 23:43:08 579 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 11 Dec 23:43:16 170 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:16 170 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:43:19 363 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:19 364 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Update the values in Define Attachment
Actual(Passed): Successfully updated the values in Define Attachment[ScreenShot]
Actual(Passed): Successfully updated the values in Define Attachment[ScreenShot]
--- 11 Dec 23:43:21 312 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> id: btnDocumentDetailsEditSave]
--- 11 Dec 23:43:25 682 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:25 683 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the Define attachment document after Save
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
--- 11 Dec 23:43:33 309 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:33 309 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:43:33 447 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> partial link text: Full Name ASC]
--- 11 Dec 23:43:39 196 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:39 196 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Sorting FullName - Ascending must work fine
Actual(Passed): Sorting FullName - Ascending is working fine[ScreenShot]
Actual(Passed): Sorting FullName - Ascending is working fine[ScreenShot]
--- 11 Dec 23:43:47 020 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:47 021 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:43:47 161 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> partial link text: Full Name DESC]
--- 11 Dec 23:43:52 900 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:43:52 900 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Sorting FullName - Ascending must work fine
Actual(Passed): Sorting FullName - Ascending is working fine[ScreenShot]
Actual(Passed): Sorting FullName - Ascending is working fine[ScreenShot]
--- 11 Dec 23:44:00 636 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:44:00 636 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:44:00 773 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> partial link text: Short Name ASC]
--- 11 Dec 23:44:06 497 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:44:06 498 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Sorting ShortName - Ascending must work fine
Actual(Passed): Sorting ShortName - Ascending is working fine[ScreenShot]
Actual(Passed): Sorting ShortName - Ascending is working fine[ScreenShot]
--- 11 Dec 23:44:14 329 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:44:14 329 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:44:14 472 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> partial link text: Short Name DESC]
--- 11 Dec 23:44:20 177 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:44:20 178 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Sorting ShortName - Ascending must work fine
Actual(Passed): Sorting ShortName - Ascending is working fine[ScreenShot]
Actual(Passed): Sorting ShortName - Ascending is working fine[ScreenShot]
--- 11 Dec 23:44:27 952 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:44:27 952 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:44:28 114 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> partial link text: Description ASC]
--- 11 Dec 23:44:33 827 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:44:33 827 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Sorting NameDescription - Ascending must work fine
Actual(Passed): Sorting NameDescription - Ascending is working fine[ScreenShot]
Actual(Passed): Sorting NameDescription - Ascending is working fine[ScreenShot]
--- 11 Dec 23:45:00 188 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:45:00 189 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:45:03 370 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:45:03 370 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Sorting NameDescription - Ascending must work fine
Actual(Passed): Sorting NameDescription - Ascending is working fine[ScreenShot]
Actual(Passed): Sorting NameDescription - Ascending is working fine[ScreenShot]
--- 11 Dec 23:45:22 431 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:45:22 528 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:45:27 621 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //*[text()='Select All']]
Expected: Selected records count should be increased after selecting all the sessions
Actual(Passed): Selected records count is increased to 2[ScreenShot]
Actual(Passed): Selected records count is increased to 2[ScreenShot]
--- 11 Dec 23:45:28 028 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (56b7d849ee88db78d98a8af9eaafb83c)] -> xpath: //*[text()='Unselect All']]
Expected: 'Select All' button should be replaced by 'UnSelect All' button
Actual(Passed): 'Select All' button is replaced by 'UnSelect All' button[ScreenShot]
Actual(Passed): 'Select All' button is replaced by 'UnSelect All' button[ScreenShot]
Expected: Selected records count should be 0
Actual(Passed): Selected records count is 0[ScreenShot]
Actual(Passed): Selected records count is 0[ScreenShot]
Test Passed.
verifyPermissionsForDefiningDocuments({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defi...)
null [ScreenShot]
--- 11 Dec 23:17:08 931 - TestCaseID:: verifyPermissionsForDefiningDocuments
--- 11 Dec 23:17:10 987 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Permissions For Defining Documents-RTS as Enable
Steps:
--- 11 Dec 23:17:17 189 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:17:17 190 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:17:17 289 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: btnSubmit]
--- 11 Dec 23:17:17 380 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:17:18 073 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: btnSubmit]
--- 11 Dec 23:17:38 561 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: lightbox]
--- 11 Dec 23:17:38 645 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: i0116]
--- 11 Dec 23:17:39 277 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: idSIButton9]
--- 11 Dec 23:17:45 263 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:17:45 263 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:17:45 334 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: lightbox]
--- 11 Dec 23:17:45 403 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: idSIButton9]
--- 11 Dec 23:17:54 278 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:17:54 278 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:17:54 368 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: btnUpload]
--- 11 Dec 23:17:57 482 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:17:57 482 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:17:57 564 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> css selector: .header]
--- 11 Dec 23:17:57 642 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:18:06 730 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 23:18:06 730 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:18:10 046 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 23:18:10 046 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:18:10 121 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> css selector: .header]
--- 11 Dec 23:18:15 204 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: TxtGroupTitle]
--- 11 Dec 23:18:15 909 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: btnSearch]
--- 11 Dec 23:18:20 192 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 23:18:20 193 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:18:23 336 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 23:18:23 337 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:18:28 425 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: TxtGroupTitle]
--- 11 Dec 23:18:29 011 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> id: btnSearch]
--- 11 Dec 23:18:33 337 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 23:18:33 337 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Group present in Group maintenace page
Actual(Passed): Sucessfully verfied Group in Group maintenace page[ScreenShot]
Actual(Passed): Sucessfully verfied Group in Group maintenace page[ScreenShot]
--- 11 Dec 23:18:43 633 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> xpath: //div[contains(@class,'clickable')]]
--- 11 Dec 23:18:51 291 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 23:18:51 291 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Check the Allow to Define Unknown Documents check box
Actual(Passed): Successfully verified Check the Allow to Define Unknown Documents check box[ScreenShot]
Actual(Passed): Successfully verified Check the Allow to Define Unknown Documents check box[ScreenShot]
Expected: Uncheck the Create and Manage Templates check box
Actual(Passed): Successfully verified Uncheck the Create and Manage Templates check box[ScreenShot]
Actual(Passed): Successfully verified Uncheck the Create and Manage Templates check box[ScreenShot]
--- 11 Dec 23:19:10 373 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 23:19:10 373 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:19:12 731 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (707edb8a05bdeef72a10f45d65a57b2e)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyTemplateMangementInTheDocumentRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement In Document...)
null [ScreenShot]
--- 11 Dec 23:36:37 719 - TestCaseID:: verifyTemplateMangementInTheDocumentRTSPage
--- 11 Dec 23:36:39 891 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Template Mangement In Document RTS Page
Steps:
--- 11 Dec 23:36:46 192 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:36:46 192 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:36:46 277 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: btnSubmit]
--- 11 Dec 23:36:46 357 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:36:47 085 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: btnSubmit]
--- 11 Dec 23:37:07 972 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: lightbox]
--- 11 Dec 23:37:08 050 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: i0116]
--- 11 Dec 23:37:08 681 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: idSIButton9]
--- 11 Dec 23:37:15 434 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:37:15 434 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:37:15 505 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: lightbox]
--- 11 Dec 23:37:15 574 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: idSIButton9]
--- 11 Dec 23:37:26 431 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:37:26 431 - 10 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:37:26 521 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> id: btnUpload]
--- 11 Dec 23:37:29 680 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:37:29 680 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:37:29 763 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> css selector: .header]
--- 11 Dec 23:37:29 836 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (dd12f30f94db7e99e192116fbae86a8c)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with No Opt. signa...)
null [ScreenShot]
--- 12 Dec 00:10:21 752 - TestCaseID:: verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
--- 12 Dec 00:10:23 786 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Creating a session with No Opt. signatures and an attachment
Steps:
--- 12 Dec 00:10:29 924 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:10:29 924 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:10:30 014 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: btnSubmit]
--- 12 Dec 00:10:30 093 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:10:30 832 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: btnSubmit]
--- 12 Dec 00:10:51 434 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: lightbox]
--- 12 Dec 00:10:51 514 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: i0116]
--- 12 Dec 00:10:52 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: idSIButton9]
--- 12 Dec 00:10:58 328 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:10:58 328 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:10:58 398 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: lightbox]
--- 12 Dec 00:10:58 469 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: idSIButton9]
--- 12 Dec 00:11:05 421 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:11:05 421 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:11:05 506 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> id: btnUpload]
--- 12 Dec 00:11:08 624 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:11:08 624 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:11:08 698 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> css selector: .header]
--- 12 Dec 00:11:08 778 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (19e77c0acd57c643555ebb6f8ae200c7)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyImageBasedDocumentInTheDocumentRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
null [ScreenShot]
--- 11 Dec 23:00:37 774 - TestCaseID:: verifyImageBasedDocumentInTheDocumentRTSPage
--- 11 Dec 23:00:39 826 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify image based document In Document RTS Page
Steps:
verify image based document In Document RTS Page
Steps:
--- 11 Dec 23:00:46 094 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:00:46 094 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:00:46 184 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: btnSubmit]
--- 11 Dec 23:00:46 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:00:46 932 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: btnSubmit]
--- 11 Dec 23:01:07 210 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: lightbox]
--- 11 Dec 23:01:07 296 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: i0116]
--- 11 Dec 23:01:07 959 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: idSIButton9]
--- 11 Dec 23:01:13 955 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:01:13 955 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:01:14 027 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: lightbox]
--- 11 Dec 23:01:14 097 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: idSIButton9]
--- 11 Dec 23:01:21 554 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:01:21 554 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:01:21 641 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> id: btnUpload]
--- 11 Dec 23:01:24 882 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:01:24 882 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:01:24 962 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> css selector: .header]
--- 11 Dec 23:01:25 036 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1e1d72986c89e9c344912c4f78f25c35)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifySessionsInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Sessions In CollectionDocument...)
null [ScreenShot]
--- 12 Dec 00:02:55 378 - TestCaseID:: verifySessionsInCollectionDocumentPage
--- 12 Dec 00:02:57 375 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Sessions In CollectionDocumentPage
Steps:
--- 12 Dec 00:03:03 408 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:03:03 409 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:03:03 497 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: btnSubmit]
--- 12 Dec 00:03:03 582 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:03:04 290 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: btnSubmit]
--- 12 Dec 00:03:24 841 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: lightbox]
--- 12 Dec 00:03:24 924 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: i0116]
--- 12 Dec 00:03:25 548 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: idSIButton9]
--- 12 Dec 00:03:31 524 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:03:31 524 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:03:31 598 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: lightbox]
--- 12 Dec 00:03:31 671 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: idSIButton9]
--- 12 Dec 00:03:38 898 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:03:38 898 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:03:38 985 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> id: btnUpload]
--- 12 Dec 00:03:42 199 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:03:42 199 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:03:42 276 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> css selector: .header]
--- 12 Dec 00:03:42 359 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0314c15802bc30bcfe2f310aa59e6667)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyParallelDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
null [ScreenShot]
--- 11 Dec 23:12:59 979 - TestCaseID:: verifyParallelDocumentUploadIncollectionDocumentPage
--- 11 Dec 23:13:02 103 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify image based document In Document RTS Page for multiple users3
Steps:
--- 11 Dec 23:13:09 182 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:13:09 182 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:13:09 264 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: btnSubmit]
--- 11 Dec 23:13:09 350 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:13:10 011 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: btnSubmit]
--- 11 Dec 23:13:30 460 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: lightbox]
--- 11 Dec 23:13:30 545 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: i0116]
--- 11 Dec 23:13:31 175 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: idSIButton9]
--- 11 Dec 23:13:37 513 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:13:37 514 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:13:37 585 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: lightbox]
--- 11 Dec 23:13:37 659 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: idSIButton9]
--- 11 Dec 23:13:46 299 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:13:46 299 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:13:46 382 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> id: btnUpload]
--- 11 Dec 23:13:49 522 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:13:49 522 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:13:49 602 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> css selector: .header]
--- 11 Dec 23:13:49 676 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (07df5637062c34593d6d2b63f7f5bd6f)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Adding Documents And Attachmen...)
null [ScreenShot]
--- 11 Dec 23:56:32 417 - TestCaseID:: verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
--- 11 Dec 23:56:34 342 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adding Documents And Attachment In Collection Document Page
Steps:
--- 11 Dec 23:56:40 659 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:56:40 659 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:56:40 752 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: btnSubmit]
--- 11 Dec 23:56:40 840 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:56:41 501 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: btnSubmit]
--- 11 Dec 23:57:01 870 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: lightbox]
--- 11 Dec 23:57:01 951 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: i0116]
--- 11 Dec 23:57:02 572 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: idSIButton9]
--- 11 Dec 23:57:09 167 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:57:09 167 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:57:09 239 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: lightbox]
--- 11 Dec 23:57:09 310 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: idSIButton9]
--- 11 Dec 23:57:17 492 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:57:17 492 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:57:17 580 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: btnUpload]
--- 11 Dec 23:57:20 722 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:57:20 722 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:57:20 805 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> css selector: .header]
--- 11 Dec 23:57:20 879 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:57:26 031 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:57:26 136 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:57:31 244 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:57:34 512 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:57:34 512 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:57:35 793 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> 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 Dec 23:57:35 994 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //*[text()='Import Template']]
--- 11 Dec 23:57:44 300 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:57:44 300 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:57:44 548 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
--- 11 Dec 23:57:44 869 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: txtFullName]
--- 11 Dec 23:57:48 005 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:57:48 005 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:57:50 022 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> css selector: div#VendorDDl div.selectize-dropdown > div.selectize-dropdown-content > div]
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
--- 11 Dec 23:57:53 720 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: btnattachmentSave]
--- 11 Dec 23:58:01 070 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:58:01 070 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the Define attachment document after Save
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
--- 11 Dec 23:58:04 398 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:58:04 398 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:58:04 689 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
--- 11 Dec 23:58:04 972 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: txtFullName]
--- 11 Dec 23:58:08 113 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:58:08 113 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:58:10 090 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> css selector: div#VendorDDl div.selectize-dropdown > div.selectize-dropdown-content > div]
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
Actual(Passed): Successfully filled the values in Define Attachment[ScreenShot]
--- 11 Dec 23:58:13 899 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: btnattachmentSave]
--- 11 Dec 23:58:21 180 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:58:21 180 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the Define attachment document after Save
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
Actual(Passed): Successfully verified the Define attachment document after Save[ScreenShot]
--- 11 Dec 23:58:21 413 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> xpath: //a[text()='Processing']]
--- 11 Dec 23:58:30 088 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:58:30 088 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:58:40 422 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: tab0]
--- 11 Dec 23:58:43 499 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:58:43 499 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:58:43 571 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> css selector: .header]
--- 11 Dec 23:58:53 336 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: dragandrophandler]
--- 11 Dec 23:58:58 509 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:58:58 729 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: dragandrophandler]
--- 11 Dec 23:59:03 889 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Loan Application Form.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Loan Application Form.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:59:04 113 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: dragandrophandler]
--- 11 Dec 23:59:09 271 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Students Loan.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Students Loan.pdf file in the collected Document Page[ScreenShot]
Expected: Verify Create session , Add to Existing session and +Add buttons are Enable
Actual(Passed): Sucessfully Verified Create session , Add to Existing session and +Add buttons are Enable[ScreenShot]
Actual(Passed): Sucessfully Verified Create session , Add to Existing session and +Add buttons are Enable[ScreenShot]
Expected: verify Drop files here or click to select is not available on the right pane in Attachment tab
Actual(Failed): Failed to verify Drop files here or click to select is not available on the right pane in Attachment tab[ScreenShot]
Actual(Failed): Failed to verify Drop files here or click to select is not available on the right pane in Attachment tab[ScreenShot]
--- 11 Dec 23:59:31 933 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4b1f9bf662827bc8531122ac595811a5)] -> id: tab3]
Expected: clicked on Photo tab
Actual(Failed): Failed to clicked on Photo tab without error[ScreenShot]
Actual(Failed): Failed to clicked on Photo tab without error[ScreenShot]
null [ScreenShot]
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with No Opt. signa...)
null [ScreenShot]
--- 12 Dec 00:12:24 059 - TestCaseID:: verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
--- 12 Dec 00:12:26 036 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Creating a session with No Opt. signatures and a vendor attachment
Steps:
--- 12 Dec 00:12:32 231 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:12:32 232 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:12:32 315 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: btnSubmit]
--- 12 Dec 00:12:32 398 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:12:33 091 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: btnSubmit]
--- 12 Dec 00:12:53 575 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: lightbox]
--- 12 Dec 00:12:53 657 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: i0116]
--- 12 Dec 00:12:54 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: idSIButton9]
--- 12 Dec 00:13:00 196 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:13:00 196 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:13:00 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: lightbox]
--- 12 Dec 00:13:00 338 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: idSIButton9]
--- 12 Dec 00:13:07 321 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:13:07 321 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:13:07 404 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> id: btnUpload]
--- 12 Dec 00:13:10 577 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:13:10 577 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:13:10 654 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> css selector: .header]
--- 12 Dec 00:13:10 733 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4dbf2f1e7a3a6b25c5d9e30c3bf39f53)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyReversingPartySequence({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Reversing Party sequence between 2 do...)
null [ScreenShot]
--- 11 Dec 23:28:17 530 - TestCaseID:: verifyReversingPartySequence
--- 11 Dec 23:28:19 512 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Reversing Party sequence between 2 documents
Steps:
--- 11 Dec 23:28:25 749 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:28:25 749 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:28:25 849 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: btnSubmit]
--- 11 Dec 23:28:25 934 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:28:26 604 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: btnSubmit]
--- 11 Dec 23:28:47 141 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: lightbox]
--- 11 Dec 23:28:47 221 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: i0116]
--- 11 Dec 23:28:47 839 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: idSIButton9]
--- 11 Dec 23:28:53 863 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:28:53 863 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:28:53 931 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: lightbox]
--- 11 Dec 23:28:53 999 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: idSIButton9]
--- 11 Dec 23:29:02 285 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:29:02 285 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:29:02 364 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> id: btnUpload]
--- 11 Dec 23:29:05 559 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:29:05 559 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:29:05 637 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> css selector: .header]
--- 11 Dec 23:29:05 714 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (25b2cacf3946a092594802595ae8178e)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
--- 11 Dec 22:08:30 132 - TestCaseID:: verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
--- 11 Dec 22:08:32 312 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS GovernmentID Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:08:40 997 - 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=649ef7d1-941e-4ede-829f-590dfaac7b81&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=2cpqwjtsdz57iojfpfuyghpz5a7xwuscxprtbasnn24&code_challenge_method=s256&nonce=bceea5bb-5556-43a3-8fd6-7cef3917e42e&state=eyjpzci6ijkxnduwzdfkltyxmzqtndk5ms04ntvmltg3owmzmda3mwe4ziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 22:08:40 997 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:08:59 870 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> id: i0116]
--- 11 Dec 22:09:00 581 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> id: idSIButton9]
--- 11 Dec 22:09:07 025 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:09:07 025 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:07 105 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> id: lightbox]
--- 11 Dec 22:09:07 177 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> id: idSIButton9]
--- 11 Dec 22:09:13 123 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
--- 11 Dec 22:09:13 123 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 22:09:17 516 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 22:09:17 516 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:17 600 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> css selector: .header]
--- 11 Dec 22:09:23 106 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:09:23 106 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:26 231 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:09:26 232 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:29 334 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:09:29 335 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:29 413 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 22:09:32 542 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:09:32 543 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:32 616 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 22:09:38 830 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:09:38 830 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:41 115 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 22:09:47 244 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:09:47 341 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:09:50 772 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:09:50 772 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:50 810 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> id: headerRemoteSettings]
--- 11 Dec 22:09:54 007 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:09:54 008 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:09:54 088 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7d5635adb27173ffec15530b96b1e127)] -> css selector: .header]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 22:09:57 731 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:09:57 731 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:10:05 766 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:10:05 767 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Clicked on Save button [ScreenShot]
--- 11 Dec 22:10:18 046 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:10:18 046 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:10:18 385 - TestCaseID:: verifyGovernmentIDAuthenticationSigningMethod
--- 11 Dec 22:10:20 405 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS GovernmentID Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:10:26 767 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:10:26 767 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:10:26 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: btnSubmit]
--- 11 Dec 22:10:26 946 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:10:27 630 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: btnSubmit]
--- 11 Dec 22:10:48 075 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: lightbox]
--- 11 Dec 22:10:48 155 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: i0116]
--- 11 Dec 22:10:48 791 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: idSIButton9]
--- 11 Dec 22:10:54 821 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:10:54 821 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:10:54 891 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: lightbox]
--- 11 Dec 22:10:55 085 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: idSIButton9]
--- 11 Dec 22:11:01 776 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:11:01 776 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:11:01 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: btnUpload]
--- 11 Dec 22:11:05 007 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:11:05 007 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:11:05 090 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> css selector: .header]
--- 11 Dec 22:11:05 166 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:11:09 683 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:11:09 783 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:11:14 873 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:11:18 203 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:11:18 203 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:11:19 262 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> 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 Dec 22:11:19 461 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //*[text()='Import Template']]
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 Dec 22:11:24 803 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:11:33 657 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:11:33 657 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:11:44 160 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: tab0]
--- 11 Dec 22:11:47 324 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:11:47 324 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:11:47 395 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> css selector: .header]
--- 11 Dec 22:11:47 472 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: dragandrophandler]
--- 11 Dec 22:11:52 643 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:11:52 901 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:12:02 485 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k&refresh=y
--- 11 Dec 22:12:02 485 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:05 616 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k&refresh=y
--- 11 Dec 22:12:05 616 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:08 757 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k&refresh=y
--- 11 Dec 22:12:08 757 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:08 839 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: Sign]
--- 11 Dec 22:12:08 911 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: Attach]
--- 11 Dec 22:12:12 040 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k&refresh=y
--- 11 Dec 22:12:12 040 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:12 113 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:12:22 430 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: Sign]
--- 11 Dec 22:12:22 495 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: Sign]
--- 11 Dec 22:12:28 874 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k
--- 11 Dec 22:12:28 875 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:28 955 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 11 Dec 22:12:32 111 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k
--- 11 Dec 22:12:32 111 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:32 185 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:12:35 421 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k
--- 11 Dec 22:12:35 421 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:35 474 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:12:37 556 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //label[@data-value='GovernmentID']]
--- 11 Dec 22:12:42 939 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111642049471108_t0azconjvrl0spnzpszoy40k
--- 11 Dec 22:12:42 940 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:12:45 061 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> id: lblSMSLinkDelivery]
--- 11 Dec 22:12:47 271 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 22:12:56 401 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:12:58 772 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:13:01 274 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 22:13:08 228 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:13:12 665 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c436f7f3096de0ce047916a98c63184b)] -> xpath: //input[@placeholder='Enter Email']]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
--- 11 Dec 22:26:55 816 - TestCaseID:: verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
--- 11 Dec 22:26:57 806 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Phone Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:27:06 961 - 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=04dcb39c-fab8-4036-b485-086b115dd7e6&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=lxz6tf4bmlzdehxalsjt-fiehk9sz6lkoc3cluaxkxg&code_challenge_method=s256&nonce=7e1216b8-4056-442e-9b36-05ecb75c9885&state=eyjpzci6ijbmmzzlnjjhltflzmmtndnmzc04n2q2ltq3nzi1zjnjmzqwniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 22:27:06 962 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:27:25 834 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> id: i0116]
--- 11 Dec 22:27:26 482 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> id: idSIButton9]
--- 11 Dec 22:27:32 676 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:27:32 676 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:27:32 760 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> id: lightbox]
--- 11 Dec 22:27:32 831 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> id: idSIButton9]
--- 11 Dec 22:27:38 743 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 11 Dec 22:27:38 743 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 22:27:43 525 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 22:27:43 526 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:27:43 607 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> css selector: .header]
--- 11 Dec 22:27:45 893 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 11 Dec 22:27:49 202 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:27:49 202 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:27:52 287 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:27:52 288 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:27:55 375 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:27:55 375 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:27:55 462 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 22:27:58 550 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:27:58 551 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:27:58 616 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 22:28:04 853 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:28:04 853 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:28:07 157 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 22:28:13 261 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:28:13 353 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:28:16 777 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:28:16 777 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:28:16 816 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> id: headerRemoteSettings]
--- 11 Dec 22:28:19 941 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:28:19 943 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:28:20 019 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> css selector: .header]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 22:28:23 614 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:28:23 614 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:28:23 691 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d4febece6f6540c7d13a50dbaa4fb13c)] -> xpath: //*[@id='remoteSMStoAll']]
Clicked on Save button [ScreenShot]
--- 11 Dec 22:28:36 170 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:28:36 170 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:28:36 503 - TestCaseID:: verifyPhoneAuthenticationSigningMethod
--- 11 Dec 22:28:38 974 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Phone Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:28:45 217 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:28:45 217 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:28:45 302 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: btnSubmit]
--- 11 Dec 22:28:45 386 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:28:46 063 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: btnSubmit]
--- 11 Dec 22:29:06 734 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: lightbox]
--- 11 Dec 22:29:06 825 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: i0116]
--- 11 Dec 22:29:07 454 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: idSIButton9]
--- 11 Dec 22:29:13 520 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:29:13 520 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:29:13 593 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: lightbox]
--- 11 Dec 22:29:13 672 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: idSIButton9]
--- 11 Dec 22:29:20 085 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:29:20 085 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:29:20 168 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: btnUpload]
--- 11 Dec 22:29:23 368 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:29:23 368 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:29:23 440 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> css selector: .header]
--- 11 Dec 22:29:23 516 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:29:28 167 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:29:28 269 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:29:33 388 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:29:36 649 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:29:36 649 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:29:37 789 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> 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 Dec 22:29:38 004 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //*[text()='Import Template']]
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 Dec 22:29:43 360 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:29:52 063 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:29:52 063 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:02 352 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: tab0]
--- 11 Dec 22:30:05 461 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:30:05 461 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:05 537 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> css selector: .header]
--- 11 Dec 22:30:05 608 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: dragandrophandler]
--- 11 Dec 22:30:10 789 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:30:11 014 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:30:20 064 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp&refresh=y
--- 11 Dec 22:30:20 064 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:23 231 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp&refresh=y
--- 11 Dec 22:30:23 231 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:26 376 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp&refresh=y
--- 11 Dec 22:30:26 376 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:26 453 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: Sign]
--- 11 Dec 22:30:26 525 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: Attach]
--- 11 Dec 22:30:29 649 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp&refresh=y
--- 11 Dec 22:30:29 650 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:29 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:30:40 076 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: Sign]
--- 11 Dec 22:30:40 143 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: Sign]
--- 11 Dec 22:30:46 556 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp
--- 11 Dec 22:30:46 556 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:46 643 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 11 Dec 22:30:49 772 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp
--- 11 Dec 22:30:49 773 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:49 850 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:30:53 097 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp
--- 11 Dec 22:30:53 097 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:30:53 150 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:30:55 249 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //label[@data-value='Phone']]
--- 11 Dec 22:31:00 618 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111700230855461_1trrza31wjrwijeanfdvxbxp
--- 11 Dec 22:31:00 618 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:31:02 725 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> id: lblSMSLinkDelivery]
--- 11 Dec 22:31:04 889 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 22:31:14 066 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:31:16 414 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:31:18 911 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 22:31:25 787 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:31:30 234 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6d5a5683ca556f2e0a41d583193d1d77)] -> xpath: //input[@placeholder='Enter Email']]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
verifyAddingSignatureFieldsInDesignerPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Adding Signature fields in Designer p...)
class com.imm.pages.CollectedDocumentPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.CollectedDocumentPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app') [ScreenShot]
--- 11 Dec 22:46:01 571 - TestCaseID:: verifyAddingSignatureFieldsInDesignerPage
--- 11 Dec 22:46:03 612 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Adding Signature fields in Designer page
Steps:
Adding Signature fields in Designer page
Steps:
--- 11 Dec 22:46:09 959 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:46:09 959 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:46:10 045 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: btnSubmit]
--- 11 Dec 22:46:10 130 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:46:10 857 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: btnSubmit]
--- 11 Dec 22:46:31 250 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: lightbox]
--- 11 Dec 22:46:31 339 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: i0116]
--- 11 Dec 22:46:31 977 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: idSIButton9]
--- 11 Dec 22:46:38 159 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:46:38 159 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:46:38 236 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: lightbox]
--- 11 Dec 22:46:38 307 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: idSIButton9]
--- 11 Dec 22:46:45 704 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:46:45 704 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:46:45 788 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: btnUpload]
--- 11 Dec 22:46:48 924 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:46:48 924 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:46:48 999 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> css selector: .header]
--- 11 Dec 22:46:49 074 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:46:53 836 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:46:53 949 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:46:59 040 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:47:02 289 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:47:02 289 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:47:03 392 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> 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 Dec 22:47:03 620 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //*[text()='Import Template']]
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 Dec 22:47:08 954 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:49:17 709 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:49:17 710 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:49:28 134 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: tab0]
--- 11 Dec 22:49:31 295 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:49:31 295 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:49:31 368 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> css selector: .header]
--- 11 Dec 22:49:31 439 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: dragandrophandler]
--- 11 Dec 22:49:36 620 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded 6098-CI.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded 6098-CI.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:49:39 938 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:49:39 939 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:49:40 026 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: dragandrophandler]
--- 11 Dec 22:49:45 192 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Disclosure.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:49:45 444 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b0967aef8e9b4426b531d3d67e1e89f7)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:49:48 827 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:49:48 828 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:49:51 988 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:49:51 988 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
class com.imm.pages.CollectedDocumentPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.CollectedDocumentPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app') [ScreenShot]
verifyMergingDocswithSameName1({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Merge 2 documents with same name with...)
null [ScreenShot]
--- 11 Dec 23:04:44 567 - TestCaseID:: verifyMergingDocswithSameName1
--- 11 Dec 23:04:46 598 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Merge 2 documents with same name with different cases (Capitalization)
Steps:
--- 11 Dec 23:04:52 678 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:04:52 678 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:04:52 769 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: btnSubmit]
--- 11 Dec 23:04:52 861 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:04:53 528 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: btnSubmit]
--- 11 Dec 23:05:13 125 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: lightbox]
--- 11 Dec 23:05:13 205 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: i0116]
--- 11 Dec 23:05:13 823 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: idSIButton9]
--- 11 Dec 23:05:19 912 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:05:19 912 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:05:19 984 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: lightbox]
--- 11 Dec 23:05:20 051 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: idSIButton9]
--- 11 Dec 23:05:28 302 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:05:28 303 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:05:28 387 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> id: btnUpload]
--- 11 Dec 23:05:31 510 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:05:31 511 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:05:31 593 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> css selector: .header]
--- 11 Dec 23:05:31 668 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a8363e1cf97aa5ca8e8e0ff9ee983e4f)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyAddingOptionalSigDocuments({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Add Optinoal sig. document to the ses...)
Clicked on check box [ScreenShot]
Clicked on OK button [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 11 Dec 22:41:47 611 - TestCaseID:: verifyAddingOptionalSigDocuments
--- 11 Dec 22:41:49 669 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Add Optinoal sig. document to the session-RTS
Steps:
--- 11 Dec 22:41:55 697 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:41:55 698 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:41:55 791 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: btnSubmit]
--- 11 Dec 22:41:55 876 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:41:56 540 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: btnSubmit]
--- 11 Dec 22:42:16 971 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: lightbox]
--- 11 Dec 22:42:17 048 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: i0116]
--- 11 Dec 22:42:17 677 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: idSIButton9]
--- 11 Dec 22:42:23 145 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:42:23 146 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:42:23 215 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: lightbox]
--- 11 Dec 22:42:23 279 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: idSIButton9]
--- 11 Dec 22:42:30 514 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:42:30 514 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:42:30 595 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: btnUpload]
--- 11 Dec 22:42:33 715 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:42:33 715 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:42:33 797 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> css selector: .header]
--- 11 Dec 22:42:33 874 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:42:38 533 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:42:38 644 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:42:43 720 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:42:46 978 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:42:46 978 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:42:48 142 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> 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 Dec 22:42:48 364 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //*[text()='Import Template']]
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 Dec 22:42:53 717 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //*[text()='Import Template']]
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 Dec 22:42:59 014 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //*[@id='ImportModal']/div/div/div[2]/div[2]/div/div[3]/label/span]
--- 11 Dec 22:43:02 287 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:43:02 287 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:43:02 370 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: immPageTitle]
--- 11 Dec 22:43:05 479 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:43:05 479 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:43:05 588 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: /html/body/div[4]/div[5]/div/div/div[2]/div[3]/div[1]/div/div/label/span]
Clicked on check box [ScreenShot]
--- 11 Dec 22:43:10 914 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //*[@id='ImportModal']/div/div/div[3]/button[1]]
--- 11 Dec 22:43:18 351 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:43:18 351 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Clicked on OK button [ScreenShot]
--- 11 Dec 22:43:18 526 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:43:27 183 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:43:27 183 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:43:37 567 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: tab0]
--- 11 Dec 22:43:40 716 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:43:40 716 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:43:40 794 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> css selector: .header]
--- 11 Dec 22:43:40 868 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: dragandrophandler]
--- 11 Dec 22:43:46 054 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:43:46 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:43:55 585 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111713583396529_1tf5vdxeitye2q2ylnkqlwi5&refresh=y
--- 11 Dec 22:43:55 585 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:43:58 785 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111713583396529_1tf5vdxeitye2q2ylnkqlwi5&refresh=y
--- 11 Dec 22:43:58 785 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:44:01 983 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111713583396529_1tf5vdxeitye2q2ylnkqlwi5&refresh=y
--- 11 Dec 22:44:01 985 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:44:02 065 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: Sign]
--- 11 Dec 22:44:02 136 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> id: Attach]
--- 11 Dec 22:44:05 313 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111713583396529_1tf5vdxeitye2q2ylnkqlwi5&refresh=y
--- 11 Dec 22:44:05 313 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:44:05 380 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:44:18 850 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111713583396529_1tf5vdxeitye2q2ylnkqlwi5&refresh=y
--- 11 Dec 22:44:18 851 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:44:51 265 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111713583396529_1tf5vdxeitye2q2ylnkqlwi5&refresh=y
--- 11 Dec 22:44:51 266 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:44:51 334 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21288d56c1780ef381fcc5d548f93c9e)] -> css selector: .header]
Expected: The File upload in collected Document Page
Actual(Failed): Failed to upload LOAN_APPLICATION.pdf file in the collected Document Page[ScreenShot]
Actual(Failed): Failed to upload LOAN_APPLICATION.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:45:46 638 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111713583396529_1tf5vdxeitye2q2ylnkqlwi5&refresh=y
--- 11 Dec 22:45:46 639 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Index 0 out of bounds for length 0 [ScreenShot]
verifyAddingUnknownDocumentsToASession({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Adding unknown documents to a session...)
null [ScreenShot]
--- 11 Dec 22:49:52 510 - TestCaseID:: verifyAddingUnknownDocumentsToASession
--- 11 Dec 22:49:54 502 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Adding unknown documents to a session
Steps:
Adding unknown documents to a session
Steps:
--- 11 Dec 22:50:00 703 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:50:00 703 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:50:00 787 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: btnSubmit]
--- 11 Dec 22:50:00 868 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:50:01 555 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: btnSubmit]
--- 11 Dec 22:50:21 878 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: lightbox]
--- 11 Dec 22:50:21 962 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: i0116]
--- 11 Dec 22:50:22 606 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: idSIButton9]
--- 11 Dec 22:50:27 906 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:50:27 906 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:50:27 981 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: lightbox]
--- 11 Dec 22:50:28 065 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: idSIButton9]
--- 11 Dec 22:50:36 022 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:50:36 022 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:50:36 110 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> id: btnUpload]
--- 11 Dec 22:50:39 295 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:50:39 296 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:50:39 379 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> css selector: .header]
--- 11 Dec 22:50:39 461 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7c0dba2022a379793295eb0da634454d)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyParallelDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
null [ScreenShot]
--- 11 Dec 23:15:05 235 - TestCaseID:: verifyParallelDocumentUploadIncollectionDocumentPage
--- 11 Dec 23:15:07 267 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify image based document In Document RTS Page for multiple users1
Steps:
--- 11 Dec 23:15:13 470 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:15:13 471 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:15:13 558 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: btnSubmit]
--- 11 Dec 23:15:13 638 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:15:14 342 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: btnSubmit]
--- 11 Dec 23:15:34 903 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: lightbox]
--- 11 Dec 23:15:34 992 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: i0116]
--- 11 Dec 23:15:35 623 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: idSIButton9]
--- 11 Dec 23:15:41 782 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:15:41 782 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:15:41 856 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: lightbox]
--- 11 Dec 23:15:41 927 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: idSIButton9]
--- 11 Dec 23:15:50 454 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:15:50 454 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:15:50 537 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> id: btnUpload]
--- 11 Dec 23:15:53 674 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:15:53 674 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:15:53 756 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> css selector: .header]
--- 11 Dec 23:15:53 844 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (868f5f24486a6917a9abdeb7f50ad195)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signatur...)
null [ScreenShot]
--- 12 Dec 00:16:28 501 - TestCaseID:: verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
--- 12 Dec 00:16:30 520 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Creating a session with opt. signature and no attachments
Steps:
--- 12 Dec 00:16:36 833 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:16:36 833 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:16:36 915 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: btnSubmit]
--- 12 Dec 00:16:37 002 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:16:37 669 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: btnSubmit]
--- 12 Dec 00:16:58 640 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: lightbox]
--- 12 Dec 00:16:58 730 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: i0116]
--- 12 Dec 00:16:59 360 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: idSIButton9]
--- 12 Dec 00:17:05 399 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:17:05 400 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:17:05 476 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: lightbox]
--- 12 Dec 00:17:05 546 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: idSIButton9]
--- 12 Dec 00:17:12 606 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:17:12 606 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:17:12 690 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> id: btnUpload]
--- 12 Dec 00:17:15 938 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:17:15 938 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:17:16 012 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> css selector: .header]
--- 12 Dec 00:17:16 084 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (acb96ce9a096cce21c51b87ecb42d262)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
--- 11 Dec 22:22:05 285 - TestCaseID:: verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
--- 11 Dec 22:22:07 306 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Password Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:22:16 006 - 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=a7ccb650-66c4-43cf-a32d-87896e85590e&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=1d5fz7f6x7iq_vb9excoeo4vzvxm2wjdp60p9bcm09i&code_challenge_method=s256&nonce=65b7fdf7-3bb6-4a1e-940e-229e1c8d67ae&state=eyjpzci6imm3njg0y2uxlwu2mzqtngi0nc1hodyxltu1ndmzmzjhzty3niisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 22:22:16 006 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:22:34 926 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> id: i0116]
--- 11 Dec 22:22:35 591 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> id: idSIButton9]
--- 11 Dec 22:22:41 794 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:22:41 795 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:22:41 875 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> id: lightbox]
--- 11 Dec 22:22:41 943 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> id: idSIButton9]
--- 11 Dec 22:22:47 620 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
--- 11 Dec 22:22:47 621 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 22:22:51 780 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 22:22:51 780 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:22:51 862 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> css selector: .header]
--- 11 Dec 22:22:57 433 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:22:57 433 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:00 552 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:23:00 552 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:03 684 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:23:03 684 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:03 756 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 22:23:06 893 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:23:06 894 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:06 967 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 22:23:13 167 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:23:13 167 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:15 428 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 22:23:21 515 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:23:21 612 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:23:25 027 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:23:25 027 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:25 067 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> id: headerRemoteSettings]
--- 11 Dec 22:23:28 228 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:23:28 228 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:28 304 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> css selector: .header]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 22:23:31 860 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:23:31 860 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:31 942 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2498c968a97b180aadf7f802471a7476)] -> xpath: //*[@id='remoteSMStoAll']]
Clicked on Save button [ScreenShot]
--- 11 Dec 22:23:44 319 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:23:44 319 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:45 029 - TestCaseID:: verifyPasswordAuthenticationSigningMethod
--- 11 Dec 22:23:47 056 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS Password Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:23:53 115 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:23:53 115 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:23:53 198 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: btnSubmit]
--- 11 Dec 22:23:53 282 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:23:53 960 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: btnSubmit]
--- 11 Dec 22:24:14 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: lightbox]
--- 11 Dec 22:24:14 538 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: i0116]
--- 11 Dec 22:24:15 194 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: idSIButton9]
--- 11 Dec 22:24:21 217 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:24:21 217 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:24:21 289 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: lightbox]
--- 11 Dec 22:24:21 362 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: idSIButton9]
--- 11 Dec 22:24:27 720 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:24:27 720 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:24:27 801 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: btnUpload]
--- 11 Dec 22:24:31 018 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:24:31 019 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:24:31 096 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> css selector: .header]
--- 11 Dec 22:24:31 169 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:24:35 820 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:24:35 930 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:24:41 054 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:24:44 332 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:24:44 333 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:24:45 370 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> 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 Dec 22:24:45 562 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[text()='Import Template']]
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 Dec 22:24:50 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:25:00 081 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:25:00 082 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:10 459 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: tab0]
--- 11 Dec 22:25:13 593 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:25:13 593 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:13 663 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> css selector: .header]
--- 11 Dec 22:25:13 734 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: dragandrophandler]
--- 11 Dec 22:25:18 901 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:25:19 123 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:25:28 557 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0&refresh=y
--- 11 Dec 22:25:28 557 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:31 661 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0&refresh=y
--- 11 Dec 22:25:31 661 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:34 810 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0&refresh=y
--- 11 Dec 22:25:34 810 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:34 892 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: Sign]
--- 11 Dec 22:25:34 962 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: Attach]
--- 11 Dec 22:25:38 117 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0&refresh=y
--- 11 Dec 22:25:38 117 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:38 191 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:25:48 508 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: Sign]
--- 11 Dec 22:25:48 574 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: Sign]
--- 11 Dec 22:25:55 105 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0
--- 11 Dec 22:25:55 105 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:55 185 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 11 Dec 22:25:58 306 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0
--- 11 Dec 22:25:58 306 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:25:58 381 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:26:01 693 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0
--- 11 Dec 22:26:01 694 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:26:01 748 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:26:03 886 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[@id='tab1']]
--- 11 Dec 22:26:09 202 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111655311896719_i0xarrl5yk2b35dw3e2ws3h0
--- 11 Dec 22:26:09 202 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:26:11 351 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> id: lblSMSLinkDelivery]
--- 11 Dec 22:26:13 561 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 22:26:22 827 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:26:25 251 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:26:27 744 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 22:26:32 227 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //input[@placeholder='Enter Password']]
--- 11 Dec 22:26:37 006 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:26:41 474 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c09b6a1ad757fc122d6391674fd62375)] -> xpath: //input[@placeholder='Enter Email']]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
verifyTemplateMangementInTheCollectedDocumentPagee({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement with 2 docu...)
null [ScreenShot]
--- 11 Dec 23:34:30 799 - TestCaseID:: verifyTemplateMangementInTheCollectedDocumentPagee
--- 11 Dec 23:34:32 786 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Template Mangement with 2 documents
Steps:
verify Template Mangement with 2 documents
Steps:
verify Template Mangement with 2 documents
Steps:
--- 11 Dec 23:34:39 102 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:34:39 102 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:34:39 187 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: btnSubmit]
--- 11 Dec 23:34:39 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:34:39 967 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: btnSubmit]
--- 11 Dec 23:35:00 265 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: lightbox]
--- 11 Dec 23:35:00 346 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: i0116]
--- 11 Dec 23:35:00 979 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: idSIButton9]
--- 11 Dec 23:35:06 976 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:35:06 977 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:35:07 054 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: lightbox]
--- 11 Dec 23:35:07 120 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: idSIButton9]
--- 11 Dec 23:35:19 079 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:35:19 079 - 11 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:35:19 161 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> id: btnUpload]
--- 11 Dec 23:35:22 402 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:35:22 403 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:35:22 482 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> css selector: .header]
--- 11 Dec 23:35:22 558 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a41ddf443061c5c4d2b37d3e9fe08e46)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyMergingDocswithSameName({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Merge 2 documents with same name with...)
null [ScreenShot]
--- 11 Dec 23:02:40 515 - TestCaseID:: verifyMergingDocswithSameName
--- 11 Dec 23:02:42 626 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Merge 2 documents with same name with Comma
Steps:
--- 11 Dec 23:02:48 762 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:02:48 762 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:02:48 847 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: btnSubmit]
--- 11 Dec 23:02:48 927 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:02:49 606 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: btnSubmit]
--- 11 Dec 23:03:10 055 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: lightbox]
--- 11 Dec 23:03:10 136 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: i0116]
--- 11 Dec 23:03:10 758 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: idSIButton9]
--- 11 Dec 23:03:17 387 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:03:17 388 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:03:17 502 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: lightbox]
--- 11 Dec 23:03:17 627 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: idSIButton9]
--- 11 Dec 23:03:26 077 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:03:26 077 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:03:26 170 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> id: btnUpload]
--- 11 Dec 23:03:29 282 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:03:29 284 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:03:29 365 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> css selector: .header]
--- 11 Dec 23:03:29 439 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (21530b5e6f096d79c0af8c339e2a9bb4)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyMergingSignersUIImprovements({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify UI elements on the Document ma...)
null [ScreenShot]
--- 11 Dec 23:06:46 683 - TestCaseID:: verifyMergingSignersUIImprovements
--- 11 Dec 23:06:48 716 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify UI elements on the Document maintenance (RTS) page
Steps:
--- 11 Dec 23:06:55 021 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:06:55 021 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:06:55 103 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: btnSubmit]
--- 11 Dec 23:06:55 188 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:06:55 903 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: btnSubmit]
--- 11 Dec 23:07:16 169 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: lightbox]
--- 11 Dec 23:07:16 255 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: i0116]
--- 11 Dec 23:07:16 922 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: idSIButton9]
--- 11 Dec 23:07:24 090 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:07:24 090 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:07:24 173 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: lightbox]
--- 11 Dec 23:07:24 246 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: idSIButton9]
--- 11 Dec 23:07:32 934 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:07:32 934 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:07:33 028 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> id: btnUpload]
--- 11 Dec 23:07:36 149 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:07:36 149 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:07:36 226 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> css selector: .header]
--- 11 Dec 23:07:36 308 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b6624172de2884342663f41ee7a62b8f)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyDynamicDocPDFSession({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Dynamic PDF document session, ...)
null [ScreenShot]
--- 11 Dec 22:58:34 347 - TestCaseID:: verifyDynamicDocPDFSession
--- 11 Dec 22:58:36 324 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Dynamic PDF document session
Steps:
--- 11 Dec 22:58:42 603 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:58:42 604 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:58:42 693 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: btnSubmit]
--- 11 Dec 22:58:42 784 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:58:43 496 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: btnSubmit]
--- 11 Dec 22:59:03 963 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: lightbox]
--- 11 Dec 22:59:04 061 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: i0116]
--- 11 Dec 22:59:04 700 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: idSIButton9]
--- 11 Dec 22:59:10 707 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:59:10 707 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:59:10 785 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: lightbox]
--- 11 Dec 22:59:10 854 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: idSIButton9]
--- 11 Dec 22:59:19 241 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:59:19 241 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:59:19 327 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> id: btnUpload]
--- 11 Dec 22:59:22 519 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:59:22 519 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:59:22 598 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> css selector: .header]
--- 11 Dec 22:59:22 674 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (fc8aa95738f5d12cb1243050ed05b227)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyMultipleDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Uploading multiple documents in Colle...)
null [ScreenShot]
--- 11 Dec 23:08:51 348 - TestCaseID:: verifyMultipleDocumentUploadIncollectionDocumentPage
--- 11 Dec 23:08:54 613 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Uploading multiple documents in Collected documents page (RTS)
Steps:
Uploading multiple documents in Collected documents page (RTS)
Steps:
--- 11 Dec 23:09:01 102 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:09:01 102 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:09:01 201 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: btnSubmit]
--- 11 Dec 23:09:01 290 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:09:01 971 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: btnSubmit]
--- 11 Dec 23:09:22 610 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: lightbox]
--- 11 Dec 23:09:22 697 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: i0116]
--- 11 Dec 23:09:23 336 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: idSIButton9]
--- 11 Dec 23:09:29 378 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:09:29 378 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:09:29 451 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: lightbox]
--- 11 Dec 23:09:29 522 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: idSIButton9]
--- 11 Dec 23:09:37 634 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:09:37 634 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:09:37 724 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> id: btnUpload]
--- 11 Dec 23:09:40 903 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:09:40 904 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:09:40 985 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> css selector: .header]
--- 11 Dec 23:09:41 059 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2ab67de6915a7a9492ce3d215c733df1)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifySplitPDFSession({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Split PDF document session, Ar...)
null [ScreenShot]
--- 11 Dec 23:30:20 997 - TestCaseID:: verifySplitPDFSession
--- 11 Dec 23:30:23 078 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Split PDF document session
Steps:
--- 11 Dec 23:30:29 282 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:30:29 283 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:30:29 377 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: btnSubmit]
--- 11 Dec 23:30:29 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:30:30 139 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: btnSubmit]
--- 11 Dec 23:30:50 452 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: lightbox]
--- 11 Dec 23:30:50 536 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: i0116]
--- 11 Dec 23:30:51 154 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: idSIButton9]
--- 11 Dec 23:30:57 124 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:30:57 125 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:30:57 199 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: lightbox]
--- 11 Dec 23:30:57 272 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: idSIButton9]
--- 11 Dec 23:31:07 533 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:31:07 533 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:31:07 619 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> id: btnUpload]
--- 11 Dec 23:31:10 811 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:31:10 811 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:31:10 888 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> css selector: .header]
--- 11 Dec 23:31:10 961 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (8e7c2e3ffef0397f6a369f7c454ab44a)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
AddingattachmentToExistingSessionInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Sessions With Attachment In Co...)
null [ScreenShot]
--- 12 Dec 00:04:57 656 - TestCaseID:: AddingattachmentToExistingSessionInCollectionDocumentPage
--- 12 Dec 00:04:59 587 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Sessions With Attachment In Collection Document Page
Steps:
--- 12 Dec 00:05:05 767 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:05:05 767 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:05:05 855 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: btnSubmit]
--- 12 Dec 00:05:05 939 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:05:06 651 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: btnSubmit]
--- 12 Dec 00:05:27 091 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: lightbox]
--- 12 Dec 00:05:27 173 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: i0116]
--- 12 Dec 00:05:27 810 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: idSIButton9]
--- 12 Dec 00:05:34 229 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:05:34 229 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:05:34 303 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: lightbox]
--- 12 Dec 00:05:34 373 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: idSIButton9]
--- 12 Dec 00:05:41 415 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:05:41 415 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:05:41 502 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> id: btnUpload]
--- 12 Dec 00:05:44 667 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:05:44 667 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:05:44 746 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> css selector: .header]
--- 12 Dec 00:05:44 821 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6fb01fba5a99b80b00fd10425503a66c)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyDocumentWithTemplateDesignPage({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defi...)
null [ScreenShot]
--- 11 Dec 22:55:15 741 - TestCaseID:: verifyDocumentWithTemplateDesignPage
--- 11 Dec 22:55:17 704 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Permissions For Defining Documents-RTS as disable
Steps:
--- 11 Dec 22:55:23 897 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:55:23 897 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:55:23 986 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: btnSubmit]
--- 11 Dec 22:55:24 075 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:55:24 730 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: btnSubmit]
--- 11 Dec 22:55:45 593 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: lightbox]
--- 11 Dec 22:55:45 672 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: i0116]
--- 11 Dec 22:55:46 290 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: idSIButton9]
--- 11 Dec 22:55:52 424 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:55:52 425 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:55:52 493 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: lightbox]
--- 11 Dec 22:55:52 563 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: idSIButton9]
--- 11 Dec 22:55:59 648 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:55:59 648 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:55:59 736 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: btnUpload]
--- 11 Dec 22:56:02 905 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:56:02 905 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:56:02 986 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> css selector: .header]
--- 11 Dec 22:56:03 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:56:11 550 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:56:11 551 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:56:14 792 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:56:14 792 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:56:14 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> css selector: .header]
--- 11 Dec 22:56:19 988 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: TxtGroupTitle]
--- 11 Dec 22:56:20 677 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: btnSearch]
--- 11 Dec 22:56:25 000 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:56:25 000 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:56:28 135 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:56:28 135 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:56:33 218 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: TxtGroupTitle]
--- 11 Dec 22:56:33 772 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> id: btnSearch]
--- 11 Dec 22:56:38 099 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:56:38 099 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Group present in Group maintenace page
Actual(Passed): Sucessfully verfied Group in Group maintenace page[ScreenShot]
Actual(Passed): Sucessfully verfied Group in Group maintenace page[ScreenShot]
--- 11 Dec 22:56:48 376 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> xpath: //div[contains(@class,'clickable')]]
--- 11 Dec 22:56:55 952 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:56:55 952 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: UnCheck the Allow to Define Unknown Documents check box
Actual(Passed): Successfully verified unCheck the Allow to Define Unknown Documents check box[ScreenShot]
Actual(Passed): Successfully verified unCheck the Allow to Define Unknown Documents check box[ScreenShot]
Expected: UnCheck the Create and Manage Templates check box
Actual(Passed): Successfully verified UnCheck the Create and Manage Templates check box[ScreenShot]
Actual(Passed): Successfully verified UnCheck the Create and Manage Templates check box[ScreenShot]
--- 11 Dec 22:57:15 162 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:57:15 162 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:57:17 525 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (e0cb898e4dcae2135af829482ecec050)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyProcessSessionDeleteDocumentAndFinishSigning({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Process a session, Delete a document ...)
null [ScreenShot]
--- 11 Dec 23:20:41 467 - TestCaseID:: verifyProcessSessionDeleteDocumentAndFinishSigning
--- 11 Dec 23:20:43 793 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Process a session, Delete a document and retrieve saved session to finish signing
Steps:
--- 11 Dec 23:20:50 124 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:20:50 125 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:20:50 214 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: btnSubmit]
--- 11 Dec 23:20:50 298 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:20:51 039 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: btnSubmit]
--- 11 Dec 23:21:11 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: lightbox]
--- 11 Dec 23:21:11 535 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: i0116]
--- 11 Dec 23:21:12 181 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: idSIButton9]
--- 11 Dec 23:21:18 247 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:21:18 247 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:21:18 320 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: lightbox]
--- 11 Dec 23:21:18 394 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: idSIButton9]
--- 11 Dec 23:21:27 221 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:21:27 222 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:21:27 309 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: btnUpload]
--- 11 Dec 23:21:30 469 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:21:30 469 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:21:30 546 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> css selector: .header]
--- 11 Dec 23:21:30 626 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:21:38 695 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:21:38 695 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:21:48 148 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> xpath: //*[text()='Import Template']]
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 Dec 23:21:56 548 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:21:56 549 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:21:56 747 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> xpath: //a[text()='Processing']]
--- 11 Dec 23:22:05 287 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:22:05 287 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:22:15 733 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: tab0]
--- 11 Dec 23:22:18 848 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:22:18 849 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:22:18 922 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> css selector: .header]
--- 11 Dec 23:22:19 003 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: dragandrophandler]
--- 11 Dec 23:22:24 203 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded XX11993.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded XX11993.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:22:24 434 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: dragandrophandler]
--- 11 Dec 23:22:29 621 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded XNAAP.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded XNAAP.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:22:29 843 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 23:22:40 872 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111752419737257_q1abvb0uacbmp0ruzb3ft5eo&refresh=y
--- 11 Dec 23:22:40 873 - 10 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:22:44 136 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111752419737257_q1abvb0uacbmp0ruzb3ft5eo&refresh=y
--- 11 Dec 23:22:44 137 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:22:47 395 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111752419737257_q1abvb0uacbmp0ruzb3ft5eo&refresh=y
--- 11 Dec 23:22:47 395 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:22:47 481 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: Sign]
--- 11 Dec 23:22:47 559 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> id: Attach]
--- 11 Dec 23:22:50 807 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111752419737257_q1abvb0uacbmp0ruzb3ft5eo&refresh=y
--- 11 Dec 23:22:50 807 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:22:50 891 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (67db95b053beafbeca22d6bb78db91e4)] -> css selector: .header]
--- 11 Dec 23:23:04 239 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111752419737257_q1abvb0uacbmp0ruzb3ft5eo&refresh=y
--- 11 Dec 23:23:04 239 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
null [ScreenShot]
verifyAdobeSMSInPersonSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Failed to navigate to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:13:27 052 - TestCaseID:: verifyAdobeSMSInPersonSigningMethodRTSSession
--- 11 Dec 22:13:29 246 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS In Person Signing Method - Unified FI
Steps:
--- 11 Dec 22:13:37 974 - 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=7060794e-0d21-4bd0-80c8-ccb11e56bc07&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=03orey3af0sjme39q2bna5bs8dfkf4ielxntpnohhbm&code_challenge_method=s256&nonce=2355b514-f0ed-4c34-a5d5-0b4bab50760a&state=eyjpzci6imm2yjdkngexlti2yjctnde0os04zdc1ltjlogi3zmm3oty2nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 22:13:37 974 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:13:56 817 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> id: i0116]
--- 11 Dec 22:13:57 477 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> id: idSIButton9]
--- 11 Dec 22:14:03 661 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:14:03 661 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:03 744 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> id: lightbox]
--- 11 Dec 22:14:03 811 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> id: idSIButton9]
--- 11 Dec 22:14:09 892 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
--- 11 Dec 22:14:09 892 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 22:14:14 180 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 22:14:14 181 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:14 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> css selector: .header]
--- 11 Dec 22:14:19 821 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:14:19 821 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:22 902 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:14:22 903 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:26 008 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:14:26 008 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:26 083 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 22:14:29 174 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:14:29 174 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:29 245 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 22:14:35 498 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:14:35 498 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:37 827 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 22:14:43 972 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:14:44 061 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:14:47 531 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:14:47 531 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:47 574 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> id: headerRemoteSettings]
--- 11 Dec 22:14:50 730 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:14:50 730 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:50 803 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> css selector: .header]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 22:14:54 392 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:14:54 393 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:14:54 463 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1f7b433d27bc578d614a688d13c4216e)] -> xpath: //*[@id='remoteSMStoAll']]
Clicked on Save button [ScreenShot]
--- 11 Dec 22:15:06 974 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:15:06 975 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:15:07 320 - TestCaseID:: verifySMSOptionInSigningMethods
--- 11 Dec 22:15:09 407 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS In Person Signing Method - Unified FI
Steps:
--- 11 Dec 22:15:15 650 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:15:15 650 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:15:15 741 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: btnSubmit]
--- 11 Dec 22:15:15 820 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:15:16 509 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: btnSubmit]
--- 11 Dec 22:15:37 093 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: lightbox]
--- 11 Dec 22:15:37 175 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: i0116]
--- 11 Dec 22:15:37 810 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: idSIButton9]
--- 11 Dec 22:15:43 775 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:15:43 775 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:15:43 847 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: lightbox]
--- 11 Dec 22:15:43 915 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: idSIButton9]
--- 11 Dec 22:15:51 369 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:15:51 369 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:15:51 459 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: btnUpload]
--- 11 Dec 22:15:54 626 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:15:54 627 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:15:54 707 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> css selector: .header]
--- 11 Dec 22:15:54 784 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:15:59 573 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:15:59 678 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:16:04 761 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:16:08 053 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:16:08 053 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:16:09 349 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> 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 Dec 22:16:09 564 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //*[text()='Import Template']]
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 Dec 22:16:14 908 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:16:23 943 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:16:23 944 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:16:34 434 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: tab0]
--- 11 Dec 22:16:37 663 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:16:37 663 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:16:37 736 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> css selector: .header]
--- 11 Dec 22:16:37 813 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: dragandrophandler]
--- 11 Dec 22:16:42 965 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:16:43 219 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:16:53 131 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111646552479539_tj4ltma5s1tcpnouf4pkab5c&refresh=y
--- 11 Dec 22:16:53 131 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:16:56 263 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111646552479539_tj4ltma5s1tcpnouf4pkab5c&refresh=y
--- 11 Dec 22:16:56 263 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:16:59 389 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111646552479539_tj4ltma5s1tcpnouf4pkab5c&refresh=y
--- 11 Dec 22:16:59 389 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:16:59 465 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: Sign]
--- 11 Dec 22:16:59 539 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: Attach]
--- 11 Dec 22:17:02 721 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111646552479539_tj4ltma5s1tcpnouf4pkab5c&refresh=y
--- 11 Dec 22:17:02 721 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:17:02 816 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:17:13 169 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: Sign]
--- 11 Dec 22:17:13 237 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0cb376d760432b52cbdaae5e5f5456d0)] -> id: Sign]
Failed to navigate to the 'eSignature Management' page [ScreenShot]
verifyAddingDocumentsToASessionRTS({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description= Adding Documents To A Session RTS, A...)
Index 0 out of bounds for length 0 [ScreenShot]
--- 11 Dec 22:37:58 113 - TestCaseID:: verifyAddingDocumentsToASessionRTS
--- 11 Dec 22:38:00 147 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Adding Documents To A Session RTS
Steps:
Adding Documents To A Session RTS
Steps:
--- 11 Dec 22:38:06 336 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:38:06 336 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:38:06 420 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: btnSubmit]
--- 11 Dec 22:38:06 499 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:38:07 184 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: btnSubmit]
--- 11 Dec 22:38:27 623 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: lightbox]
--- 11 Dec 22:38:27 704 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: i0116]
--- 11 Dec 22:38:28 328 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: idSIButton9]
--- 11 Dec 22:38:33 959 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:38:33 960 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:38:34 027 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: lightbox]
--- 11 Dec 22:38:34 094 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: idSIButton9]
--- 11 Dec 22:38:41 302 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:38:41 303 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:38:41 389 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: btnUpload]
--- 11 Dec 22:38:44 603 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:38:44 604 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:38:44 680 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> css selector: .header]
--- 11 Dec 22:38:44 757 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:38:49 603 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:38:49 701 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:38:54 784 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:38:58 116 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:38:58 116 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:38:59 200 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> 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 Dec 22:38:59 422 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //*[text()='Import Template']]
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 Dec 22:39:04 721 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:39:13 401 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:39:13 401 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:39:23 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: tab0]
--- 11 Dec 22:39:27 024 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:39:27 024 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:39:27 093 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> css selector: .header]
--- 11 Dec 22:39:27 167 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: dragandrophandler]
--- 11 Dec 22:39:32 328 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded BankersAZPOA0.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded BankersAZPOA0.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:39:32 567 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:39:41 694 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111709446182299_awd5ohbxh4y1crfzaiftv3ja&refresh=y
--- 11 Dec 22:39:41 695 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:39:44 878 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111709446182299_awd5ohbxh4y1crfzaiftv3ja&refresh=y
--- 11 Dec 22:39:44 878 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:39:48 056 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111709446182299_awd5ohbxh4y1crfzaiftv3ja&refresh=y
--- 11 Dec 22:39:48 057 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:39:48 133 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: Sign]
--- 11 Dec 22:39:48 209 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> id: Attach]
--- 11 Dec 22:39:51 345 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111709446182299_awd5ohbxh4y1crfzaiftv3ja&refresh=y
--- 11 Dec 22:39:51 345 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:39:51 418 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:40:04 976 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111709446182299_awd5ohbxh4y1crfzaiftv3ja&refresh=y
--- 11 Dec 22:40:04 976 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:40:37 095 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111709446182299_awd5ohbxh4y1crfzaiftv3ja&refresh=y
--- 11 Dec 22:40:37 096 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:40:37 173 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aba8e0f587ef38bb72d65246e37a3e16)] -> css selector: .header]
Expected: The File upload in collected Document Page
Actual(Failed): Failed to upload XNAAP.pdf file in the collected Document Page[ScreenShot]
Actual(Failed): Failed to upload XNAAP.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:41:32 746 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111709446182299_awd5ohbxh4y1crfzaiftv3ja&refresh=y
--- 11 Dec 22:41:32 746 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Index 0 out of bounds for length 0 [ScreenShot]
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
--- 11 Dec 22:17:13 789 - TestCaseID:: verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
--- 11 Dec 22:17:16 006 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS KBA Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:17:25 013 - 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=8b76ea8e-dbb7-4cbe-860f-b50b659cb4e2&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=thra1z4bs7azfrvzuleihikad7xngjsm_wkpwz34vha&code_challenge_method=s256&nonce=406b346f-c8c5-455d-874d-ac5925387b75&state=eyjpzci6ijbiyti4owi4lwy0zjatndc3oc05nwvilty0zjuwndawnmq3myisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 22:17:25 013 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:17:43 956 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> id: i0116]
--- 11 Dec 22:17:44 619 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> id: idSIButton9]
--- 11 Dec 22:17:50 793 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:17:50 793 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:17:50 870 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> id: lightbox]
--- 11 Dec 22:17:50 935 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> id: idSIButton9]
--- 11 Dec 22:17:56 756 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
--- 11 Dec 22:17:56 756 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 22:18:00 850 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 22:18:00 850 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:00 934 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> css selector: .header]
--- 11 Dec 22:18:03 237 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 11 Dec 22:18:06 497 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:18:06 497 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:09 583 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:18:09 583 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:12 667 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:18:12 667 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:12 744 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 22:18:15 846 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:18:15 846 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:15 918 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 22:18:22 117 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:18:22 118 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:24 442 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 22:18:30 536 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:18:30 635 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:18:34 079 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:18:34 079 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:34 120 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> id: headerRemoteSettings]
--- 11 Dec 22:18:37 304 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:18:37 305 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:37 376 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> css selector: .header]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 11 Dec 22:18:41 010 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:18:41 010 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:41 092 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (27f623b66897dae9925f8b8c41448c85)] -> xpath: //*[@id='remoteSMStoAll']]
Clicked on Save button [ScreenShot]
--- 11 Dec 22:18:53 500 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:18:53 500 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:18:53 950 - TestCaseID:: verifyKBAAuthenticationSigningMethod
--- 11 Dec 22:18:55 932 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Adobe SMS KBA Authentication Signing Method RTS Session
Steps:
--- 11 Dec 22:19:01 953 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:19:01 954 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:19:02 040 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: btnSubmit]
--- 11 Dec 22:19:02 135 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:19:02 862 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: btnSubmit]
--- 11 Dec 22:19:23 341 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: lightbox]
--- 11 Dec 22:19:23 424 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: i0116]
--- 11 Dec 22:19:24 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: idSIButton9]
--- 11 Dec 22:19:30 214 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:19:30 215 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:19:30 576 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: lightbox]
--- 11 Dec 22:19:30 647 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: idSIButton9]
--- 11 Dec 22:19:37 319 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:19:37 319 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:19:37 408 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: btnUpload]
--- 11 Dec 22:19:40 649 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:19:40 650 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:19:40 729 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> css selector: .header]
--- 11 Dec 22:19:40 808 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:19:45 503 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:19:45 604 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:19:50 741 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:19:53 970 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:19:53 970 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:19:55 013 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> 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 Dec 22:19:55 199 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //*[text()='Import Template']]
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 Dec 22:20:00 571 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:20:11 563 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:20:11 564 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:20:21 865 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: tab0]
--- 11 Dec 22:20:25 001 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:20:25 002 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:20:25 079 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> css selector: .header]
--- 11 Dec 22:20:25 165 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: dragandrophandler]
--- 11 Dec 22:20:30 354 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:20:30 591 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:20:40 522 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad&refresh=y
--- 11 Dec 22:20:40 522 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:20:43 674 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad&refresh=y
--- 11 Dec 22:20:43 674 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:20:46 862 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad&refresh=y
--- 11 Dec 22:20:46 862 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:20:46 942 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: Sign]
--- 11 Dec 22:20:47 018 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: Attach]
--- 11 Dec 22:20:50 125 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad&refresh=y
--- 11 Dec 22:20:50 125 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:20:50 195 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:21:00 549 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: Sign]
--- 11 Dec 22:21:00 621 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: Sign]
--- 11 Dec 22:21:07 029 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad
--- 11 Dec 22:21:07 029 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:21:07 112 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 11 Dec 22:21:10 256 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad
--- 11 Dec 22:21:10 257 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:21:10 331 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:21:13 616 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad
--- 11 Dec 22:21:13 616 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:21:13 671 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 11 Dec 22:21:15 783 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //label[@data-value='KBA']]
--- 11 Dec 22:21:21 138 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202412111650426426341_spqv02oniiflw1mzfh3kb2ad
--- 11 Dec 22:21:21 138 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:21:23 279 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> id: lblSMSLinkDelivery]
--- 11 Dec 22:21:25 443 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //*[@id='SMSLinkDelivery']/label/span]
--- 11 Dec 22:21:34 583 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:21:36 945 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //input[@placeholder='Enter Email']]
--- 11 Dec 22:21:39 493 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //input[@placeholder='Enter Phone']]
--- 11 Dec 22:21:46 385 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //*[@id='validationSummaryControl']/div/p[1]]
--- 11 Dec 22:21:50 886 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bcbc59e54df77f1bc41eab66978354b5)] -> xpath: //input[@placeholder='Enter Email']]
Index 0 out of bounds for length 0 [ScreenShot]
Index 0 out of bounds for length 0
verifyUIelementsOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify UI elements on the Document ma...)
null [ScreenShot]
--- 11 Dec 23:38:45 613 - TestCaseID:: verifyUIelementsOnTheDocumentMaintenanceRTSPage
--- 11 Dec 23:38:47 580 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify UI elements on the Document maintenance (RTS) page
Steps:
--- 11 Dec 23:38:53 810 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:38:53 810 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:38:53 896 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: btnSubmit]
--- 11 Dec 23:38:53 982 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:38:54 676 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: btnSubmit]
--- 11 Dec 23:39:15 623 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: lightbox]
--- 11 Dec 23:39:15 710 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: i0116]
--- 11 Dec 23:39:16 334 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: idSIButton9]
--- 11 Dec 23:39:23 406 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:39:23 406 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:39:23 476 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: lightbox]
--- 11 Dec 23:39:23 543 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: idSIButton9]
--- 11 Dec 23:39:31 917 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:39:31 917 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:39:32 002 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: btnUpload]
--- 11 Dec 23:39:35 134 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:39:35 134 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:39:35 216 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> css selector: .header]
--- 11 Dec 23:39:35 306 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:39:44 483 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 11 Dec 23:39:44 484 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:39:44 564 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> id: immPageTitle]
--- 11 Dec 23:39:47 792 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 11 Dec 23:39:47 792 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:39:47 859 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> css selector: .header]
--- 11 Dec 23:39:47 954 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 11 Dec 23:40:11 535 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 11 Dec 23:40:11 535 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:40:13 853 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (aec72a1c201dc8a64e327c565a354d79)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyProcessingASessionAndMergingRTSDocuments({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Processing a session and Merging RTS ...)
Failed to navigate to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 23:23:09 799 - TestCaseID:: verifyProcessingASessionAndMergingRTSDocuments
--- 11 Dec 23:23:11 852 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Processing a session and Merging RTS Documents
Steps:
--- 11 Dec 23:23:18 178 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:23:18 178 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:23:18 265 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: btnSubmit]
--- 11 Dec 23:23:18 346 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:23:19 063 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: btnSubmit]
--- 11 Dec 23:23:39 976 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: lightbox]
--- 11 Dec 23:23:40 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: i0116]
--- 11 Dec 23:23:40 697 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: idSIButton9]
--- 11 Dec 23:23:46 477 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:23:46 478 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:23:46 548 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: lightbox]
--- 11 Dec 23:23:46 621 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: idSIButton9]
--- 11 Dec 23:23:54 771 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:23:54 771 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:23:54 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: btnUpload]
--- 11 Dec 23:23:58 006 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:23:58 006 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:23:58 091 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> css selector: .header]
--- 11 Dec 23:23:58 164 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:24:02 888 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:24:02 997 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:24:08 082 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:24:11 345 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:24:11 345 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:24:13 519 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //div[text()='No records found']]
Expected: Delete all the documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 11 Dec 23:24:13 743 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //*[text()='Import Template']]
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 Dec 23:24:22 087 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:24:22 087 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the definition after upload
Actual(Passed): Successfully verified the definition after upload[ScreenShot]
Actual(Passed): Successfully verified the definition after upload[ScreenShot]
--- 11 Dec 23:24:25 364 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:24:25 364 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the definition after upload
Actual(Passed): Successfully verified the definition after upload[ScreenShot]
Actual(Passed): Successfully verified the definition after upload[ScreenShot]
--- 11 Dec 23:24:25 646 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //a[text()='Processing']]
--- 11 Dec 23:24:34 220 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:24:34 221 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:24:44 647 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: tab0]
--- 11 Dec 23:24:47 819 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:24:47 819 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:24:47 899 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> css selector: .header]
--- 11 Dec 23:24:47 975 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: dragandrophandler]
--- 11 Dec 23:24:53 135 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded XX11993.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded XX11993.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:24:53 337 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: dragandrophandler]
--- 11 Dec 23:24:58 531 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded XNAAP.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded XNAAP.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:25:01 810 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:25:01 811 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:25:06 877 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> css selector: div[data-bind*='DocumentName()']]
Expected: check the attachment document after upload
Actual(Passed): Successfully verified the attachment document after upload[ScreenShot]
Actual(Passed): Successfully verified the attachment document after upload[ScreenShot]
--- 11 Dec 23:25:10 180 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:25:10 180 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:25:15 264 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> css selector: div[data-bind*='DocumentName()']]
Expected: check the attachment document after upload
Actual(Failed): Failed to verify the attachment document after upload[ScreenShot]
Actual(Failed): Failed to verify the attachment document after upload[ScreenShot]
--- 11 Dec 23:25:15 466 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 23:25:26 364 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111755276026998_qhw41cnqb5rmny1mn1io5ahw&refresh=y
--- 11 Dec 23:25:26 365 - 10 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:25:29 679 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111755276026998_qhw41cnqb5rmny1mn1io5ahw&refresh=y
--- 11 Dec 23:25:29 679 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:25:32 948 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111755276026998_qhw41cnqb5rmny1mn1io5ahw&refresh=y
--- 11 Dec 23:25:32 948 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:25:33 031 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: Sign]
--- 11 Dec 23:25:33 117 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: Attach]
--- 11 Dec 23:25:36 393 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111755276026998_qhw41cnqb5rmny1mn1io5ahw&refresh=y
--- 11 Dec 23:25:36 393 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:25:36 473 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> css selector: .header]
--- 11 Dec 23:25:46 664 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: Sign]
--- 11 Dec 23:25:46 738 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (5da9c1a8502e0a66c0dcc3eba87e361f)] -> id: Sign]
Failed to navigate to the 'eSignature Management' page [ScreenShot]
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signatur...)
null [ScreenShot]
--- 12 Dec 00:14:26 121 - TestCaseID:: verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
--- 12 Dec 00:14:28 109 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Creating a session with opt. signature and a Vendor attachment
Steps:
--- 12 Dec 00:14:34 564 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:14:34 564 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:14:34 652 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: btnSubmit]
--- 12 Dec 00:14:34 735 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:14:35 468 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: btnSubmit]
--- 12 Dec 00:14:55 904 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: lightbox]
--- 12 Dec 00:14:55 991 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: i0116]
--- 12 Dec 00:14:56 613 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: idSIButton9]
--- 12 Dec 00:15:02 609 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:15:02 610 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:15:02 680 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: lightbox]
--- 12 Dec 00:15:02 748 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: idSIButton9]
--- 12 Dec 00:15:09 732 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:15:09 733 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:15:09 825 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> id: btnUpload]
--- 12 Dec 00:15:13 019 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:15:13 019 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:15:13 097 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> css selector: .header]
--- 12 Dec 00:15:13 173 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (34ce9e97d35aa73670c523f8a700a834)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyDefiningDocumentsWithDisablePermissions({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defi...)
null [ScreenShot]
--- 11 Dec 22:51:54 728 - TestCaseID:: verifyDefiningDocumentsWithDisablePermissions
--- 11 Dec 22:51:57 056 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Permissions For Defining Documents-RTS as disable
Steps:
--- 11 Dec 22:52:03 217 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:52:03 217 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:52:03 307 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: btnSubmit]
--- 11 Dec 22:52:03 388 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:52:04 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: btnSubmit]
--- 11 Dec 22:52:24 922 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: lightbox]
--- 11 Dec 22:52:25 003 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: i0116]
--- 11 Dec 22:52:25 634 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: idSIButton9]
--- 11 Dec 22:52:32 232 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:52:32 233 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:52:32 306 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: lightbox]
--- 11 Dec 22:52:32 374 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: idSIButton9]
--- 11 Dec 22:52:39 898 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:52:39 898 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:52:39 984 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: btnUpload]
--- 11 Dec 22:52:43 160 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:52:43 160 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:52:43 237 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> css selector: .header]
--- 11 Dec 22:52:43 314 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:52:52 577 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:52:52 577 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:52:55 889 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:52:55 890 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:52:55 967 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> css selector: .header]
--- 11 Dec 22:53:01 053 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: TxtGroupTitle]
--- 11 Dec 22:53:01 754 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: btnSearch]
--- 11 Dec 22:53:06 112 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:53:06 113 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:53:09 197 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:53:09 197 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:53:14 333 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: TxtGroupTitle]
--- 11 Dec 22:53:14 924 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> id: btnSearch]
--- 11 Dec 22:53:19 231 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:53:19 232 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Group present in Group maintenace page
Actual(Passed): Sucessfully verfied Group in Group maintenace page[ScreenShot]
Actual(Passed): Sucessfully verfied Group in Group maintenace page[ScreenShot]
--- 11 Dec 22:53:29 478 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> xpath: //div[contains(@class,'clickable')]]
--- 11 Dec 22:53:37 109 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:53:37 110 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: UnCheck the Allow to Define Unknown Documents check box
Actual(Passed): Successfully verified unCheck the Allow to Define Unknown Documents check box[ScreenShot]
Actual(Passed): Successfully verified unCheck the Allow to Define Unknown Documents check box[ScreenShot]
Expected: check the Create and Manage Templates check box
Actual(Passed): Successfully verified check the Create and Manage Templates check box[ScreenShot]
Actual(Passed): Successfully verified check the Create and Manage Templates check box[ScreenShot]
--- 11 Dec 22:53:56 248 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 11 Dec 22:53:56 248 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:53:58 578 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (57f31afb1088eb3fac33875e12186032)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyProcessSessionWithAttachmentAndReProcess({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Process a session with attachment, ad...)
null [ScreenShot]
--- 12 Dec 00:07:00 053 - TestCaseID:: verifyProcessSessionWithAttachmentAndReProcess
--- 12 Dec 00:07:02 018 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Process a session with attachment, add a field in Designer, Re-process and sign
Steps:
--- 12 Dec 00:07:08 297 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:07:08 297 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:07:08 388 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: btnSubmit]
--- 12 Dec 00:07:08 471 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:07:09 275 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: btnSubmit]
--- 12 Dec 00:07:29 541 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: lightbox]
--- 12 Dec 00:07:29 625 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: i0116]
--- 12 Dec 00:07:30 254 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: idSIButton9]
--- 12 Dec 00:07:36 387 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:07:36 387 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:07:36 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: lightbox]
--- 12 Dec 00:07:36 532 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: idSIButton9]
--- 12 Dec 00:07:43 460 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:07:43 460 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:07:43 557 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: btnUpload]
--- 12 Dec 00:07:46 700 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:07:46 700 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:07:46 779 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> css selector: .header]
--- 12 Dec 00:07:46 857 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> xpath: //a[text()='Administration']]
--- 12 Dec 00:07:55 117 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 12 Dec 00:07:55 117 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:08:04 592 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> xpath: //*[text()='Import Template']]
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]
--- 12 Dec 00:08:12 985 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 12 Dec 00:08:12 985 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:08:13 168 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> xpath: //a[text()='Processing']]
--- 12 Dec 00:08:21 728 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:08:21 729 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:08:32 187 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> id: tab0]
--- 12 Dec 00:08:35 362 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:08:35 362 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:08:35 434 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> css selector: .header]
--- 12 Dec 00:08:35 517 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:08:35 592 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:08:40 701 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2545549894c4738c5985dd1f2b94ffe0)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:08:43 958 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 12 Dec 00:08:43 958 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
null [ScreenShot]
verifyReversingDocumentOrder({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Reversing Document Order between 2 Pa...)
class com.imm.pages.CollectedDocumentPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.CollectedDocumentPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app') [ScreenShot]
--- 11 Dec 23:25:47 211 - TestCaseID:: verifyReversingDocumentOrder
--- 11 Dec 23:25:49 189 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Reversing Document Order between 2 Parties
Steps:
--- 11 Dec 23:25:55 249 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:25:55 249 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:25:55 333 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: btnSubmit]
--- 11 Dec 23:25:55 414 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:25:56 137 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: btnSubmit]
--- 11 Dec 23:26:16 760 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: lightbox]
--- 11 Dec 23:26:16 841 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: i0116]
--- 11 Dec 23:26:17 465 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: idSIButton9]
--- 11 Dec 23:26:23 422 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:26:23 422 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:26:23 498 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: lightbox]
--- 11 Dec 23:26:23 571 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: idSIButton9]
--- 11 Dec 23:26:31 929 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:26:31 930 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:26:32 011 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: btnUpload]
--- 11 Dec 23:26:35 173 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:26:35 173 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:26:35 255 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> css selector: .header]
--- 11 Dec 23:26:35 332 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //a[text()='Administration']]
--- 11 Dec 23:26:39 993 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:26:40 096 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:26:45 178 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //*[text()='Select All']]
--- 11 Dec 23:26:48 434 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:26:48 434 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:26:49 782 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> 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 Dec 23:26:50 013 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //*[text()='Import Template']]
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 Dec 23:26:58 368 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:26:58 368 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the definition after upload
Actual(Failed): Failed to verify the Definition document after upload[ScreenShot]
Actual(Failed): Failed to verify the Definition document after upload[ScreenShot]
--- 11 Dec 23:27:11 020 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 23:27:11 020 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: check the definition after upload
Actual(Failed): Failed to verify the Definition document after upload[ScreenShot]
Actual(Failed): Failed to verify the Definition document after upload[ScreenShot]
--- 11 Dec 23:27:20 654 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //a[text()='Processing']]
--- 11 Dec 23:27:29 158 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:27:29 158 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:27:39 574 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: tab0]
--- 11 Dec 23:27:42 725 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:27:42 725 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:27:42 797 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> css selector: .header]
--- 11 Dec 23:27:42 873 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: dragandrophandler]
--- 11 Dec 23:27:48 054 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Car_Loan_PartyRe-order.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Car_Loan_PartyRe-order.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:27:48 290 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: dragandrophandler]
--- 11 Dec 23:27:53 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded Car_Loan_Application.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded Car_Loan_Application.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 23:27:56 788 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:27:56 789 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:28:01 866 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> css selector: div[data-bind*='DocumentName()']]
Expected: check the attachment document after upload
Actual(Failed): Failed to verify the attachment document after upload[ScreenShot]
Actual(Failed): Failed to verify the attachment document after upload[ScreenShot]
--- 11 Dec 23:28:05 094 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:28:05 095 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:28:10 151 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> css selector: div[data-bind*='DocumentName()']]
Expected: check the attachment document after upload
Actual(Failed): Failed to verify the attachment document after upload[ScreenShot]
Actual(Failed): Failed to verify the attachment document after upload[ScreenShot]
--- 11 Dec 23:28:10 360 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (15140ee7e34d9e6c9c01377368d8b5fb)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 23:28:13 742 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:28:13 742 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:28:16 937 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 23:28:16 937 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
class com.imm.pages.CollectedDocumentPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.CollectedDocumentPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app') [ScreenShot]
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signatur...)
--- 12 Dec 00:08:54 254 - TestCaseID:: verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
--- 12 Dec 00:08:56 282 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Creating a session with opt. signature and an attachment
Steps:
--- 12 Dec 00:09:02 538 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 12 Dec 00:09:02 539 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:09:02 630 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: btnSubmit]
--- 12 Dec 00:09:02 712 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 12 Dec 00:09:03 403 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: btnSubmit]
--- 12 Dec 00:09:24 105 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: lightbox]
--- 12 Dec 00:09:24 190 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: i0116]
--- 12 Dec 00:09:24 853 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: idSIButton9]
--- 12 Dec 00:09:30 875 - Page URL:: https://login.microsoftonline.com/common/login
--- 12 Dec 00:09:30 875 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:09:30 944 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: lightbox]
--- 12 Dec 00:09:31 012 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: idSIButton9]
--- 12 Dec 00:09:38 045 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:09:38 045 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:09:38 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: btnUpload]
--- 12 Dec 00:09:41 346 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 12 Dec 00:09:41 347 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:09:41 428 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> css selector: .header]
--- 12 Dec 00:09:41 502 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> xpath: //a[text()='Administration']]
--- 12 Dec 00:09:46 349 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:09:46 456 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:09:51 609 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> xpath: //*[text()='Select All']]
--- 12 Dec 00:09:54 852 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 12 Dec 00:09:54 853 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:09:55 915 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> 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]
--- 12 Dec 00:09:56 098 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> xpath: //*[text()='Import Template']]
--- 12 Dec 00:10:04 417 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 12 Dec 00:10:04 417 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 12 Dec 00:10:13 862 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
Actual(Passed): Successfully Opened the Define Attachment popup[ScreenShot]
--- 12 Dec 00:10:14 207 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (0b1798b0ee22b660145228e9caf6dc6a)] -> id: txtFullName]
--- 12 Dec 00:10:17 341 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 12 Dec 00:10:17 341 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
verifyTemplateMangementInTheCollectedDocumentPagee({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement with 1 docu...)
null [ScreenShot]
--- 11 Dec 23:32:26 108 - TestCaseID:: verifyTemplateMangementInTheCollectedDocumentPagee
--- 11 Dec 23:32:28 099 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Template Mangement with 1 document
Steps:
verify Template Mangement with 1 document
Steps:
verify Template Mangement with 1 document
Steps:
--- 11 Dec 23:32:34 262 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:32:34 262 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:32:34 347 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: btnSubmit]
--- 11 Dec 23:32:34 431 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:32:35 117 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: btnSubmit]
--- 11 Dec 23:32:55 373 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: lightbox]
--- 11 Dec 23:32:55 461 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: i0116]
--- 11 Dec 23:32:56 087 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: idSIButton9]
--- 11 Dec 23:33:02 058 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:33:02 058 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:33:02 127 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: lightbox]
--- 11 Dec 23:33:02 199 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: idSIButton9]
--- 11 Dec 23:33:12 273 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:33:12 273 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:33:12 357 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> id: btnUpload]
--- 11 Dec 23:33:15 496 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:33:15 496 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:33:15 570 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> css selector: .header]
--- 11 Dec 23:33:15 646 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (a586b2e6e762295dad4bb7dd01848b4f)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifyParallelDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
null [ScreenShot]
--- 11 Dec 23:10:56 168 - TestCaseID:: verifyParallelDocumentUploadIncollectionDocumentPage
--- 11 Dec 23:10:58 223 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify image based document In Document RTS Page for multiple users2
Steps:
--- 11 Dec 23:11:04 593 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 23:11:04 593 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:11:04 682 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: btnSubmit]
--- 11 Dec 23:11:04 765 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 23:11:05 457 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: btnSubmit]
--- 11 Dec 23:11:26 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: lightbox]
--- 11 Dec 23:11:26 141 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: i0116]
--- 11 Dec 23:11:26 782 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: idSIButton9]
--- 11 Dec 23:11:32 811 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 23:11:32 811 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:11:32 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: lightbox]
--- 11 Dec 23:11:32 953 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: idSIButton9]
--- 11 Dec 23:11:41 351 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:11:41 351 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:11:41 439 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> id: btnUpload]
--- 11 Dec 23:11:44 646 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 23:11:44 646 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 23:11:44 720 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> css selector: .header]
--- 11 Dec 23:11:44 796 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (60bf903d49c0fe5f56c94a828b770faf)] -> xpath: //a[text()='Administration']]
null [ScreenShot]
verifySMSKioskFeatureSignerInformationRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button [ScreenShot]
Failed to navigate to the 'eSignature Management' page [ScreenShot]
--- 11 Dec 22:31:44 510 - TestCaseID:: verifySMSKioskFeatureSignerInformationRTSSession
--- 11 Dec 22:31:46 482 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify SMS Kiosk Feature Signer Information RTS Session
Steps:
--- 11 Dec 22:31:56 340 - 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=d7aecc49-30e2-42e0-a417-a4d3958c22db&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=kabjtek9ayahzhccq0uyaek4bj1imlrd6ybsyqo3hga&code_challenge_method=s256&nonce=d0f0a2b5-7625-45db-b7a9-513a2510dd04&state=eyjpzci6ijawzjrjngnjltziymmtndzkzs1ingexlty1zguzyzmwy2y1myisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 11 Dec 22:31:56 340 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:15 171 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> id: i0116]
--- 11 Dec 22:32:15 829 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> id: idSIButton9]
--- 11 Dec 22:32:22 055 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:32:22 055 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:22 128 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> id: lightbox]
--- 11 Dec 22:32:22 197 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> id: idSIButton9]
--- 11 Dec 22:32:28 001 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 11 Dec 22:32:28 001 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 11 Dec 22:32:32 618 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 11 Dec 22:32:32 618 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:32 700 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> css selector: .header]
--- 11 Dec 22:32:35 059 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 11 Dec 22:32:38 329 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:32:38 329 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:41 388 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:32:41 390 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:44 487 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:32:44 487 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:44 564 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 11 Dec 22:32:47 724 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:32:47 724 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:47 798 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 11 Dec 22:32:54 080 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 11 Dec 22:32:54 080 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:32:56 359 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> xpath: //div[contains(@class,'ng-placeholder')]]
--- 11 Dec 22:33:02 432 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:33:02 527 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 11 Dec 22:33:05 972 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:33:05 972 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:33:06 011 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> id: headerRemoteSettings]
--- 11 Dec 22:33:09 250 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:33:09 251 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:33:09 330 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> css selector: .header]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Expected: Support kiosk selected as 'No'
Actual(Failed): Failed to verify by default support kiosk selected as 'No'[ScreenShot]
Actual(Failed): Failed to verify by default support kiosk selected as 'No'[ScreenShot]
--- 11 Dec 22:33:14 882 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:33:14 882 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:33:20 289 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:33:20 289 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:33:20 372 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (b337e68e914634033b254d985c400dc2)] -> xpath: //*[@id='remoteSMStoAll']]
Clicked on Save button [ScreenShot]
--- 11 Dec 22:33:32 743 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 11 Dec 22:33:32 743 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
Expected: Support kiosk selected as 'Yes'
Actual(Passed): Successfully verified support kiosk selected as 'Yes'[ScreenShot]
Actual(Passed): Successfully verified support kiosk selected as 'Yes'[ScreenShot]
--- 11 Dec 22:33:35 342 - TestCaseID:: verifyIDMeAuthenticationSigningMethod
--- 11 Dec 22:33:37 320 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify SMS Kiosk Feature Signer Information RTS Session
Steps:
--- 11 Dec 22:33:43 616 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 11 Dec 22:33:43 616 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:33:43 699 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: btnSubmit]
--- 11 Dec 22:33:43 777 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 11 Dec 22:33:44 478 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: btnSubmit]
--- 11 Dec 22:34:04 912 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: lightbox]
--- 11 Dec 22:34:04 994 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: i0116]
--- 11 Dec 22:34:05 625 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: idSIButton9]
--- 11 Dec 22:34:11 573 - Page URL:: https://login.microsoftonline.com/common/login
--- 11 Dec 22:34:11 573 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:34:11 641 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: lightbox]
--- 11 Dec 22:34:11 709 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: idSIButton9]
--- 11 Dec 22:34:19 697 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:34:19 697 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:34:19 773 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: btnUpload]
--- 11 Dec 22:34:22 924 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 11 Dec 22:34:22 924 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:34:23 007 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> css selector: .header]
--- 11 Dec 22:34:23 093 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //a[text()='Administration']]
--- 11 Dec 22:34:27 751 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:34:27 853 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:34:32 988 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //*[text()='Select All']]
--- 11 Dec 22:34:36 282 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 11 Dec 22:34:36 282 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:34:37 312 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> 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 Dec 22:34:37 500 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //*[text()='Import Template']]
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 Dec 22:34:42 810 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //a[text()='Processing']]
--- 11 Dec 22:34:53 986 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:34:53 986 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:35:04 364 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: tab0]
--- 11 Dec 22:35:07 473 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 11 Dec 22:35:07 474 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:35:07 543 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> css selector: .header]
--- 11 Dec 22:35:07 614 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: dragandrophandler]
--- 11 Dec 22:35:12 783 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page[ScreenShot]
--- 11 Dec 22:35:12 994 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> xpath: //span[contains(text(),'Create Session')]]
--- 11 Dec 22:35:22 317 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111705250353666_t42frn341uf32np4xacnhbyc&refresh=y
--- 11 Dec 22:35:22 318 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:35:25 578 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111705250353666_t42frn341uf32np4xacnhbyc&refresh=y
--- 11 Dec 22:35:25 578 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:35:28 711 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111705250353666_t42frn341uf32np4xacnhbyc&refresh=y
--- 11 Dec 22:35:28 711 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:35:28 789 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: Sign]
--- 11 Dec 22:35:28 863 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: Attach]
--- 11 Dec 22:35:32 106 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202412111705250353666_t42frn341uf32np4xacnhbyc&refresh=y
--- 11 Dec 22:35:32 106 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
--- 11 Dec 22:35:32 181 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 11 Dec 22:35:42 498 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: Sign]
--- 11 Dec 22:35:42 563 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (23dc7394e98505acfb5cf96c311193c8)] -> id: Sign]
Failed to navigate to the 'eSignature Management' page [ScreenShot]
0 ignored methods
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@73c8e108)
0 ms
init(org.testng.TestRunner@73c8e108)
10187 ms
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
866797 ms
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
1193905 ms
verifyAdobeSMSInPersonSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
1482908 ms
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
1709429 ms
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
2000557 ms
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
2292478 ms
verifySMSKioskFeatureSignerInformationRTSSession({Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Tenant_URL=https://esignnonprod.immesign.com/qa/t...)
2590824 ms
VerifyAddingIndexFieldsType({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=VerifyAddingIndexFieldsType, Archive=...)
2718507 ms
verifyAddingDocumentsToASessionRTS({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description= Adding Documents To A Session RTS, A...)
2853650 ms
verifyAddingOptionalSigDocuments({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Add Optinoal sig. document to the ses...)
3083172 ms
verifyAddingSignatureFieldsInDesignerPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Adding Signature fields in Designer p...)
3337115 ms
verifyAddingUnknownDocumentsToASession({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Adding unknown documents to a session...)
3568005 ms
verifyDefiningDocumentsWithDisablePermissions({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defi...)
3690554 ms
verifyDocumentWithTemplateDesignPage({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defi...)
3891207 ms
verifyDynamicDocPDFSession({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Dynamic PDF document session, ...)
4089827 ms
verifyImageBasedDocumentInTheDocumentRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
4213326 ms
verifyMergingDocswithSameName({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Merge 2 documents with same name with...)
4336124 ms
verifyMergingDocswithSameName1({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Merge 2 documents with same name with...)
4460101 ms
verifyMergingSignersUIImprovements({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify UI elements on the Document ma...)
4582220 ms
verifyMultipleDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Uploading multiple documents in Colle...)
4708116 ms
verifyParallelDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
4831725 ms
verifyParallelDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
4955606 ms
verifyParallelDocumentUploadIncollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify image based document In Docume...)
5080767 ms
verifyPermissionsForDefiningDocuments({Tenant_User=, Tenant_URL=, Group=GRP_Design, EditFullName=, Description=verify Permissions For Defi...)
5204490 ms
verifyProcessSessionDeleteDocumentAndFinishSigning({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Process a session, Delete a document ...)
5417296 ms
verifyProcessingASessionAndMergingRTSDocuments({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Processing a session and Merging RTS ...)
5565356 ms
verifyReversingDocumentOrder({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Reversing Document Order between 2 Pa...)
5722689 ms
verifyReversingPartySequence({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Reversing Party sequence between 2 do...)
5873014 ms
verifySplitPDFSession({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Split PDF document session, Ar...)
5996582 ms
verifyTemplateMangementInTheCollectedDocumentPagee({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement with 1 docu...)
6121602 ms
verifyTemplateMangementInTheCollectedDocumentPagee({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement with 2 docu...)
6246289 ms
verifyTemplateMangementInTheDocumentRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Template Mangement In Document...)
6373391 ms
verifyUIelementsOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify UI elements on the Document ma...)
6501083 ms
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=SignatureCard1, Description=verify Uielements For D...)
6664204 ms
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
6904686 ms
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
6989104 ms
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
7052005 ms
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verify Search criteria on the Documen...)
7139643 ms
verifyUIElementsInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verifying UI Elements in the Collecte...)
7292314 ms
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Adding Documents And Attachmen...)
7567844 ms
verifyUploadInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Upload In Collection Document ...)
7776541 ms
verifySessionsInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Sessions In CollectionDocument...)
7950878 ms
AddingattachmentToExistingSessionInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=verify Sessions With Attachment In Co...)
8073090 ms
verifyProcessSessionWithAttachmentAndReProcess({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Process a session with attachment, ad...)
8195520 ms
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signatur...)
8309785 ms
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with No Opt. signa...)
8397289 ms
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with No Opt. signa...)
8519536 ms
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signatur...)
8641612 ms
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Creating a session with opt. signatur...)
8764021 ms