Test results
1 suite, 1 failed test
com.imm.testscripts.FIManagement.FIManagement
AdobeSMSUserMaintenance (, chrome_Windows 11)
org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy23.getWrappedElement(Unknown Source) at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:51) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) 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.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:485) at com.imm.support.BrowserActions.scrollToView(BrowserActions.java:193) at com.imm.pages.UsersMaintenancePage.EnableSMSPermissionDisplayed(UsersMaintenancePage.java:2212) at com.imm.testscripts.FIManagement.FIManagement.AdobeSMSUserMaintenance(FIManagement.java:6776) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824) at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.testng.TestRunner.privateRun(TestRunner.java:794) at org.testng.TestRunner.run(TestRunner.java:596) at org.testng.SuiteRunner.runTest(SuiteRunner.java:377) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332) at org.testng.SuiteRunner.run(SuiteRunner.java:276) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212) at org.testng.TestNG.runSuitesLocally(TestNG.java:1134) at org.testng.TestNG.runSuites(TestNG.java:1063) at org.testng.TestNG.run(TestNG.java:1031) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77) Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]"} (Session info: chrome=127.0.6533.89) For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element Build info: version: '4.7.1', revision: 'c6795baf1a3' System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.6' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [e3bb414aada984be2f3809b0680aada9, findElement {using=xpath, value=//div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 127.0.6533.89, chrome: {chromedriverVersion: 127.0.6533.57 (d4459446bf8a..., userDataDir: C:\WINDOWS\SystemTemp\scope...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:63984}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.2:4444/sessi..., se:cdpVersion: 127.0.6533.89, 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: e3bb414aada984be2f3809b0680aada9 at jdk.internal.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551) at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162) at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39) at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165) at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95) ... 42 more
(Verify new User permission for Adobe SMS)
C:\Users\sa_chintan.choksi\AppData\Local\Temp\testng-eclipse--1809692116\testng-customsuite.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&amp;hsfiid=autoesign&amp;XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
  <parameter name="devicePort" value="4444"/>
  <parameter name="browserName" value="chrome_windows"/>
  <test thread-count="500" name="Default test" verbose="2">
    <classes>
      <class name="com.imm.testscripts.FIManagement.FIManagement">
        <methods>
          <include name="AdobeSMSUserMaintenance"/>
        </methods>
      </class> <!-- com.imm.testscripts.FIManagement.FIManagement -->
    </classes>
  </test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
            
Tests for IMM_Esign_Chrome
  • Default test (1 class)
Groups for IMM_Esign_Chrome
AdobeSMSUserMaintenance
AdobeSMSUserMaintenance
P1
AdobeSMSUserMaintenance
Smoke
AdobeSMSUserMaintenance
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
AdobeSMSUserMaintenance(, chrome_Windows 11)
   --- 06 Aug 20:31:11 969 - TestCaseID:: AdobeSMSUserMaintenance
   --- 06 Aug 20:31:13 279 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new User permission for Adobe SMS ****
 https://esignnonprod.immesign.com/qa/tenantmanager/#
   --- 06 Aug 20:31:18 063 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
   --- 06 Aug 20:31:18 063 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:31:20 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: idSIButton9]
   --- 06 Aug 20:31:20 732 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: i0116]
   --- 06 Aug 20:31:20 790 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: i0116]
   --- 06 Aug 20:31:26 036 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: idSIButton9]
   --- 06 Aug 20:31:27 326 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: i0118]
   --- 06 Aug 20:31:33 435 - Page URL:: https://login.microsoftonline.com/common/login
   --- 06 Aug 20:31:33 435 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:31:33 492 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: lightbox]
   --- 06 Aug 20:31:33 878 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: idSIButton9]
   --- 06 Aug 20:31:36 657 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
   --- 06 Aug 20:31:36 657 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:31:40 988 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: createdFIList]
   --- 06 Aug 20:31:45 534 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label'
   --- 06 Aug 20:31:50 118 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
   --- 06 Aug 20:31:54 645 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
   --- 06 Aug 20:31:59 172 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
   --- 06 Aug 20:32:03 675 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
   --- 06 Aug 20:32:08 300 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
   --- 06 Aug 20:32:08 413 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 06 Aug 20:32:08 413 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:32:08 496 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> css selector: .header]
   --- 06 Aug 20:32:10 747 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
   --- 06 Aug 20:32:11 030 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 06 Aug 20:32:11 030 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:32:11 922 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
   --- 06 Aug 20:32:11 988 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
   --- 06 Aug 20:32:11 988 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:32:12 058 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> css selector: .header]

Successfully navigated to 'Manage FI' page [ScreenShot]
   --- 06 Aug 20:32:12 313 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
   --- 06 Aug 20:32:12 313 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:32:12 366 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: userName]
 User logged in with IMM Admin2
 Successfully login with IMM Admin2 [ScreenShot]
   --- 06 Aug 20:32:15 647 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
   --- 06 Aug 20:32:15 647 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:32:17 870 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> xpath: //div[@class='ng-placeholder']]
 Existing Fi Name is not displaying  [ScreenShot]
   --- 06 Aug 20:32:18 082 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> css selector: input[type=text]]
  Host Id 0 AutoAdobeSMS | AutoAdobe
 Search FI displayed in list
   --- 06 Aug 20:32:28 795 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 06 Aug 20:32:28 863 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 06 Aug 20:32:29 320 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
   --- 06 Aug 20:32:29 320 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:32:29 362 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> id: headerRemoteSettings]
   --- 06 Aug 20:32:29 489 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
   --- 06 Aug 20:32:29 490 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:32:29 559 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b8fc3774e950d28e6ea24031c70a6f5a)] -> css selector: .header]
 Successfully validated FI Id label [ScreenShot]

Fi details are matching [ScreenShot]

Successfully navigated to 'RemoteSettings' page [ScreenShot]
   --- 06 Aug 20:32:30 380 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
   --- 06 Aug 20:32:30 380 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
 Remote SMS Link Notification Delivery is already enabled  [ScreenShot]
  checkbox Selected  [ScreenShot]

Clicked on Save button
   --- 06 Aug 20:32:38 612 - TestCaseID:: AdobeSMSUserMaintenance
   --- 06 Aug 20:32:39 284 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new User permission for Adobe SMS ****
   --- 06 Aug 20:32:44 031 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
   --- 06 Aug 20:32:44 031 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:33:11 756 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
   --- 06 Aug 20:33:11 811 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: btnSubmit]
   --- 06 Aug 20:33:11 864 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
   --- 06 Aug 20:33:11 909 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 06 Aug 20:33:17 277 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: btnSubmit]
   --- 06 Aug 20:33:21 241 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:33:31 270 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
   --- 06 Aug 20:33:35 799 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
   --- 06 Aug 20:33:35 862 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: lightbox]
   --- 06 Aug 20:33:35 915 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: i0116]
   --- 06 Aug 20:33:35 958 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: i0116]
   --- 06 Aug 20:33:41 181 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: idSIButton9]
   --- 06 Aug 20:33:42 417 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: i0118]
   --- 06 Aug 20:33:48 589 - Page URL:: https://login.microsoftonline.com/common/login
   --- 06 Aug 20:33:48 589 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:33:48 635 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: lightbox]
   --- 06 Aug 20:33:49 021 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: idSIButton9]
   --- 06 Aug 20:33:54 371 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 06 Aug 20:33:54 371 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:33:54 425 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: btnUpload]
   --- 06 Aug 20:33:54 481 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 06 Aug 20:33:54 481 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:33:54 550 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: .header]
   --- 06 Aug 20:33:54 606 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 06 Aug 20:33:54 606 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:33:54 652 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: btnUpload]
   --- 06 Aug 20:33:54 709 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 06 Aug 20:33:54 709 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:33:54 769 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: .header]
   --- 06 Aug 20:33:54 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //a[text()='Administration']]
   --- 06 Aug 20:33:56 887 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //a[text()='Administration']]
   --- 06 Aug 20:34:04 720 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:34:04 720 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:34:04 782 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 06 Aug 20:34:04 878 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:34:04 878 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:34:04 939 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: .header]
   --- 06 Aug 20:34:05 026 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:34:05 026 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:34:05 070 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 06 Aug 20:34:05 154 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:34:05 154 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:34:05 216 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: .header]
   --- 06 Aug 20:34:05 300 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:34:05 301 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:34:15 388 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //input[@id='txtUserId']]
   --- 06 Aug 20:34:35 518 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //input[@id='txtUserId']]
 Entered 'User id' in 'User id' field [ScreenShot]
   --- 06 Aug 20:34:40 904 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: btnSearch]
   --- 06 Aug 20:34:40 945 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: btnSearch]
   --- 06 Aug 20:34:42 154 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:34:42 154 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:34:42 237 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:34:42 237 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:34:45 302 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: span[class*='icon-delete']]
   --- 06 Aug 20:34:49 408 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: btnPrimary]
   --- 06 Aug 20:35:03 027 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:35:03 027 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:35:03 111 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:35:03 112 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:35:03 192 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:35:03 192 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:35:03 245 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 06 Aug 20:35:03 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 06 Aug 20:35:03 518 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: input[data-bind*='ResourceUserMaintenance.UserIDRequired']]
   --- 06 Aug 20:35:03 669 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:35:03 669 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:35:03 714 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: input[data-bind*='ResourceUserMaintenance.UserIDRequired']]
   --- 06 Aug 20:35:09 015 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> css selector: input[data-bind*='textInput: EditableFields.UserName']]
   --- 06 Aug 20:35:14 344 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:35:14 345 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:35:17 797 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 06 Aug 20:35:17 836 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //div[contains(@class,'clickable')]]
   --- 06 Aug 20:35:22 276 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
   --- 06 Aug 20:35:22 276 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
   --- 06 Aug 20:35:22 485 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
 Remote SMS Link Notification text is displayed [ScreenShot]
 User Can Send Link Notification via SMS text is displayed [ScreenShot]
   --- 06 Aug 20:35:24 933 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e3bb414aada984be2f3809b0680aada9)] -> id: chk_RemoteSMSLinkNotificationDelivery0]

Enable SMS Notification checkbox is displayed for DocAdmin [ScreenShot]

Timed out after 2 seconds. Unable to locate the element [ScreenShot]
37 ignored methods
com.imm.testscripts.FIManagement.FIManagement
verifySearchGroupsWithTitleOrDate
verifyUIElementsForGroupMaintenancePage
createSameUserWithDefaultAndcustomDomain
addUserWithWindowsSupportedCharacters
verifySortOrderOfGroupAndDescription
verifyCopyUSerWithMultipleGroups
verifyCopyUSerWith50PlusGroups
verifySessionAftercreateAndInactiveUser
verifyCopyGroupsWithPermissionAndMembersTabs
createGroupAddGroupMember
verifyCopyUSerWithGroupTab
verifyUserSearchInAddUsers
verifyGroupAbleToEdit
verifyGroupSearchInAddNewGroup
AdobeSMSGroupMaintenance
verifyCopyGroupsWithPermissionsTab
verifyCopyGroupsWithGroupMembersTab
createNewFIUser
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithPermissonTab
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
verifyCopyUSerAffectsAnotherFi
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
verifySessionAftercreateAndDeleteUser
createUserDefaultBelongsToUserGroup
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
Methods in chronological order
com.imm.testscripts.FIManagement.FIManagement
initialize(org.testng.TestRunner@41acf2f1) 0 ms
init(org.testng.TestRunner@41acf2f1) 19428 ms
AdobeSMSUserMaintenance(, chrome_Windows 11) 106813 ms