Test results
1 suite, 1 failed test
com.imm.testscripts.Process.ProcessSignatures
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress ({Tenant_URL=, InboxName=, Platform=, Address=, Username2=, IsSignRequired=, tooltip=, User_Password=iMM@2022, Sender_Emails=, Name=, PartiesToView=, GROSSPPP=, IsAddedTemplateRequired=, Zipcode=, ReceivedFromNames=, EditCompletionDays=, TemplateTitle=, plusfi=FALSE, DummyUser=, EditMessageSubject=, IntegrationType=, DocumentName=, AttachmentTemplate=, FirstTransfer=, Dropdownvalues=, Remote_Signing_Type=, KeepUnlock=, Workflow=, Birthdate=, AttachmentTypeOption=, SecondTransferUserID=, NumOfAttachments=, CompletionOrder=, ReceivedFrom=, Driving_license=, DocumentSet=, Test_type=, UserType=, Tenant_User=, Applytype=, Group=, Description=verifyXMLSessionRemoteSignByReadEmailFromEmailAddress, fi=, User=, MessageSubject=, Message=, NoOftemplates=, FirstTransferUserID=, Phone_Number=, SearchUser=, Step Name=, Filepath=, Owners=, TestID=verifyXMLSessionRemoteSignByReadEmailFromEmailAddress, FItype=Unified, IndexSource=, WorkfowName=, Sessionurl=, Inbox=, Password=, CC=, View/Skip_Group=, Tenant_Password=, User_Name=cuadmin@immtestcu.onmicrosoft.com, UserName=, ViaAddDocs=, CompletionDays=, AddTemplateName=, Email_Id=, Comments=, IsOptionalSig=, FI_ID=AutoeSign, Sender_Email_Id=, UserName2=, From=, UserName3=, SecondTransfer=, Email_Password=P@ssword1, UserName1=, Subject=, SSN=, Response=, EditTemplateTitle=, MariageStatus=, DummyUserID=, ErrorMessage=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:359) at java.base/java.util.ArrayList.get(ArrayList.java:427) at java.base/jdk.internal.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40) at jdk.proxy2/jdk.proxy2.$Proxy25.get(Unknown Source) at com.imm.pages.RemoteSignatureConscentPage.clickOnTermOfUseORPrivacyPolicyCheckbox(RemoteSignatureConscentPage.java:111) at com.imm.testscripts.Process.ProcessSignatures.verifyXMLSessionRemoteSignByReadEmailFromEmailAddress(ProcessSignatures.java:19559) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824) at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.testng.TestRunner.privateRun(TestRunner.java:794) at org.testng.TestRunner.run(TestRunner.java:596) at org.testng.SuiteRunner.runTest(SuiteRunner.java:377) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332) at org.testng.SuiteRunner.run(SuiteRunner.java:276) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212) at org.testng.TestNG.runSuitesLocally(TestNG.java:1134) at org.testng.TestNG.runSuites(TestNG.java:1063) at org.testng.TestNG.run(TestNG.java:1031) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verifying Kiosk Remote Sign functionality)
C:\Users\sa_kaushal.patel\eclipse-workspace\30_10_AdobeOEM\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="SIGN"/>
  <parameter name="deviceHost" value="localhost"/>
  <parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&amp;hsfiid=autoesign&amp;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.Process.ProcessSignatures">
        <methods>
          <include name="verifyXMLSessionRemoteSignByReadEmailFromEmailAddress"/>
        </methods>
      </class> <!-- com.imm.testscripts.Process.ProcessSignatures -->
    </classes>
  </test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->
            
Tests for IMM_Esign_Chrome
  • IMM_Test_Chrome (1 class)
Groups for IMM_Esign_Chrome
P1
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
Sanity
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
Times for IMM_Esign_Chrome
Total running time: 7 minutes
Reporter output for IMM_Esign_Chrome
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress({Tenant_URL=, InboxName=, Platform=, Address=, Username2=, IsSignRequired=, tooltip=, User_Password=...)
   --- 13 Nov 19:20:21 963 - TestCaseID:: verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
   --- 13 Nov 19:20:26 731 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress COMMENTS:
Steps:
 =-=-=-=-=-=-=-=-=-=-=-=-=- Login in to eSign using FIadmin, Import RTS template =-=-=-=-=-=-=-=-=-=-=-=-=-
   --- 13 Nov 19:20:54 818 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3df46yfizd5j-qoekxywldcearvplufiexr9rrvcuhjeivxuvcr6oxuypftzqoq-payytn82aufqlemcprdm2ndwwc7fuzehr47bwqkgfgdvunxi0sejrfrsxj49afvtegnklwdqkknrdozbyzql0hkquzp-cvyzzq3xtgxrfavqlci2pskwdwr5fsdwtnldwlypfp6ta4b9zy7cjowd3irc1ajcig7xcofsba9-w96lc61bpqxr56zdccvbypku54pnd4l2mwff5shpgdijfmdxvjace7pdd8cpkcehcxsbiqfsmlppruwhtmg-qscsr-wdv4_iq_fi2d2be-gzsiyazmkk-c0g9phadyb8btignwtk7itvc5p6zgfkl9_5ogovqapv3xfbuxmbct3ii11wn_iv6i9naenj--12cdzs1a16xnjfwaoqdr_iahvqe09xxxspwfn_za971kvsmdqcjmfpphy3buvxmzzfhw5dyfjlcavamq3dul64qpsphc&response_mode=form_post&nonce=638986386498686779.zdu1zge0mmutmtuznc00yjbklthlzjitzgq2ogyzyjy4zgywotjhytm2yjmtmje1zs00yjdhlwi1owytnmfhnzcxotmwngi2&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 13 Nov 19:20:54 820 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:21:13 884 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: idSIButton9]
   --- 13 Nov 19:21:17 015 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3df46yfizd5j-qoekxywldcearvplufiexr9rrvcuhjeivxuvcr6oxuypftzqoq-payytn82aufqlemcprdm2ndwwc7fuzehr47bwqkgfgdvunxi0sejrfrsxj49afvtegnklwdqkknrdozbyzql0hkquzp-cvyzzq3xtgxrfavqlci2pskwdwr5fsdwtnldwlypfp6ta4b9zy7cjowd3irc1ajcig7xcofsba9-w96lc61bpqxr56zdccvbypku54pnd4l2mwff5shpgdijfmdxvjace7pdd8cpkcehcxsbiqfsmlppruwhtmg-qscsr-wdv4_iq_fi2d2be-gzsiyazmkk-c0g9phadyb8btignwtk7itvc5p6zgfkl9_5ogovqapv3xfbuxmbct3ii11wn_iv6i9naenj--12cdzs1a16xnjfwaoqdr_iahvqe09xxxspwfn_za971kvsmdqcjmfpphy3buvxmzzfhw5dyfjlcavamq3dul64qpsphc&response_mode=form_post&nonce=638986386498686779.zdu1zge0mmutmtuznc00yjbklthlzjitzgq2ogyzyjy4zgywotjhytm2yjmtmje1zs00yjdhlwi1owytnmfhnzcxotmwngi2&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 13 Nov 19:21:17 015 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:21:17 136 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: i0116]
   --- 13 Nov 19:21:18 036 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: idSIButton9]
   --- 13 Nov 19:21:21 341 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3df46yfizd5j-qoekxywldcearvplufiexr9rrvcuhjeivxuvcr6oxuypftzqoq-payytn82aufqlemcprdm2ndwwc7fuzehr47bwqkgfgdvunxi0sejrfrsxj49afvtegnklwdqkknrdozbyzql0hkquzp-cvyzzq3xtgxrfavqlci2pskwdwr5fsdwtnldwlypfp6ta4b9zy7cjowd3irc1ajcig7xcofsba9-w96lc61bpqxr56zdccvbypku54pnd4l2mwff5shpgdijfmdxvjace7pdd8cpkcehcxsbiqfsmlppruwhtmg-qscsr-wdv4_iq_fi2d2be-gzsiyazmkk-c0g9phadyb8btignwtk7itvc5p6zgfkl9_5ogovqapv3xfbuxmbct3ii11wn_iv6i9naenj--12cdzs1a16xnjfwaoqdr_iahvqe09xxxspwfn_za971kvsmdqcjmfpphy3buvxmzzfhw5dyfjlcavamq3dul64qpsphc&response_mode=form_post&nonce=638986386498686779.zdu1zge0mmutmtuznc00yjbklthlzjitzgq2ogyzyjy4zgywotjhytm2yjmtmje1zs00yjdhlwi1owytnmfhnzcxotmwngi2&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 13 Nov 19:21:21 341 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:21:23 499 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: idSIButton9]
   --- 13 Nov 19:21:27 641 - Page URL:: https://login.microsoftonline.com/common/login
   --- 13 Nov 19:21:27 641 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:21:27 752 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: lightbox]
   --- 13 Nov 19:21:27 847 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: idSIButton9]
   --- 13 Nov 19:21:42 197 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:21:42 197 - 13 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Logged in successfully with Fi -> 'KMigt3' using Fiadmin User -> 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
   --- 13 Nov 19:21:45 527 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:21:45 527 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:21:48 729 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:21:48 729 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:21:59 102 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //span[@class='btn-text' and text()=' Process']]
   --- 13 Nov 19:22:02 295 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:22:02 297 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:22:02 381 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> css selector: .header]
   --- 13 Nov 19:22:22 263 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:22:22 263 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:22:22 342 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: Sign]
   --- 13 Nov 19:22:25 491 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:22:25 491 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:22:25 578 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> css selector: .header]
 Clicked 'Process' button
 Workflow popup is skipped
   --- 13 Nov 19:22:51 439 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:22:51 439 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:22:51 523 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: Sign]
   --- 13 Nov 19:22:54 680 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:22:54 680 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:22:54 759 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> css selector: .header]

Successfully navigated to the 'Session details' page [ScreenShot]
   --- 13 Nov 19:23:04 984 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: Sign]
   --- 13 Nov 19:23:05 066 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> id: Sign]
   --- 13 Nov 19:23:12 644 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:12 644 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:23:12 723 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //div[starts-with(@id,'print')]]
   --- 13 Nov 19:23:15 832 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:15 832 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:23:15 927 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> css selector: .header]
 Clicked 'Sign' button
   --- 13 Nov 19:23:19 058 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:19 060 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:23:22 222 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:22 224 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:23:22 295 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //*[@id='tab0']]
   --- 13 Nov 19:23:27 608 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:27 608 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:23:29 726 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //input[@placeholder='Enter Email']]
 Set email as - 'immuser2@immonline.com' for Party1 [ScreenShot]
   --- 13 Nov 19:23:33 687 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:33 687 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:23:33 736 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //*[@id='tab0']]
   --- 13 Nov 19:23:39 064 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:39 064 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:23:41 185 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //input[@placeholder='Enter Email']]
 Set email as - 'immuser2@immonline.com' for Party2 [ScreenShot]
   --- 13 Nov 19:23:45 116 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:45 116 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Selected drop down value  [ScreenShot]
 Add sender email as - 'employee1@immonline.com' [ScreenShot]
   --- 13 Nov 19:23:54 486 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:23:54 486 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:24:05 893 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:24:05 893 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked on Send button [ScreenShot]
 ✅ Access Token refreshed successfully!
 Access Token Expires in: 4000 seconds

🎯 Found target email: Signature requested on "df4a7f2"
 🔗 Found the target URL: Review and sign
 New browser tab 'Tab2' Opened Successfully. [ScreenShot]
 Focus successfully switched to 'Tab2'. [ScreenShot]
 Successfully navigated to 'Remote Sign Consent page' [ScreenShot]
   --- 13 Nov 19:24:27 752 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //input[@type='checkbox']]
   --- 13 Nov 19:24:27 924 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //input[@type='checkbox']]
   --- 13 Nov 19:24:31 184 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaadjlb8lrafbg1iq3gm9cbsqfauim1co_4xos-mb3hhuyith9exj34_zdipdezkldi5umtmr3mx6cvqxqqthdn0jjzvufylacp-_jjm1dvsvsaijuni11qwmtf7vmpokag&
   --- 13 Nov 19:24:31 184 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:24:31 263 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //button[contains(text(),'Accept')]]
   --- 13 Nov 19:24:59 568 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaadjlb8lrafbg1iq3gm9cbsqfauim1co_4xos-mb3hhuyith9exj34_zdipdezkldi5umtmr3mx6cvqxqqthdn0jjzvufylacp-_jjm1dvsvsaijuni11qwmtf7vmpokag&
   --- 13 Nov 19:24:59 568 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:24:59 669 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //button[contains(@id,'popover')]]
 Successfully navigated to 'Remote Sign Apply mark page' [ScreenShot]
   --- 13 Nov 19:25:37 552 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //div[contains(@data-fieldname,'echosign_signature')]]
 Scrolled element into the view [ScreenShot]
 Inserted Signature field [ScreenShot]
   --- 13 Nov 19:25:45 675 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //div[contains(@data-fieldname,'echosign_signature')]]
 Scrolled element into the view [ScreenShot]
 Inserted Signature field [ScreenShot]
   --- 13 Nov 19:25:51 271 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaadjlb8lrafbg1iq3gm9cbsqfauim1co_4xos-mb3hhuyith9exj34_zdipdezkldi5umtmr3mx6cvqxqqthdn0jjzvufylacp-_jjm1dvsvsaijuni11qwmtf7vmpokag&
   --- 13 Nov 19:25:51 272 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:25:51 465 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //div[@class='tou-btn-inner']/button[contains(text(),'Click to Sign')]]
   --- 13 Nov 19:26:01 788 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaadjlb8lrafbg1iq3gm9cbsqfauim1co_4xos-mb3hhuyith9exj34_zdipdezkldi5umtmr3mx6cvqxqqthdn0jjzvufylacp-_jjm1dvsvsaijuni11qwmtf7vmpokag&
   --- 13 Nov 19:26:01 788 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Successfully navigated to 'Remote Sign Success page' [ScreenShot]
   --- 13 Nov 19:26:05 110 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:26:05 110 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 ✅ Access Token refreshed successfully!
 Access Token Expires in: 3958 seconds

🎯 Found target email: Signature requested on "df4a7f2"
 🔗 Found the target URL: Review and sign
 New browser tab 'Tab2' Opened Successfully. [ScreenShot]
 Focus successfully switched to 'Tab2'. [ScreenShot]
 Successfully navigated to 'Remote Sign Consent page' [ScreenShot]
   --- 13 Nov 19:26:18 813 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //input[@type='checkbox']]
   --- 13 Nov 19:26:18 977 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //input[@type='checkbox']]
   --- 13 Nov 19:26:22 200 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaavpjetx5ca0okec4fkcsgpmebwuunlgxqtujqancagmkck4rtqsqo_hvhs-5s5iec8jqrh3alc2f-ig8otehmp2wwoejphvydb0itmfrzg_semvmobfnrytbyws8gsk-y&
   --- 13 Nov 19:26:22 200 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:26:22 279 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //button[contains(text(),'Accept')]]
   --- 13 Nov 19:26:50 591 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaavpjetx5ca0okec4fkcsgpmebwuunlgxqtujqancagmkck4rtqsqo_hvhs-5s5iec8jqrh3alc2f-ig8otehmp2wwoejphvydb0itmfrzg_semvmobfnrytbyws8gsk-y&
   --- 13 Nov 19:26:50 591 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:26:50 666 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //button[contains(@id,'popover')]]
 Successfully navigated to 'Remote Sign Apply mark page' [ScreenShot]
   --- 13 Nov 19:27:28 480 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //div[contains(@data-fieldname,'echosign_signature')]]
 Scrolled element into the view [ScreenShot]
 Inserted Signature field [ScreenShot]
   --- 13 Nov 19:27:36 553 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //div[contains(@data-fieldname,'echosign_signature')]]
 Scrolled element into the view [ScreenShot]
 Inserted Signature field [ScreenShot]
   --- 13 Nov 19:27:42 176 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaavpjetx5ca0okec4fkcsgpmebwuunlgxqtujqancagmkck4rtqsqo_hvhs-5s5iec8jqrh3alc2f-ig8otehmp2wwoejphvydb0itmfrzg_semvmobfnrytbyws8gsk-y&
   --- 13 Nov 19:27:42 177 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 13 Nov 19:27:42 334 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7fc9ce306bff98008405f6cca89413ba)] -> xpath: //div[@class='tou-btn-inner']/button[contains(text(),'Click to Sign')]]
   --- 13 Nov 19:27:52 630 - Page URL:: https://immdev.na1.echosign.com/public/esign?tsid=cbfcibaacbsctbabduaaabacaabaavpjetx5ca0okec4fkcsgpmebwuunlgxqtujqancagmkck4rtqsqo_hvhs-5s5iec8jqrh3alc2f-ig8otehmp2wwoejphvydb0itmfrzg_semvmobfnrytbyws8gsk-y&
   --- 13 Nov 19:27:52 630 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Successfully navigated to 'Remote Sign Success page' [ScreenShot]
   --- 13 Nov 19:27:55 946 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131351310393846_qxepz2u1juko44ui00k4z20l
   --- 13 Nov 19:27:55 946 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 ✅ Access Token refreshed successfully!
 Access Token Expires in: 4124 seconds

🎯 Found target email: Completed: "df4a7f2"
 ❌ Target URL with LinkName 'Review and sign' not found.

🎯 Found target email: Completed: "df4a7f2"
 ❌ Target URL with LinkName 'Review and sign' not found.

🎯 Found target email: Signature requested on "df4a7f2"
 🔗 Found the target URL: Review and sign
 New browser tab 'Tab2' Opened Successfully. [ScreenShot]
 Focus successfully switched to 'Tab2'. [ScreenShot]
 Successfully navigated to 'Remote Sign Consent page' [ScreenShot]

Index 0 out of bounds for length 0 [ScreenShot]
65 ignored methods
com.imm.testscripts.Process.ProcessSignatures
verifySenderEmailWithGroupEmailIneSignatureManagementPageXML
verifyBrowserAgnosticFeature
addMultipleAttachmentWithMultipleReviewerAndProcess
verifyAdobeSMSInPersonSigningMethodXMLSession
verifyfieldsInApplyMarkFollowedByASignatureFiled
verifyAdobePagesAfterSendingToRemotewithDifferentSenderXML
RemoteMessageTemplateCompletionDeadline
verifyApplyMarkwithMembershipDocouments
verifyCompleteOrderInEsignatureManagementPage
RemoteMessageTemplateToDocument
verifyGrouppermissionsFlowchart
verifySMSKioskFeatureSignerInformationXMLSession
verifyPasswordAuthenticationSigningMethod
verifyConditionalRoutingSignature
processSessionWithRemoteAttachment
verifyApplyMarkPageAfterAddingFieldsInDesignerpage
verifyGovernmentIDAuthenticationSigningMethod
verifySMsOptionInSigningMethodInEsignatureManagementPage
verifyAdobeSMSSigningMethodUIElementsInEsignatureManagementPage
verifyLockUnlockFeatureForArchiveInCasePage
verifyKBAAuthenticationSigningMethod
verifyUIElementsInEsignatureConsentPage
verifyConditionalRoutingDocument
verifyUploadMaxFileSizeLimitInAddAttachmentToXMLSession
verifyConditionalRoutingUserRoles
processWorkflowPermissions
customizeSimpleAttachmentAndProcess
addVendorAttachmentViaAddDocsAndProcess
verifyOptionalSignatureswithAddDoc
verifyNoneRecurring_RecurringShowAppInOtherAppUnChecked_Check
verifyLockUnlockFeatureInSessionDetailsPage
createNewSessionAndProcess
verifyLockUnlockFeatureForExapandingSession
verifyRemoteSigning
deleteTemplateSingleAndMultiple
processSessionWithInitials
verifyEmailAuthenticationSigningMethod
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
verifyAdobeSMSKBAAuthenticationSigningMethodXMLSession
verifyMultipleUserWorkFlow
addVendorAttachmentAndProcess
verifyIDMeAuthenticationSigningMethod
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodXMLSession
verifyDefaultTemplateInEsignatureManagamentPageWithUserLogin
verifyEsignatureManagamentPageChangesReflectedBack
verifyEsignatureManagamentPageForDocumentVisibility
verifyPhoneAuthenticationSigningMethod
verifyApplyMarkwithDocsetwithoptionalsignature
verifyInPersonSigningMethodInEsignatureManagementPage
verifyAdobeSMSEmailAuthenticationSigningMethodXMLSession
verifyConditionalRoutingNoSignaturefield
verifyUIElementsForEsignatureManagementPage
verifyOptionalSignatures
verifyAdobeSMSPasswordAuthenticationSigningMethodXMLSession
verifyApplyMarkProcessWithMultipleDocuments
addMultipleAttachmentsInNewSessionPageAndProcess
VerifySenderDropdowIneSignatureMgtPageWithUserEmailsExceeds60ChrsBlankAndLessThan60Chrs
verifyAdobeSMSPhoneAuthenticationSigningMethodXMLSession
verifyConditionalRoutingDatafile
verifySenderEmailIneSignatureManagementPageXML
addSingleAttachmentWithMultipleReviewerAndProcess
createNewTemplateWithSpecialCharactersAndAlphaNumericCharacters
verifyOptionalSignaturesWithRecurringNone
verifyDefaultTemplateInEsignatureManagamentPageWithUserLoginAfterDelete
verifyUIElementsForDocumentDesignerPage
Methods in chronological order
com.imm.testscripts.Process.ProcessSignatures
initialize(org.testng.TestRunner@147203c2) 0 ms
init(org.testng.TestRunner@147203c2) 10122 ms
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress({Tenant_URL=, InboxName=, Platform=, Address=, Username2=, IsSignRequired=, tooltip=, User_Password=...) 15205 ms