com.imm.testscripts.FIManagement.FIManagement
AdobeSMSUserMaintenance
(, chrome_Windows 11)
org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy23.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:51)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:485)
at com.imm.support.BrowserActions.scrollToView(BrowserActions.java:193)
at com.imm.pages.UserAccountSettingsPage.EnableSMSPermissionDisplayed(UserAccountSettingsPage.java:239)
at com.imm.testscripts.FIManagement.FIManagement.AdobeSMSUserMaintenance(FIManagement.java:6831)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]"}
(Session info: chrome=127.0.6533.89)
For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.6'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [e21d46db529a50210f67591ae670fe0a, findElement {using=xpath, value=//div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 127.0.6533.89, chrome: {chromedriverVersion: 127.0.6533.57 (d4459446bf8a..., userDataDir: C:\WINDOWS\SystemTemp\scope...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64735}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.2:4444/sessi..., se:cdpVersion: 127.0.6533.89, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: e21d46db529a50210f67591ae670fe0a
at jdk.internal.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95)
... 42 more
(Verify new User permission for Adobe SMS)
C:\Users\sa_chintan.choksi\AppData\Local\Temp\testng-eclipse--296448453\testng-customsuite.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://esignplusqa.immesign.com/TEAASP/login.aspx"/>
<parameter name="projectKey" value="ESPC"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&hsfiid=autoesign&XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<test thread-count="500" name="Default test" verbose="2">
<classes>
<class name="com.imm.testscripts.FIManagement.FIManagement">
<methods>
<include name="AdobeSMSUserMaintenance"/>
</methods>
</class> <!-- com.imm.testscripts.FIManagement.FIManagement -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
AdobeSMSUserMaintenance
AdobeSMSUserMaintenance
P1
AdobeSMSUserMaintenance
Smoke
AdobeSMSUserMaintenance
Times for IMM_Esign_Chrome
Total running time: 4 minutes
Reporter output for IMM_Esign_Chrome
AdobeSMSUserMaintenance(, chrome_Windows 11)
Successfully navigated to 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Clicked on Save button
Enable SMS Notification checkbox is displayed for DocAdmin [ScreenShot]
Enable SMS Notification checkbox is displayed for FIAdmin [ScreenShot]
Enable SMS Notification checkbox is displayed for FIUser [ScreenShot]
Enable SMS Notification checkbox is displayed for Newly created User [ScreenShot]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
--- 06 Aug 20:54:52 839 - TestCaseID:: AdobeSMSUserMaintenance
--- 06 Aug 20:54:54 126 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 06 Aug 20:54:58 520 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 06 Aug 20:54:58 520 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:55:01 424 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: idSIButton9]
--- 06 Aug 20:55:01 485 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: i0116]
--- 06 Aug 20:55:01 546 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: i0116]
--- 06 Aug 20:55:06 785 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: idSIButton9]
--- 06 Aug 20:55:08 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: i0118]
--- 06 Aug 20:55:15 400 - Page URL:: https://login.microsoftonline.com/common/login
--- 06 Aug 20:55:15 400 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:55:15 461 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: lightbox]
--- 06 Aug 20:55:15 849 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: idSIButton9]
--- 06 Aug 20:55:20 556 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 06 Aug 20:55:20 557 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:55:24 566 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: createdFIList]
--- 06 Aug 20:55:29 112 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label'
--- 06 Aug 20:55:33 543 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 06 Aug 20:55:38 100 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 06 Aug 20:55:42 597 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 06 Aug 20:55:47 171 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 06 Aug 20:55:51 786 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 06 Aug 20:55:51 905 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 06 Aug 20:55:51 905 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:55:51 987 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> css selector: .header]
--- 06 Aug 20:55:54 601 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 06 Aug 20:55:54 876 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 06 Aug 20:55:54 877 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:55:55 785 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 06 Aug 20:55:55 848 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 06 Aug 20:55:55 848 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:55:55 918 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 06 Aug 20:55:56 159 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 06 Aug 20:55:56 159 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:55:56 217 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: userName]
--- 06 Aug 20:55:59 550 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 06 Aug 20:55:59 550 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:56:01 774 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> xpath: //div[@class='ng-placeholder']]
--- 06 Aug 20:56:01 963 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> css selector: input[type=text]]
--- 06 Aug 20:56:12 581 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 06 Aug 20:56:12 641 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 06 Aug 20:56:13 131 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 06 Aug 20:56:13 131 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:56:13 176 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> id: headerRemoteSettings]
--- 06 Aug 20:56:13 307 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 06 Aug 20:56:13 308 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:56:13 376 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d55f28fe0011ef9cc509f904e544ff6a)] -> css selector: .header]
Fi details are matching [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 06 Aug 20:56:14 170 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/remote
--- 06 Aug 20:56:14 170 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
Clicked on Save button
--- 06 Aug 20:56:20 136 - TestCaseID:: AdobeSMSUserMaintenance
--- 06 Aug 20:56:20 817 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 06 Aug 20:56:24 841 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 06 Aug 20:56:24 841 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:56:52 521 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 06 Aug 20:56:52 582 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: btnSubmit]
--- 06 Aug 20:56:52 631 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 06 Aug 20:56:52 682 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 06 Aug 20:56:58 051 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: btnSubmit]
--- 06 Aug 20:57:00 688 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dpt-qysdebmou2cxcj1-4cohlxktyeccqxddxr54m2__pogbiajr9kluxz0tzrydoxquap7sgqfvab0ps5oyflt-rjsn7ydzzor691wftgjc1o3yds0a-wdri-jbwbuvlot99uyoyi478ejrtlb7avvzzioocxmjmdtizbtxlntnu1frrbjvcqgr90qqlmm9q2x7tuwt_qqimhf-z4hbrvg&response_mode=form_post&nonce=638585548179021920.owjmmgzmm2etmjvlns00zwrjltllm2qtmjvim2qymzyxnde0ntgymwi2nmutnme0ny00ztg4ltkyotctymzhytm3nmuxmmvl&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 06 Aug 20:57:00 688 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:10 824 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 06 Aug 20:57:15 372 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 06 Aug 20:57:15 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: lightbox]
--- 06 Aug 20:57:15 502 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: i0116]
--- 06 Aug 20:57:15 546 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: i0116]
--- 06 Aug 20:57:20 803 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: idSIButton9]
--- 06 Aug 20:57:22 082 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: i0118]
--- 06 Aug 20:57:29 306 - Page URL:: https://login.microsoftonline.com/common/login
--- 06 Aug 20:57:29 307 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:29 361 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: lightbox]
--- 06 Aug 20:57:29 741 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: idSIButton9]
--- 06 Aug 20:57:33 423 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 06 Aug 20:57:33 423 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:33 478 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: btnUpload]
--- 06 Aug 20:57:33 533 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 06 Aug 20:57:33 533 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:33 606 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: .header]
--- 06 Aug 20:57:33 665 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 06 Aug 20:57:33 665 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:33 710 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: btnUpload]
--- 06 Aug 20:57:33 767 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 06 Aug 20:57:33 768 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:33 828 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: .header]
--- 06 Aug 20:57:33 878 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //a[text()='Administration']]
--- 06 Aug 20:57:35 953 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //a[text()='Administration']]
--- 06 Aug 20:57:43 859 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:57:43 859 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:43 908 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 06 Aug 20:57:43 994 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:57:43 994 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:44 056 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: .header]
--- 06 Aug 20:57:44 142 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:57:44 142 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:44 189 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 06 Aug 20:57:44 274 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:57:44 274 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:44 337 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: .header]
--- 06 Aug 20:57:44 417 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:57:44 417 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:57:54 478 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //input[@id='txtUserId']]
--- 06 Aug 20:58:14 619 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //input[@id='txtUserId']]
--- 06 Aug 20:58:20 011 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: btnSearch]
--- 06 Aug 20:58:20 054 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: btnSearch]
--- 06 Aug 20:58:21 204 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:58:21 206 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:58:21 282 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:58:21 283 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:58:24 365 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: span[class*='icon-delete']]
--- 06 Aug 20:58:28 498 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: btnPrimary]
--- 06 Aug 20:58:41 976 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:58:41 977 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:58:42 059 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:58:42 060 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:58:42 136 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:58:42 136 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:58:42 179 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 06 Aug 20:58:42 222 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 06 Aug 20:58:42 457 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: input[data-bind*='ResourceUserMaintenance.UserIDRequired']]
--- 06 Aug 20:58:42 602 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:58:42 602 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:58:42 641 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: input[data-bind*='ResourceUserMaintenance.UserIDRequired']]
--- 06 Aug 20:58:47 894 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: input[data-bind*='textInput: EditableFields.UserName']]
--- 06 Aug 20:58:53 307 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:58:53 307 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:58:56 742 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 06 Aug 20:58:56 781 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 20:59:01 136 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:59:01 137 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:59:01 356 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
--- 06 Aug 20:59:03 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: chk_RemoteSMSLinkNotificationDelivery0]
Enable SMS Notification checkbox is displayed for DocAdmin [ScreenShot]
--- 06 Aug 20:59:06 558 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
--- 06 Aug 20:59:06 720 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 20:59:11 037 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:59:11 037 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:59:11 066 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 20:59:15 439 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:59:15 439 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:59:20 178 - 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'
--- 06 Aug 20:59:22 584 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: chk_RemoteSMSLinkNotificationDelivery0]
Enable SMS Notification checkbox is displayed for FIAdmin [ScreenShot]
--- 06 Aug 20:59:25 282 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
--- 06 Aug 20:59:25 459 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 20:59:29 806 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:59:29 807 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:59:29 835 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 20:59:34 293 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:59:34 293 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:59:39 015 - 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'
--- 06 Aug 20:59:41 484 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: chk_RemoteSMSLinkNotificationDelivery0]
Enable SMS Notification checkbox is displayed for FIUser [ScreenShot]
--- 06 Aug 20:59:44 219 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
--- 06 Aug 20:59:44 372 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 20:59:48 799 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:59:48 800 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:59:48 827 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 20:59:53 300 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 20:59:53 300 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 20:59:58 101 - 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'
--- 06 Aug 21:00:00 486 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> id: chk_RemoteSMSLinkNotificationDelivery0]
Enable SMS Notification checkbox is displayed for Newly created User [ScreenShot]
--- 06 Aug 21:00:03 173 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Enable SMS Notification')]]
--- 06 Aug 21:00:03 330 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 21:00:07 640 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 21:00:07 640 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 21:00:07 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //div[contains(@class,'clickable')]]
--- 06 Aug 21:00:12 145 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 21:00:12 145 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 21:00:12 387 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
--- 06 Aug 21:00:13 084 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 21:00:13 085 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 21:00:15 328 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 06 Aug 21:00:19 826 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[contains(text(),'User Can Send Link Notification via SMS')]//following-sibling::div[contains(text(),'Denied')]'
Enable SMS Notification permission is Displayed for DocAdmin User[ScreenShot]
--- 06 Aug 21:00:20 145 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //*[@id="Permissions0"]/div/div/div[1]/div[1]/div/div[1]/b]
--- 06 Aug 21:00:20 675 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance
--- 06 Aug 21:00:20 675 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 21:00:22 919 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 06 Aug 21:00:22 962 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //*[@id='dropdownUL']/li]
--- 06 Aug 21:00:25 195 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //*[@id='dropdownUL']/li]
--- 06 Aug 21:00:31 797 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
--- 06 Aug 21:00:31 798 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 21:00:31 861 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> xpath: //button[@id='btnPasswordReset_0']]
--- 06 Aug 21:00:31 979 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
--- 06 Aug 21:00:31 979 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:102)
--- 06 Aug 21:00:32 045 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e21d46db529a50210f67591ae670fe0a)] -> css selector: .header]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
37 ignored methods
com.imm.testscripts.FIManagement.FIManagement
verifySearchGroupsWithTitleOrDate
verifyUIElementsForGroupMaintenancePage
createSameUserWithDefaultAndcustomDomain
addUserWithWindowsSupportedCharacters
verifySortOrderOfGroupAndDescription
verifyCopyUSerWithMultipleGroups
verifyCopyUSerWith50PlusGroups
verifySessionAftercreateAndInactiveUser
verifyCopyGroupsWithPermissionAndMembersTabs
createGroupAddGroupMember
verifyCopyUSerWithGroupTab
verifyUserSearchInAddUsers
verifyGroupAbleToEdit
verifyGroupSearchInAddNewGroup
AdobeSMSGroupMaintenance
verifyCopyGroupsWithPermissionsTab
verifyCopyGroupsWithGroupMembersTab
createNewFIUser
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithPermissonTab
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
verifyCopyUSerAffectsAnotherFi
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
verifySessionAftercreateAndDeleteUser
createUserDefaultBelongsToUserGroup
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
verifyUIElementsForGroupMaintenancePage
createSameUserWithDefaultAndcustomDomain
addUserWithWindowsSupportedCharacters
verifySortOrderOfGroupAndDescription
verifyCopyUSerWithMultipleGroups
verifyCopyUSerWith50PlusGroups
verifySessionAftercreateAndInactiveUser
verifyCopyGroupsWithPermissionAndMembersTabs
createGroupAddGroupMember
verifyCopyUSerWithGroupTab
verifyUserSearchInAddUsers
verifyGroupAbleToEdit
verifyGroupSearchInAddNewGroup
AdobeSMSGroupMaintenance
verifyCopyGroupsWithPermissionsTab
verifyCopyGroupsWithGroupMembersTab
createNewFIUser
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithPermissonTab
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
verifyCopyUSerAffectsAnotherFi
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
verifySessionAftercreateAndDeleteUser
createUserDefaultBelongsToUserGroup
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
Methods in chronological order
com.imm.testscripts.FIManagement.FIManagement
initialize(org.testng.TestRunner@74be992a)
0 ms
init(org.testng.TestRunner@74be992a)
19228 ms
AdobeSMSUserMaintenance(, chrome_Windows 11)
107268 ms