Test results
1 suite, 2 failed tests
com.imm.testscripts.FIManagement.FIManagement
AdobeSMSBasedOnUserPermission (, chrome_Windows 10)
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.$Proxy25.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:948) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) 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:194) at com.imm.pages.UsersMaintenancePage.clickPermissionTab(UsersMaintenancePage.java:1236) at com.imm.testscripts.FIManagement.FIManagement.AdobeSMSBasedOnUserPermission(FIManagement.java:7012) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) 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":"css selector","selector":"a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']"} (Session info: chrome=130.0.6723.70) For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element Build info: version: '4.7.1', revision: 'c6795baf1a3' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '16.0.2' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [fdb28966539263ca92000c939260c069, findElement {using=css selector, value=a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.70, chrome: {chromedriverVersion: 130.0.6723.58 (3a50e012e4c9..., userDataDir: C:\Users\Sunithap\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:54367}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.25:4444/session..., se:cdpVersion: 130.0.6723.70, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: fdb28966539263ca92000c939260c069 at jdk.internal.reflect.GeneratedConstructorAccessor45.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 SMS checkbox is displayed on eSignature page based on FI User permission)
AdobeSMSGroupMaintenance (, chrome_Windows 10)
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: '16.0.2' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [548b46405fff0e41beb08d8a1bde5c6f, actions {actions=[org.openqa.selenium.interactions.Sequence@3d1414d]}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.70, chrome: {chromedriverVersion: 130.0.6723.58 (3a50e012e4c9..., userDataDir: C:\Users\Sunithap\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:54725}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.25:4444/session..., se:cdpVersion: 130.0.6723.70, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 548b46405fff0e41beb08d8a1bde5c6f 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:183) 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:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 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 org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:567) at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:283) at com.imm.pages.GroupMaintenancePage.searchGroupAndDelete(GroupMaintenancePage.java:2343) at com.imm.testscripts.FIManagement.FIManagement.AdobeSMSGroupMaintenance(FIManagement.java:6553) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) 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) 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: '16.0.2' 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) ... 38 more Caused by: java.lang.reflect.InvocationTargetException at jdk.internal.reflect.GeneratedMethodAccessor64.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:358) ... 59 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.$Proxy25.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) ... 63 more Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#DeleteGroup_0"} (Session info: chrome=130.0.6723.70) For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element Build info: version: '4.7.1', revision: 'c6795baf1a3' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '16.0.2' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [548b46405fff0e41beb08d8a1bde5c6f, findElement {using=id, value=DeleteGroup_0}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.70, chrome: {chromedriverVersion: 130.0.6723.58 (3a50e012e4c9..., userDataDir: C:\Users\Sunithap\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:54725}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.25:4444/session..., se:cdpVersion: 130.0.6723.70, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 548b46405fff0e41beb08d8a1bde5c6f at jdk.internal.reflect.GeneratedConstructorAccessor45.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) ... 69 more
(Verify new group permission for Adobe SMS)
com.imm.testscripts.FIManagement.FIManagement
AdobeSMSUserMaintenance (, chrome_Windows 10) (Verify new User permission for Adobe SMS)
C:\Users\Sunithap\git\eSignClou_Partners\eSign Cloud\testxml\regression\Chrome_Run.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
  <parameter name="webSite" value="https://partners.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="1" name="IMM_Test_Chrome" verbose="3">
    <classes>
      <class name="com.imm.testscripts.FIManagement.FIManagement">
        <methods>
          <include name="AdobeSMSBasedOnUserPermission"/>
          <include name="AdobeSMSGroupMaintenance"/>
          <include name="AdobeSMSUserMaintenance"/>
        </methods>
      </class> <!-- com.imm.testscripts.FIManagement.FIManagement -->
    </classes>
  </test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->
            
Tests for IMM_Esign_Chrome
  • IMM_Test_Chrome (1 class)
Groups for IMM_Esign_Chrome
AdobeSMSBasedOnUserPermission
AdobeSMSBasedOnUserPermission
AdobeSMSGroupMaintenance
AdobeSMSGroupMaintenance
AdobeSMSUserMaintenance
AdobeSMSUserMaintenance
P1
AdobeSMSBasedOnUserPermission
AdobeSMSGroupMaintenance
AdobeSMSUserMaintenance
Smoke
AdobeSMSBasedOnUserPermission
AdobeSMSGroupMaintenance
AdobeSMSUserMaintenance
Times for IMM_Esign_Chrome
Total running time: 6 minutes
Reporter output for IMM_Esign_Chrome
AdobeSMSUserMaintenance(, chrome_Windows 10)
   --- 24 Oct 10:21:11 864 - TestCaseID:: AdobeSMSUserMaintenance
   --- 24 Oct 10:21:15 260 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new User permission for Adobe SMS ****
 https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:21:16 564 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/
   --- 24 Oct 10:21:16 564 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:18 529 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: idSIButton9]
   --- 24 Oct 10:21:18 632 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: i0116]
   --- 24 Oct 10:21:18 714 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: i0116]
   --- 24 Oct 10:21:24 096 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: idSIButton9]
   --- 24 Oct 10:21:25 837 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: i0118]
   --- 24 Oct 10:21:32 972 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:21:32 972 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:33 138 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: lightbox]
   --- 24 Oct 10:21:33 635 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: idSIButton9]
   --- 24 Oct 10:21:35 026 - Page URL:: https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:21:35 026 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:37 528 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 24 Oct 10:21:37 812 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/create
   --- 24 Oct 10:21:37 812 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:37 948 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> css selector: .header]
   --- 24 Oct 10:21:40 311 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
   --- 24 Oct 10:21:43 606 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:21:43 606 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:43 684 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:21:43 684 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:43 774 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:21:43 774 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:43 843 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
   --- 24 Oct 10:21:43 921 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:21:43 921 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:44 025 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> css selector: .header]

Successfully navigated to 'Manage FI' page [ScreenShot]
   --- 24 Oct 10:21:44 292 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:21:44 293 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:44 363 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: userName]
 User logged in with IMM Admin
 Successfully login with IMM Admin [ScreenShot]
   --- 24 Oct 10:21:47 654 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:21:47 654 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:50 008 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> xpath: //div[@class='ng-placeholder']]
 Existing Fi Name is not displaying  [ScreenShot]
   --- 24 Oct 10:21:50 258 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> css selector: input[type=text]]
  Host Id 0 QAeSignFI | QAeSignFI
 Search FI displayed in list
   --- 24 Oct 10:22:01 210 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:22:01 308 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:22:01 947 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:22:01 948 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:22:01 999 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> id: headerRemoteSettings]
   --- 24 Oct 10:22:02 159 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:22:02 159 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:22:02 258 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a44c50baf44fb59659c3460945adc98)] -> css selector: .header]
 Successfully validated FI Id label [ScreenShot]

Fi details are matching [ScreenShot]

Successfully navigated to 'RemoteSettings' page [ScreenShot]
   --- 24 Oct 10:22:03 405 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:22:03 405 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Remote SMS Link Notification Delivery is already enabled  [ScreenShot]
 Enabling default SMS Checkbox [ScreenShot]

Clicked on Save button [ScreenShot]
   --- 24 Oct 10:22:16 697 - TestCaseID:: AdobeSMSUserMaintenance
   --- 24 Oct 10:22:20 078 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new User permission for Adobe SMS ****
   --- 24 Oct 10:22:22 172 - Page URL:: https://partners.immesign.com/teaasp/login.aspx
   --- 24 Oct 10:22:22 173 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:22:50 035 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
   --- 24 Oct 10:22:50 135 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: btnSubmit]
   --- 24 Oct 10:22:50 226 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
   --- 24 Oct 10:22:50 298 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 24 Oct 10:22:55 828 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: btnSubmit]
   --- 24 Oct 10:22:57 127 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=9f442590-8548-4cfa-9504-ebbb1431120a&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dmk9xozcg128a-1slwm2omsi7v_oolutt2f-r7wyrphmzmexei__fof2ypcxnspwxxapqxiily1anw_gb9z4cy-ppugxxyqftajnv1i8f9i23t_gueuoflhgnlxvleyqcehj4mvt4wz7mkkw7r5oatnkzfwv9mmaikbybmiv6fd8jldr1kouw59r2uzf_elbmaiy3t1surklxuqftv0dryq&response_mode=form_post&nonce=638653621761628379.njgzyjlmn2mtm2fioc00mdkzlwfjmmutoduyzmm1zmjmmwu0mmm2yja4mzmtmmm0ms00ndexlwfmnmytzgu3mtg2nwuzmjll&redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 24 Oct 10:22:57 127 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:07 005 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
   --- 24 Oct 10:23:11 464 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
   --- 24 Oct 10:23:11 542 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: lightbox]
   --- 24 Oct 10:23:11 617 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: i0116]
   --- 24 Oct 10:23:11 679 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: i0116]
   --- 24 Oct 10:23:17 081 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: idSIButton9]
   --- 24 Oct 10:23:17 884 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: i0118]
   --- 24 Oct 10:23:24 239 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:23:24 240 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:24 489 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: lightbox]
   --- 24 Oct 10:23:24 717 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: idSIButton9]
   --- 24 Oct 10:23:27 478 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:23:27 479 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:27 558 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: btnUpload]
   --- 24 Oct 10:23:27 718 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:23:27 718 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:27 822 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: .header]
   --- 24 Oct 10:23:27 990 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:23:27 991 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:28 068 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: btnUpload]
   --- 24 Oct 10:23:28 226 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:23:28 226 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:28 336 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: .header]
   --- 24 Oct 10:23:28 413 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:23:30 522 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:23:36 635 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:23:36 635 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:36 722 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:23:36 869 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:23:36 870 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:36 984 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: .header]
   --- 24 Oct 10:23:37 124 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:23:37 124 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:37 194 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:23:37 333 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:23:37 334 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:37 429 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: .header]
   --- 24 Oct 10:23:37 578 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:23:37 578 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:23:47 699 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //input[@id='txtUserId']]
   --- 24 Oct 10:24:07 864 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //input[@id='txtUserId']]
 Entered 'User id' in 'User id' field [ScreenShot]
   --- 24 Oct 10:24:13 407 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: btnSearch]
   --- 24 Oct 10:24:13 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: btnSearch]
   --- 24 Oct 10:24:14 665 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:14 666 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:14 778 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:14 778 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:28 929 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:28 929 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:29 071 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:29 071 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:29 212 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:29 212 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:29 290 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:24:29 364 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:24:29 796 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: input[data-bind*='ResourceUserMaintenance.UserIDRequired']]
   --- 24 Oct 10:24:30 051 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:30 052 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:30 117 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: input[data-bind*='ResourceUserMaintenance.UserIDRequired']]
   --- 24 Oct 10:24:35 526 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: input[data-bind*='textInput: EditableFields.UserName']]
   --- 24 Oct 10:24:41 139 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:41 140 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:45 230 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:24:45 287 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:24:49 789 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:49 789 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:24:49 859 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:24:52 401 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
   --- 24 Oct 10:24:54 509 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'Remote SMS Link Notification')]]
 Remote SMS Link Notification text is displayed [ScreenShot]
   --- 24 Oct 10:24:56 814 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'User Can Send Link Notification via SMS')]]
 User Can Send Link Notification via SMS text is displayed [ScreenShot]
   --- 24 Oct 10:24:59 127 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: chk_RemoteSMSLinkNotificationDelivery0]

Enable SMS Notification checkbox is displayed for DocAdmin in Permissions Tab [ScreenShot]
   --- 24 Oct 10:24:59 845 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:24:59 845 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Effective Permission Summary Tab is displayed [ScreenShot]
   --- 24 Oct 10:25:02 687 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
 Enable SMS Notification permission is enabled for DocAdmin in Effective Permission Summary Tab [ScreenShot]
   --- 24 Oct 10:25:02 963 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:25:07 348 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:25:07 348 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:25:07 398 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:25:11 838 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:25:11 838 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:25:11 908 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:25:18 946 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b'
   --- 24 Oct 10:25:21 114 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'Remote SMS Link Notification')]]
 Remote SMS Link Notification text is displayed [ScreenShot]
   --- 24 Oct 10:25:23 409 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'User Can Send Link Notification via SMS')]]
 User Can Send Link Notification via SMS text is displayed [ScreenShot]
   --- 24 Oct 10:25:25 696 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: chk_RemoteSMSLinkNotificationDelivery0]

Enable SMS Notification checkbox is displayed for FIAdmin in Permissions Tab [ScreenShot]
   --- 24 Oct 10:25:26 473 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:25:26 473 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Effective Permission Summary Tab is displayed [ScreenShot]
   --- 24 Oct 10:25:29 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
 Enable SMS Notification permission is enabled for FIAdmin in Effective Permission Summary Tab [ScreenShot]
   --- 24 Oct 10:25:29 384 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:25:33 818 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:25:33 818 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:25:33 871 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:25:38 325 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:25:38 325 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:25:38 397 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:25:45 136 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b'
   --- 24 Oct 10:25:47 273 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'Remote SMS Link Notification')]]
 Remote SMS Link Notification text is displayed [ScreenShot]
   --- 24 Oct 10:25:49 592 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'User Can Send Link Notification via SMS')]]
 User Can Send Link Notification via SMS text is displayed [ScreenShot]
   --- 24 Oct 10:25:51 893 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: chk_RemoteSMSLinkNotificationDelivery0]

Enable SMS Notification checkbox is displayed for FIUser in Permissions Tab [ScreenShot]
   --- 24 Oct 10:25:52 749 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:25:52 749 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Effective Permission Summary Tab is displayed [ScreenShot]
   --- 24 Oct 10:25:55 501 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
 Enable SMS Notification permission is enabled for FIUser in Effective Permission Summary Tab [ScreenShot]
   --- 24 Oct 10:25:55 711 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:26:00 160 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:00 160 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:26:00 244 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:26:04 730 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:04 730 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:26:04 796 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:26:11 800 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b'
   --- 24 Oct 10:26:13 941 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'Remote SMS Link Notification')]]
 Remote SMS Link Notification text is displayed [ScreenShot]
   --- 24 Oct 10:26:16 213 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //b[contains(text(),'User Can Send Link Notification via SMS')]]
 User Can Send Link Notification via SMS text is displayed [ScreenShot]
   --- 24 Oct 10:26:18 504 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: chk_RemoteSMSLinkNotificationDelivery0]

Enable SMS Notification checkbox is displayed for Newly created User in Permissions Tab [ScreenShot]
   --- 24 Oct 10:26:19 281 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:19 282 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Effective Permission Summary Tab is displayed [ScreenShot]
   --- 24 Oct 10:26:22 387 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
 Enable SMS Notification permission is enabled for Newly created User in Effective Permission Summary Tab [ScreenShot]
   --- 24 Oct 10:26:22 625 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:26:27 085 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:27 085 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:26:27 135 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:26:31 880 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:31 880 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:26:31 947 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:26:34 552 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
   --- 24 Oct 10:26:34 626 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: chk_Apply_Highest_RemoteSMSLinkNotificationDelivery]
 Apply Highest Group Permission for SMS Checkbox is clicked [ScreenShot]
   --- 24 Oct 10:26:37 168 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: chk_RemoteSMSLinkNotificationDelivery0]
 Enable SMS Checkbox is clicked [ScreenShot]
   --- 24 Oct 10:26:40 131 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:40 131 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:26:42 530 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:26:46 083 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:46 083 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Effective Permission Summary Tab is displayed [ScreenShot]
   --- 24 Oct 10:26:47 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Denied')]]
 Enable SMS Notification permission is Denied for DocAdmin User in Effective Permission Summary Tab [ScreenShot]
   --- 24 Oct 10:26:50 581 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:26:53 187 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
   --- 24 Oct 10:26:53 254 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: chk_Apply_Highest_RemoteSMSLinkNotificationDelivery]
 Apply Highest Group Permission for SMS Checkbox is clicked [ScreenShot]
   --- 24 Oct 10:26:56 374 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:26:56 374 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:26:58 764 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:27:01 832 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //*[@id='dropdownUL']/li]
   --- 24 Oct 10:27:04 175 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //*[@id='dropdownUL']/li]
   --- 24 Oct 10:27:10 183 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 24 Oct 10:27:10 183 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:27:10 276 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //button[@id='btnPasswordReset_0']]
   --- 24 Oct 10:27:10 498 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 24 Oct 10:27:10 498 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:27:10 629 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> css selector: .header]
   --- 24 Oct 10:27:13 368 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
 Enable SMS Notification permission is enabled for Admin user in User Account Setting Page [ScreenShot]
   --- 24 Oct 10:27:13 767 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 24 Oct 10:27:13 768 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:27:14 865 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 24 Oct 10:27:14 866 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:27:17 228 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: immPageTitle]
   --- 24 Oct 10:27:30 881 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Denied')]]
 Enable SMS Notification permission is Denied for Admin user in User Account Setting Page [ScreenShot]
   --- 24 Oct 10:27:31 387 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 24 Oct 10:27:31 387 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:27:32 309 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 24 Oct 10:27:32 309 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:27:34 701 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (704bf1af5c4f8c3f664fd9f6d7e9080c)] -> id: immPageTitle]
   --- 24 Oct 10:27:52 292 - TestCaseID:: AdobeSMSUserMaintenance
   --- 24 Oct 10:27:55 448 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new User permission for Adobe SMS ****
 https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:27:56 902 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/
   --- 24 Oct 10:27:56 903 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:27:58 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: idSIButton9]
   --- 24 Oct 10:27:58 933 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: i0116]
   --- 24 Oct 10:27:59 038 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: i0116]
   --- 24 Oct 10:28:04 470 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: idSIButton9]
   --- 24 Oct 10:28:05 319 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: i0118]
   --- 24 Oct 10:28:12 207 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:28:12 207 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:12 305 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: lightbox]
   --- 24 Oct 10:28:13 074 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: idSIButton9]
   --- 24 Oct 10:28:15 331 - Page URL:: https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:28:15 331 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:18 686 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 24 Oct 10:28:18 984 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/create
   --- 24 Oct 10:28:18 984 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:19 121 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> css selector: .header]
   --- 24 Oct 10:28:21 487 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
   --- 24 Oct 10:28:24 771 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:28:24 771 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:24 854 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:28:24 854 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:24 947 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:28:24 947 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:25 024 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
   --- 24 Oct 10:28:25 110 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:28:25 110 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:25 205 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> css selector: .header]

Successfully navigated to 'Manage FI' page [ScreenShot]
   --- 24 Oct 10:28:25 443 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:28:25 443 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:25 526 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: userName]
 User logged in with IMM Admin
 Successfully login with IMM Admin [ScreenShot]
   --- 24 Oct 10:28:28 830 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:28:28 830 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:31 187 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> xpath: //div[@class='ng-placeholder']]
 Existing Fi Name is not displaying  [ScreenShot]
   --- 24 Oct 10:28:31 480 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> css selector: input[type=text]]
  Host Id 0 QAeSignFI | QAeSignFI
 Search FI displayed in list
   --- 24 Oct 10:28:42 415 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:28:42 510 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:28:43 165 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:28:43 165 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:43 218 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> id: headerRemoteSettings]
   --- 24 Oct 10:28:43 406 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:28:43 406 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:28:43 547 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (97464263127ecfd9263777cc3606499c)] -> css selector: .header]

Successfully navigated to 'RemoteSettings' page [ScreenShot]
   --- 24 Oct 10:28:43 938 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:28:43 938 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Remote SMS Link Notification Delivery is already disabled  [ScreenShot]
 Disabling default SMS Checkbox [ScreenShot]

Clicked on Save button [ScreenShot]
   --- 24 Oct 10:28:59 391 - TestCaseID:: AdobeSMSUserMaintenance
   --- 24 Oct 10:29:02 532 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new User permission for Adobe SMS ****
   --- 24 Oct 10:29:04 392 - Page URL:: https://partners.immesign.com/teaasp/login.aspx
   --- 24 Oct 10:29:04 392 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:29:32 357 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
   --- 24 Oct 10:29:32 441 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: btnSubmit]
   --- 24 Oct 10:29:32 519 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
   --- 24 Oct 10:29:32 586 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 24 Oct 10:29:38 081 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: btnSubmit]
   --- 24 Oct 10:29:39 636 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=9f442590-8548-4cfa-9504-ebbb1431120a&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dlurgvxxd80gmchsty3kpbz36rpuhzykyyfsenrvxren1r-1gl3zl7qjxrt4vbusoky-ggcx3raie91s8mfir64ikmhy7yoxdd4epd2zuqblh3nahoajv0zz7hxmutbnlhm7achiooc3h35sbbcowzstch-js0ie1skn101d-iyhznagsl4lw-_drjx4pkrw3avzrlgslfvl_j0i_hyrsya&response_mode=form_post&nonce=638653625784217936.ntq4zdazn2itm2qyys00zjg0lwi5zmetzdkymgvioteyzdbiyzdhmzgwyzgtm2q4ny00mdk2lwezytqtmjbkymqxmgezmmi4&redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 24 Oct 10:29:39 636 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:29:50 130 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
   --- 24 Oct 10:29:54 538 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
   --- 24 Oct 10:29:54 622 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: lightbox]
   --- 24 Oct 10:29:54 703 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: i0116]
   --- 24 Oct 10:29:54 787 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: i0116]
   --- 24 Oct 10:30:00 227 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: idSIButton9]
   --- 24 Oct 10:30:01 571 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: i0118]
   --- 24 Oct 10:30:07 803 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:30:07 803 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:08 012 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: lightbox]
   --- 24 Oct 10:30:08 198 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: idSIButton9]
   --- 24 Oct 10:30:11 074 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:30:11 074 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:11 159 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: btnUpload]
   --- 24 Oct 10:30:11 326 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:30:11 326 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:11 430 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: .header]
   --- 24 Oct 10:30:11 628 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:30:11 628 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:11 694 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> id: btnUpload]
   --- 24 Oct 10:30:11 845 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:30:11 845 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:11 939 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: .header]
   --- 24 Oct 10:30:12 013 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:30:14 119 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:30:20 209 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:30:20 209 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:20 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:30:20 439 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:30:20 439 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:20 564 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: .header]
   --- 24 Oct 10:30:20 725 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:30:20 725 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:20 796 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:30:20 937 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:30:20 938 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:21 041 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: .header]
   --- 24 Oct 10:30:21 090 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:30:25 564 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:30:25 564 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:25 642 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:30:28 184 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
   --- 24 Oct 10:30:34 683 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: chk_RemoteSMSLinkNotificationDelivery0'

Enable SMS Notification checkbox is not displayed for DocAdmin in Permissions Tab [ScreenShot]
   --- 24 Oct 10:30:34 901 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:30:39 346 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:30:39 346 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:39 399 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:30:43 846 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:30:43 846 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:30:43 910 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:30:50 903 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b'
   --- 24 Oct 10:30:57 393 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: chk_RemoteSMSLinkNotificationDelivery0'

Enable SMS Notification checkbox is not displayed for FIAdmin in Permissions Tab [ScreenShot]
   --- 24 Oct 10:30:57 643 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:31:02 011 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:31:02 012 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:31:02 057 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:31:06 552 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:31:06 553 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:31:06 617 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:31:13 720 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b'
   --- 24 Oct 10:31:20 207 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: chk_RemoteSMSLinkNotificationDelivery0'

Enable SMS Notification checkbox is not displayed for FIUser in Permissions Tab [ScreenShot]
   --- 24 Oct 10:31:20 480 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:31:24 881 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:31:24 881 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:31:24 923 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:31:29 391 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:31:29 391 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:31:29 454 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> css selector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']]
 Permissions Tab is displayed [ScreenShot]
   --- 24 Oct 10:31:36 438 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b'
   --- 24 Oct 10:31:42 916 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: chk_RemoteSMSLinkNotificationDelivery0'

Enable SMS Notification checkbox is not displayed for Newly created User in Permissions Tab [ScreenShot]
   --- 24 Oct 10:31:43 224 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (23214f53840d7f22f06e9f90f0048bbb)] -> xpath: //div[contains(@class,'clickable')]]
   --- 24 Oct 10:31:47 613 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:31:47 613 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)

Test Passed.
AdobeSMSGroupMaintenance(, chrome_Windows 10)
   --- 24 Oct 10:18:18 763 - TestCaseID:: AdobeSMSGroupMaintenance
   --- 24 Oct 10:18:22 341 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new group permission for Adobe SMS ****
 https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:18:24 048 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/
   --- 24 Oct 10:18:24 048 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:26 131 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: idSIButton9]
   --- 24 Oct 10:18:26 253 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: i0116]
   --- 24 Oct 10:18:26 325 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: i0116]
   --- 24 Oct 10:18:31 738 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: idSIButton9]
   --- 24 Oct 10:18:33 037 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: i0118]
   --- 24 Oct 10:18:41 786 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:18:41 786 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:41 868 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: lightbox]
   --- 24 Oct 10:18:41 943 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: idSIButton9]
   --- 24 Oct 10:18:43 416 - Page URL:: https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:18:43 417 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:46 914 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 24 Oct 10:18:47 192 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/create
   --- 24 Oct 10:18:47 192 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:47 304 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> css selector: .header]
   --- 24 Oct 10:18:49 954 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
   --- 24 Oct 10:18:53 214 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:18:53 214 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:53 302 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:18:53 302 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:53 385 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:18:53 388 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:53 459 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
   --- 24 Oct 10:18:53 557 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:18:53 557 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:53 655 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> css selector: .header]

Successfully navigated to 'Manage FI' page [ScreenShot]
   --- 24 Oct 10:18:53 922 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:18:53 922 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:54 014 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: userName]
 User logged in with IMM Admin
 Successfully login with IMM Admin [ScreenShot]
   --- 24 Oct 10:18:57 313 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:18:57 313 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:59 670 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> xpath: //div[@class='ng-placeholder']]
 Existing Fi Name is not displaying  [ScreenShot]
   --- 24 Oct 10:18:59 940 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> css selector: input[type=text]]
  Host Id 0 QAeSignFI | QAeSignFI
 Search FI displayed in list
   --- 24 Oct 10:19:10 892 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:19:10 988 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:19:11 648 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:19:11 648 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:19:11 714 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> id: headerRemoteSettings]
   --- 24 Oct 10:19:11 923 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:19:11 923 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:19:12 129 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (445f642141ccb54e6aba2f3ef0742c3e)] -> css selector: .header]
 Successfully validated FI Id label [ScreenShot]

Fi details are matching [ScreenShot]

Successfully navigated to 'RemoteSettings' page [ScreenShot]
   --- 24 Oct 10:19:13 321 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:19:13 321 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Remote SMS Link Notification Delivery is already enabled  [ScreenShot]
 Enabling default SMS Checkbox [ScreenShot]

Clicked on Save button [ScreenShot]
   --- 24 Oct 10:19:28 588 - TestCaseID:: AdobeSMSGroupMaintenance
   --- 24 Oct 10:19:31 595 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify new group permission for Adobe SMS ****
   --- 24 Oct 10:19:33 579 - Page URL:: https://partners.immesign.com/teaasp/login.aspx
   --- 24 Oct 10:19:33 579 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:01 826 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
   --- 24 Oct 10:20:01 916 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: btnSubmit]
   --- 24 Oct 10:20:02 010 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
   --- 24 Oct 10:20:02 089 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 24 Oct 10:20:07 603 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: btnSubmit]
   --- 24 Oct 10:20:08 987 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=9f442590-8548-4cfa-9504-ebbb1431120a&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dahxdt51rtppkalltaubgyle86lvhonohzzwckxphbu6q4--rtkr9x6udzpvmo5cqopxqbydzbdkhl3frni68tuddekj16j9ca8qp67vuqsiwbb3fmhf9h4osxh7p73e-xayaznw9-qmctb3hfbrr2h1jamznb-9k4n8cgkv8r5xhvfn6amr5pe8fraoxxh3pazzdqqfcyykphwcbwsyqsa&response_mode=form_post&nonce=638653620079234869.ndu2yjnjnwetnwe4yy00ndgylwi5m2qtyzg2mjc2mjcwmzrjyzk0yznjntitm2i2oc00ytbmlwi4ngutotjlzmewnte1ymrj&redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 24 Oct 10:20:08 988 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:19 724 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
   --- 24 Oct 10:20:24 198 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
   --- 24 Oct 10:20:24 283 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: lightbox]
   --- 24 Oct 10:20:24 384 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: i0116]
   --- 24 Oct 10:20:24 465 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: i0116]
   --- 24 Oct 10:20:29 898 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: idSIButton9]
   --- 24 Oct 10:20:30 706 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: i0118]
   --- 24 Oct 10:20:37 032 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:20:37 032 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:37 562 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: lightbox]
   --- 24 Oct 10:20:37 761 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: idSIButton9]
   --- 24 Oct 10:20:40 647 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:20:40 647 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:40 733 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: btnUpload]
   --- 24 Oct 10:20:40 899 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:20:40 899 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:41 005 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> css selector: .header]
   --- 24 Oct 10:20:41 192 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:20:41 192 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:41 283 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: btnUpload]
   --- 24 Oct 10:20:41 469 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:20:41 469 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:41 645 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> css selector: .header]
   --- 24 Oct 10:20:41 721 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:20:43 823 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:20:50 251 - Page URL:: https://partners.immesign.com/teaasp/groupmaintenance
   --- 24 Oct 10:20:50 251 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:55 724 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> xpath: (//button[@id='btnAddGroup'])[2]]
   --- 24 Oct 10:20:55 796 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: immPageTitle]
   --- 24 Oct 10:20:55 978 - Page URL:: https://partners.immesign.com/teaasp/groupmaintenance
   --- 24 Oct 10:20:55 978 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:20:56 073 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> css selector: .header]
   --- 24 Oct 10:21:01 200 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: TxtGroupTitle]
   --- 24 Oct 10:21:01 297 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: TxtGroupTitle]
   --- 24 Oct 10:21:06 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (548b46405fff0e41beb08d8a1bde5c6f)] -> id: btnSearch]
   --- 24 Oct 10:21:08 111 - Page URL:: https://partners.immesign.com/teaasp/groupmaintenance
   --- 24 Oct 10:21:08 112 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:21:08 206 - Page URL:: https://partners.immesign.com/teaasp/groupmaintenance
   --- 24 Oct 10:21:08 206 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)

java.lang.reflect.InvocationTargetException [ScreenShot]
AdobeSMSBasedOnUserPermission(, chrome_Windows 10)
   --- 24 Oct 10:14:39 084 - TestCaseID:: AdobeSMSBasedOnUserPermission
   --- 24 Oct 10:14:45 893 - 6 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify SMS checkbox is displayed on eSignature page based on FI User permission ****
 https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:14:47 921 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/
   --- 24 Oct 10:14:47 921 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:14:50 316 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: idSIButton9]
   --- 24 Oct 10:14:50 422 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: i0116]
   --- 24 Oct 10:14:50 509 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: i0116]
   --- 24 Oct 10:14:55 986 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: idSIButton9]
   --- 24 Oct 10:14:58 158 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: i0118]
   --- 24 Oct 10:15:05 249 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:15:05 249 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:05 567 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: lightbox]
   --- 24 Oct 10:15:05 792 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: idSIButton9]
   --- 24 Oct 10:15:07 683 - Page URL:: https://partners.immesign.com/tenantmanagerui/
   --- 24 Oct 10:15:07 684 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:10 105 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 24 Oct 10:15:10 482 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/create
   --- 24 Oct 10:15:10 483 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:10 666 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> css selector: .header]
   --- 24 Oct 10:15:13 166 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
   --- 24 Oct 10:15:16 516 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:15:16 516 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:16 614 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:15:16 614 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:16 719 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:15:16 720 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:16 801 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
   --- 24 Oct 10:15:16 899 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:15:16 900 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:17 006 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> css selector: .header]

Successfully navigated to 'Manage FI' page [ScreenShot]
   --- 24 Oct 10:15:17 310 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:15:17 311 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:17 396 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: userName]
 User logged in with IMM Admin
 Successfully login with IMM Admin [ScreenShot]
   --- 24 Oct 10:15:20 704 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
   --- 24 Oct 10:15:20 704 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:23 169 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> xpath: //div[@class='ng-placeholder']]
 Existing Fi Name is not displaying  [ScreenShot]
   --- 24 Oct 10:15:23 503 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> css selector: input[type=text]]
  Host Id 0 QAeSignFI | QAeSignFI
 Search FI displayed in list
   --- 24 Oct 10:15:34 453 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:15:34 581 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
   --- 24 Oct 10:15:35 187 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:15:35 187 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:35 256 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> id: headerRemoteSettings]
   --- 24 Oct 10:15:35 441 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:15:35 442 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:15:35 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (83844b4e469d8a2f5ef232dcdec6f98a)] -> css selector: .header]

Successfully navigated to 'RemoteSettings' page [ScreenShot]
   --- 24 Oct 10:15:35 999 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:15:35 999 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Remote SMS Link Notification Delivery is already enabled  [ScreenShot]
   --- 24 Oct 10:15:41 064 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
   --- 24 Oct 10:15:41 065 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
 Enabling default SMS Checkbox [ScreenShot]

Clicked on Save button [ScreenShot]
   --- 24 Oct 10:15:53 907 - TestCaseID:: AdobeSMSBasedOnUserPermission
   --- 24 Oct 10:15:57 500 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
 **** Verify SMS checkbox is displayed on eSignature page based on FI User permission ****
   --- 24 Oct 10:15:59 342 - Page URL:: https://partners.immesign.com/teaasp/login.aspx
   --- 24 Oct 10:15:59 343 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:16:27 065 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
   --- 24 Oct 10:16:27 175 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: btnSubmit]
   --- 24 Oct 10:16:27 290 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
   --- 24 Oct 10:16:27 380 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 24 Oct 10:16:32 939 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: btnSubmit]
   --- 24 Oct 10:16:35 448 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=9f442590-8548-4cfa-9504-ebbb1431120a&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dmwjocb7rgvnn4wuuaavw064pm09v8g1ktqysgxbnfq6uwk6nxxxhaegepoapaaxusi5ifu4x9virzvjsojz6tq-ihfdsamq2khl_39wp6-spqzbh_gtlh8yd-2irfjhyci8k1qo578mkvcant-vlhiok4monbge2tj-sibe2n3c8pdj8c5womcshk56jq0bbympxcbep0uernffu6_tahg&response_mode=form_post&nonce=638653617932698764.owiyodljodatmtvhzi00mjg2lwfjmwetm2q3zmrknzewntjlzdmymjhiy2ityzk3zc00otq1lwfizmqtmmi1ogy5mde2zdfj&redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fpartners.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 24 Oct 10:16:35 449 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:16:45 410 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
   --- 24 Oct 10:16:49 908 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
   --- 24 Oct 10:16:49 993 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: lightbox]
   --- 24 Oct 10:16:50 086 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: i0116]
   --- 24 Oct 10:16:50 158 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: i0116]
   --- 24 Oct 10:16:55 597 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: idSIButton9]
   --- 24 Oct 10:16:56 421 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: i0118]
   --- 24 Oct 10:17:02 510 - Page URL:: https://login.microsoftonline.com/common/login
   --- 24 Oct 10:17:02 510 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:02 591 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: lightbox]
   --- 24 Oct 10:17:03 145 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: idSIButton9]
   --- 24 Oct 10:17:06 144 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:17:06 144 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:06 418 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: btnUpload]
   --- 24 Oct 10:17:06 679 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:17:06 680 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:06 867 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> css selector: .header]
   --- 24 Oct 10:17:07 078 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:17:07 079 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:07 160 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: btnUpload]
   --- 24 Oct 10:17:07 385 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
   --- 24 Oct 10:17:07 386 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:07 516 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> css selector: .header]
   --- 24 Oct 10:17:07 594 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:17:09 701 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:17:15 979 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
   --- 24 Oct 10:17:15 979 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:16 058 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: btnSearch]
   --- 24 Oct 10:17:16 178 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
   --- 24 Oct 10:17:16 179 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:16 285 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> css selector: .header]
   --- 24 Oct 10:17:16 363 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //*[text()='Select All']]
   --- 24 Oct 10:17:16 462 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //*[text()='Select All']]
   --- 24 Oct 10:17:21 545 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //*[text()='Select All']]
 Clicked 'Select All' button
   --- 24 Oct 10:17:21 843 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
   --- 24 Oct 10:17:21 843 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:22 673 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: btnPrimary]
   --- 24 Oct 10:17:22 745 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: btnPrimary]
   --- 24 Oct 10:17:23 542 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents
[ScreenShot]
   --- 24 Oct 10:17:23 849 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
   --- 24 Oct 10:17:23 850 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:17:28 938 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //*[text()='Import Template']]
 File Dragged and dropped to clipboard
   --- 24 Oct 10:17:59 977 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> id: globalErrorMessage]
 Import the template from Zip formate
   --- 24 Oct 10:18:00 052 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:18:02 174 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: //a[text()='Administration']]
   --- 24 Oct 10:18:08 326 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:08 326 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:08 408 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:18:08 545 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:08 545 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:08 644 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> css selector: .header]
   --- 24 Oct 10:18:08 784 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:08 784 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:08 856 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> xpath: (//*[@id='btnAddUser'])[1]]
   --- 24 Oct 10:18:08 998 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:08 998 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:09 094 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdb28966539263ca92000c939260c069)] -> css selector: .header]
   --- 24 Oct 10:18:09 289 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:09 290 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:09 472 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:09 472 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:09 657 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:09 657 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:09 885 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:09 885 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:10 108 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
   --- 24 Oct 10:18:10 109 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
   --- 24 Oct 10:18:14 635 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: a[data-bind*='text:ResourceUserMaintenance.Tab_3_Name']'

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