com.imm.testscripts.FIManagement.FIManagement
verifyRemoteIDMeUserPermissions
(, 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.verifyRemoteIDMeUserPermissions(FIManagement.java:7641)
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: [35929bb7ac5397eeaa0e3a8053ced94f, 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:54946}, 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: 35929bb7ac5397eeaa0e3a8053ced94f
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 Remote ID Me authentication in eSignature page based on User permission)
C:\Users\Sunithap\AppData\Local\Temp\testng-eclipse-1180124585\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://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&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="verifyRemoteIDMeUserPermissions"/>
</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
AdobeSMSBasedOnUserPermission
verifyRemoteIDMeUserPermissions
P1
verifyRemoteIDMeUserPermissions
Smoke
verifyRemoteIDMeUserPermissions
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
verifyRemoteIDMeUserPermissions(, chrome_Windows 10)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
--- 28 Oct 07:33:16 690 - TestCaseID:: verifyRemoteIDMeUserPermissions
--- 28 Oct 07:33:38 066 - 21 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 28 Oct 07:33:40 286 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/
--- 28 Oct 07:33:40 286 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:33:42 843 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: idSIButton9]
--- 28 Oct 07:33:43 112 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: i0116]
--- 28 Oct 07:33:43 363 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: i0116]
--- 28 Oct 07:33:49 187 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: idSIButton9]
--- 28 Oct 07:33:50 505 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: i0118]
--- 28 Oct 07:33:57 503 - Page URL:: https://login.microsoftonline.com/common/login
--- 28 Oct 07:33:57 504 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:33:57 793 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: lightbox]
--- 28 Oct 07:33:58 602 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: idSIButton9]
--- 28 Oct 07:34:02 579 - Page URL:: https://partners.immesign.com/tenantmanagerui/
--- 28 Oct 07:34:02 579 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:04 183 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 28 Oct 07:34:04 482 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/create
--- 28 Oct 07:34:04 483 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:04 695 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> css selector: .header]
--- 28 Oct 07:34:07 197 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 28 Oct 07:34:10 616 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
--- 28 Oct 07:34:10 616 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:10 789 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
--- 28 Oct 07:34:10 790 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:10 902 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
--- 28 Oct 07:34:10 903 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:11 001 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 28 Oct 07:34:11 112 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
--- 28 Oct 07:34:11 112 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:11 231 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 28 Oct 07:34:11 475 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
--- 28 Oct 07:34:11 476 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:11 575 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: userName]
--- 28 Oct 07:34:14 919 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/basic
--- 28 Oct 07:34:14 919 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:17 322 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> xpath: //div[@class='ng-placeholder']]
--- 28 Oct 07:34:17 560 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> css selector: input[type=text]]
--- 28 Oct 07:34:28 493 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 28 Oct 07:34:28 605 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> xpath: //div[@class='textWrapper' and contains(text(),'Remote Settings')]]
--- 28 Oct 07:34:29 205 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
--- 28 Oct 07:34:29 205 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:29 282 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> id: headerRemoteSettings]
--- 28 Oct 07:34:29 487 - Page URL:: https://partners.immesign.com/tenantmanagerui/#/fi/manage/remote
--- 28 Oct 07:34:29 487 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:34:29 693 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92e9e67bc0487e1c4c14f95b746f25e0)] -> css selector: .header]
Successfully navigated to 'RemoteSettings' page [ScreenShot]
--- 28 Oct 07:34:34 491 - TestCaseID:: verifyRemoteIDMeUserPermissions
--- 28 Oct 07:34:37 208 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 28 Oct 07:34:39 231 - Page URL:: https://partners.immesign.com/teaasp/login.aspx
--- 28 Oct 07:34:39 231 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:07 134 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 28 Oct 07:35:07 232 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: btnSubmit]
--- 28 Oct 07:35:07 339 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 28 Oct 07:35:07 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 28 Oct 07:35:12 906 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: btnSubmit]
--- 28 Oct 07:35:14 490 - 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%3dzl596i6tssvb6mtopwa6swc9u3kpnif32ccwrsh8tq6nlgm7fwkcooyuqoyuqpwtayiul-h7mknqpdsck6xfmhmkpegspflumsrpe10otsw07-w1yohaxnraglpjj2gz9nf4mtydmhasb1tbaxpapiwfa9ggv0tlirpan0qm4ksv3mwi1xi3m9emaehrktyaaqwx-adtn_w5mrq9m0xviq&response_mode=form_post&nonce=638656977131927384.ytbkntqwzgqtntk0ns00ogq1lthmmtmtnmu4zdu5n2m0zgjhmdzjzjk4njutzmmwyi00ztbllwe4mtityzgymjcxm2q3mjaz&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
--- 28 Oct 07:35:14 491 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:25 192 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 28 Oct 07:35:29 672 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 28 Oct 07:35:29 770 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: lightbox]
--- 28 Oct 07:35:29 863 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: i0116]
--- 28 Oct 07:35:29 954 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: i0116]
--- 28 Oct 07:35:35 428 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: idSIButton9]
--- 28 Oct 07:35:36 302 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: i0118]
--- 28 Oct 07:35:42 530 - Page URL:: https://login.microsoftonline.com/common/login
--- 28 Oct 07:35:42 530 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:42 633 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: lightbox]
--- 28 Oct 07:35:43 115 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: idSIButton9]
--- 28 Oct 07:35:46 501 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
--- 28 Oct 07:35:46 502 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:46 606 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: btnUpload]
--- 28 Oct 07:35:46 763 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
--- 28 Oct 07:35:46 763 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:46 892 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> css selector: .header]
--- 28 Oct 07:35:47 081 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
--- 28 Oct 07:35:47 081 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:47 151 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: btnUpload]
--- 28 Oct 07:35:47 302 - Page URL:: https://partners.immesign.com/teaasp/documentmntc.aspx
--- 28 Oct 07:35:47 302 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:47 406 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> css selector: .header]
--- 28 Oct 07:35:47 478 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //a[text()='Administration']]
--- 28 Oct 07:35:49 599 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //a[text()='Administration']]
--- 28 Oct 07:35:55 667 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
--- 28 Oct 07:35:55 667 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:55 763 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: btnSearch]
--- 28 Oct 07:35:55 943 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
--- 28 Oct 07:35:55 943 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:35:56 064 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> css selector: .header]
--- 28 Oct 07:35:56 138 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //*[text()='Select All']]
--- 28 Oct 07:35:56 249 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //*[text()='Select All']]
--- 28 Oct 07:36:01 351 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //*[text()='Select All']]
--- 28 Oct 07:36:01 695 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
--- 28 Oct 07:36:01 695 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:02 485 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: btnPrimary]
--- 28 Oct 07:36:02 546 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: btnPrimary]
--- 28 Oct 07:36:04 182 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 28 Oct 07:36:04 466 - Page URL:: https://partners.immesign.com/teaasp/documentmaintenance
--- 28 Oct 07:36:04 466 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:09 564 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //*[text()='Import Template']]
--- 28 Oct 07:36:42 554 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> id: globalErrorMessage]
--- 28 Oct 07:36:42 621 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //a[text()='Administration']]
--- 28 Oct 07:36:44 725 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: //a[text()='Administration']]
--- 28 Oct 07:36:50 899 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:50 899 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:50 982 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 28 Oct 07:36:51 133 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:51 133 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:51 238 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> css selector: .header]
--- 28 Oct 07:36:51 567 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:51 568 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:51 643 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> xpath: (//*[@id='btnAddUser'])[1]]
--- 28 Oct 07:36:51 812 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:51 812 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:51 909 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (35929bb7ac5397eeaa0e3a8053ced94f)] -> css selector: .header]
--- 28 Oct 07:36:52 089 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:52 089 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:52 269 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:52 270 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:52 526 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:52 526 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:52 720 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:52 720 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:52 919 - Page URL:: https://partners.immesign.com/teaasp/usermaintenance
--- 28 Oct 07:36:52 919 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 28 Oct 07:36:57 363 - 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]
41 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
VerifyRemoteAccessAuthenticationandeDeliveryAuthenticationRemoteIDMeinGroupMaintenance
AdobeSMSBasedOnUserPermission
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithPermissonTab
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
verifyCopyUSerAffectsAnotherFi
verifyRemoteIDMeauthenticationinUserMaintenanceandEffectivePermissions
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
verifySessionAftercreateAndDeleteUser
createUserDefaultBelongsToUserGroup
AdobeSMSUserMaintenance
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
verifyUIElementsForGroupMaintenancePage
createSameUserWithDefaultAndcustomDomain
addUserWithWindowsSupportedCharacters
verifySortOrderOfGroupAndDescription
verifyCopyUSerWithMultipleGroups
verifyCopyUSerWith50PlusGroups
verifySessionAftercreateAndInactiveUser
verifyCopyGroupsWithPermissionAndMembersTabs
createGroupAddGroupMember
verifyCopyUSerWithGroupTab
verifyUserSearchInAddUsers
verifyGroupAbleToEdit
verifyGroupSearchInAddNewGroup
AdobeSMSGroupMaintenance
verifyCopyGroupsWithPermissionsTab
verifyCopyGroupsWithGroupMembersTab
createNewFIUser
VerifyRemoteAccessAuthenticationandeDeliveryAuthenticationRemoteIDMeinGroupMaintenance
AdobeSMSBasedOnUserPermission
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithPermissonTab
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
verifyCopyUSerAffectsAnotherFi
verifyRemoteIDMeauthenticationinUserMaintenanceandEffectivePermissions
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
verifySessionAftercreateAndDeleteUser
createUserDefaultBelongsToUserGroup
AdobeSMSUserMaintenance
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
Methods in chronological order
com.imm.testscripts.FIManagement.FIManagement
initialize(org.testng.TestRunner@49648d97)
0 ms
init(org.testng.TestRunner@49648d97)
27872 ms
verifyRemoteIDMeUserPermissions(, chrome_Windows 10)
108697 ms