Test results
1 suite, 1 failed test
com.imm.testscripts.Builder.Builder
createNewWorkflowWithCore ({SendTaskEmail=, Description=Create new workflow With Core, workflowtodelete=, ConditionValue=Signed-Completely Signed, StepType=Action|AdHoc Download|Action, SessionUrl=, ConditionStep=, WorkflowBuilderActions=, Step Name=, CoreUpdateProcess=After download, TestID=createNewWorkflowWithCore, IsExpireRule=, ExpireNextStep=, Version=, FYI=Start-TRUE;FALSE|Archive-FALSE;FALSE|Review-FALSE|Sign In branch-FALSE|Signed-FALSE|Download-FALSE;FALSE;FALSE;FALSE|Archive Success-FALSE, WorkflowDescription=Core Review Workflow, IsAlert=Sign In branch, StepDescription=Completed Signing|Adhoc Download|After download, ExpireResponse=, RuleNextRecipient=Signed-Current Inbox, Password=, Condition=Signed-True, UncheckAllowSigning=, AlertFYIMessage=Sign In branch-TBA alert session expire within 10 days. Please Complete Signing, ConditionResponse=, AlertFYIRecipient=Sign In branch-Originator, Workflow=Core Review Workflow, FYIMessage=Start-FYI to shared inbox;FYI to regular user|Archive-null;null|Review-null|Sign In branch-null|Signed-null|Download-null;null;null;null|Archive Success-null, StepName=Signed|Adhoc Download|After download, Recipient=Start-Originator|Archive-null;null|Signed-Originator|Download-null;null;Return to Sender;johnteller|Archive Success-null|Adhoc Download-Originator|After download-null, ExpireFYI=, AlertTime=Sign In branch-2 Day, ExpireFYIMessage=, RuleNextStep=Signed-Archive, ExpireFYIRecipient=, ExpireRecipient=, UploadPath=, Username=, StepResponse=Start-Signed|Archive-Archived;Failed|Signed-Archive|Download-Signed;Expired;Aborted;Download Failure|Archive Success-Done|Adhoc Download-Download Success|After download-Done, FYIRecipient=Start-Shared Inbox;John Teller (immlab\johnteller)|Archive-null;null|Review-null|Sign In branch-null|Signed-null|Download-null;null;null;null|Archive Success-null, AlertFYI=Sign In branch-TRUE, IsExpire=, DocumentSet=513BA|BENEFICIARY_IRA_CUST, Rule=Signed-Archive, ConditionType=Signed-Signature, ConditionRole=, ExpireTime=, NextStep=Start-Signed|Archive-Done;Cancel|Signed-Archive|Download-Done;Done;Archive;Archive|Archive Success-Done|Adhoc Download-After download|After download-Done})
java.lang.reflect.UndeclaredThrowableException at jdk.proxy2/jdk.proxy2.$Proxy16.executeScript(Unknown Source) at com.imm.support.BrowserActions.scrollToView(BrowserActions.java:321) at com.imm.pages.header.Header.logoutFromApplication(Header.java:293) at com.imm.testscripts.Builder.Builder.createNewWorkflowWithCore(Builder.java:3476) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:1596) 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: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60) ... 30 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.$Proxy22.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:1024) 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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... 32 more Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id='mnu_Logout']"} (Session info: chrome=138.0.7204.101) 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: '21.0.1' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [3a60387cf0b8d79cd305b53b23fbd238, findElement {using=xpath, value=//*[@id='mnu_Logout']}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.101, chrome: {chromedriverVersion: 138.0.7204.157 (e533e98b126..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:63800}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.8:4444/sessi..., se:cdpVersion: 138.0.7204.101, 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: 3a60387cf0b8d79cd305b53b23fbd238 at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) 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 com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70) at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy16.findElement(Unknown Source) 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) ... 44 more
(Create new workflow With Core)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse--1310375831\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="SIGN"/>
  <parameter name="deviceHost" value="localhost"/>
  <parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&amp;hsfiid=autoesign&amp;XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
  <parameter name="devicePort" value="4444"/>
  <parameter name="browserName" value="chrome_windows"/>
  <test thread-count="500" name="Default test" verbose="2">
    <classes>
      <class name="com.imm.testscripts.Builder.Builder">
        <methods>
          <include name="createNewWorkflowWithCore"/>
        </methods>
      </class> <!-- com.imm.testscripts.Builder.Builder -->
    </classes>
  </test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
            
Tests for IMM_Esign_Chrome
  • Default test (1 class)
Groups for IMM_Esign_Chrome
Builder
createNewWorkflowWithCore
P1
createNewWorkflowWithCore
Smoke
createNewWorkflowWithCore
Times for IMM_Esign_Chrome
Total running time: 7 minutes
Reporter output for IMM_Esign_Chrome
createNewWorkflowWithCore({SendTaskEmail=, Description=Create new workflow With Core, workflowtodelete=, ConditionValue=Signed...)
   --- 16 Jul 20:51:36 147 - TestCaseID:: createNewWorkflowWithCore
   --- 16 Jul 20:51:42 331 - 6 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
Create new workflow With Core
Steps:
 **** Create new workflow With Core ****
 https://esignplusqa.immesign.com/TEAASP/login.aspx
   --- 16 Jul 20:51:50 946 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
   --- 16 Jul 20:51:50 948 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:51:51 823 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //*[@id='btnSubmit']]
   --- 16 Jul 20:51:52 170 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 16 Jul 20:51:54 552 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //*[@id='btnSubmit']]
   --- 16 Jul 20:51:59 785 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: i0116]
   --- 16 Jul 20:52:01 708 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: idSIButton9]
   --- 16 Jul 20:52:06 628 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: idSIButton9]
   --- 16 Jul 20:52:10 977 - Page URL:: https://login.microsoftonline.com/common/login
   --- 16 Jul 20:52:10 977 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:11 073 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: lightbox]
   --- 16 Jul 20:52:11 181 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: idSIButton9]
   --- 16 Jul 20:52:19 380 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 16 Jul 20:52:19 380 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:22 529 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 16 Jul 20:52:22 529 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:22 629 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: btnUpload]
   --- 16 Jul 20:52:25 805 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 16 Jul 20:52:25 805 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:25 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> css selector: .header]
 Successfully navigate to documents page [ScreenShot]
   --- 16 Jul 20:52:26 075 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //a[text()='Processing']]
   --- 16 Jul 20:52:37 146 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
   --- 16 Jul 20:52:37 147 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:37 219 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: immPageTitle]
   --- 16 Jul 20:52:40 345 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
   --- 16 Jul 20:52:40 345 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:40 448 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> css selector: .header]
   --- 16 Jul 20:52:40 505 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> css selector: ul[id*='dropdownUL'] > li]
 Logged in user : cuadminDN
   --- 16 Jul 20:52:40 620 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //a[text()='Administration']]
   --- 16 Jul 20:52:49 952 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:52:49 954 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:50 072 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: ddActions]
   --- 16 Jul 20:52:53 194 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:52:53 195 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:53 281 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> css selector: .header]

Successfully navigated to 'Workflow Builder' page [ScreenShot]
   --- 16 Jul 20:52:56 527 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:52:56 528 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:52:59 655 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: ddActions]
   --- 16 Jul 20:53:28 218 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:53:28 218 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:53:28 333 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: atabGeneral]

Selected action : Create Workflow [ScreenShot]
   --- 16 Jul 20:53:28 501 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: workflow_name]

Entered workflow name : Core Review Workflow [ScreenShot]
   --- 16 Jul 20:53:29 423 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: workflow_description]

Entered workflow description : Core Review Workflow [ScreenShot]
   --- 16 Jul 20:53:30 483 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: chkfrmlabel]

Selected 'Document set' tab [ScreenShot]
 chk_wizard_3
 chk_wizard_3

Selected document set : 513BA [ScreenShot]
 chk_wizard_12
 chk_wizard_12

Selected document set : BENEFICIARY_IRA_CUST [ScreenShot]
   --- 16 Jul 20:53:32 175 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: atabSteps]
   --- 16 Jul 20:53:32 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Selected 'Steps' tab [ScreenShot]
   --- 16 Jul 20:53:32 477 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]
   --- 16 Jul 20:53:34 356 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: tmplName]

Clicked 'Add step' button [ScreenShot]
   --- 16 Jul 20:53:34 531 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: txtName]

Entered step name : Signed [ScreenShot]
   --- 16 Jul 20:53:35 321 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: cbosteptype]

Selected step type : Action [ScreenShot]

Entered step description : Completed Signing [ScreenShot]
   --- 16 Jul 20:53:42 571 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:53:42 573 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:53:42 660 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Save' button in Add new Step popup [ScreenShot]
   --- 16 Jul 20:53:46 831 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='stepDatagrid']//tr[@type='row']/td[2]]

Successfully added step 'Signed [ScreenShot]
   --- 16 Jul 20:53:47 752 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]
   --- 16 Jul 20:53:49 529 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: tmplName]

Clicked 'Add step' button [ScreenShot]
   --- 16 Jul 20:53:49 702 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: txtName]

Entered step name : Adhoc Download [ScreenShot]
   --- 16 Jul 20:53:50 444 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: cbosteptype]

Selected step type : AdHoc Download [ScreenShot]

Entered step description : Adhoc Download [ScreenShot]
   --- 16 Jul 20:53:57 604 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:53:57 604 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:53:57 699 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Save' button in Add new Step popup [ScreenShot]
   --- 16 Jul 20:54:01 864 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='stepDatagrid']//tr[@type='row']/td[2]]

Successfully added step 'Adhoc Download [ScreenShot]
   --- 16 Jul 20:54:02 871 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]
   --- 16 Jul 20:54:04 615 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: tmplName]

Clicked 'Add step' button [ScreenShot]
   --- 16 Jul 20:54:04 799 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: txtName]

Entered step name : After download [ScreenShot]
   --- 16 Jul 20:54:05 596 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: cbosteptype]

Selected step type : Action [ScreenShot]

Entered step description : After download [ScreenShot]
   --- 16 Jul 20:54:12 604 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:54:12 604 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:54:12 701 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Save' button in Add new Step popup [ScreenShot]
   --- 16 Jul 20:54:16 876 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='stepDatagrid']//tr[@type='row']/td[2]]

Successfully added step 'After download [ScreenShot]
   --- 16 Jul 20:54:22 016 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='stepDatagrid']//tr[@type='row']/td[2]]

Steps : [Start, Archive, Cancel, Signed, Adhoc Download, After download, Done] [ScreenShot]
   --- 16 Jul 20:54:36 713 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:54:36 714 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:54:36 817 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: Step_Message]

Selected step name : Start [ScreenShot]
 {Adhoc Download={0={StepResponse=Download Success, Recipient=Originator, NextStep=After download}}, Archive={0={StepResponse=Archived, Recipient=null, NextStep=Done}, 1={StepResponse=Failed, Recipient=null, NextStep=Cancel}}, Start={0={StepResponse=Signed, Recipient=Originator, NextStep=Signed}}, Signed={0={StepResponse=Archive, Recipient=Originator, NextStep=Archive}}, After download={0={StepResponse=Done, Recipient=null, NextStep=Done}}, Download={0={StepResponse=Signed, Recipient=null, NextStep=Done}, 1={StepResponse=Expired, Recipient=null, NextStep=Done}, 2={StepResponse=Aborted, Recipient=Return to Sender, NextStep=Archive}, 3={StepResponse=Download Failure, Recipient=johnteller, NextStep=Archive}}, Archive Success={0={StepResponse=Done, Recipient=null, NextStep=Done}}} Step Defination found for step Start
  Step response = Signed
   --- 16 Jul 20:54:40 967 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[contains(@id,'Step_response')]]

Added step response : Signed [ScreenShot]
 Next Step = Signed
   --- 16 Jul 20:54:41 653 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'drp_NextStep')]]

Selected next step : Signed [ScreenShot]
   --- 16 Jul 20:54:42 177 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'step_recipient')]]

Selected recipient : Originator [ScreenShot]
   --- 16 Jul 20:54:44 861 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: UpdateTemplate]
 Clicked 'Save' button [ScreenShot]
   --- 16 Jul 20:54:50 767 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: imgCancel]
   --- 16 Jul 20:54:54 015 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:54:54 015 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:54:54 120 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Close' button to get out of step configuration [ScreenShot]
   --- 16 Jul 20:55:07 114 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:55:07 115 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:55:07 217 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[@id='txtStepName']]

Selected step name : Archive [ScreenShot]
 {Adhoc Download={0={StepResponse=Download Success, Recipient=Originator, NextStep=After download}}, Archive={0={StepResponse=Archived, Recipient=null, NextStep=Done}, 1={StepResponse=Failed, Recipient=null, NextStep=Cancel}}, Start={0={StepResponse=Signed, Recipient=Originator, NextStep=Signed}}, Signed={0={StepResponse=Archive, Recipient=Originator, NextStep=Archive}}, After download={0={StepResponse=Done, Recipient=null, NextStep=Done}}, Download={0={StepResponse=Signed, Recipient=null, NextStep=Done}, 1={StepResponse=Expired, Recipient=null, NextStep=Done}, 2={StepResponse=Aborted, Recipient=Return to Sender, NextStep=Archive}, 3={StepResponse=Download Failure, Recipient=johnteller, NextStep=Archive}}, Archive Success={0={StepResponse=Done, Recipient=null, NextStep=Done}}} Step Defination found for step Archive
  Step response = Archived
 Next Step = Done
   --- 16 Jul 20:55:07 379 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'drp_NextStep')]]

Selected next step : Done [ScreenShot]
  Step response = Failed
 Next Step = Cancel
   --- 16 Jul 20:55:07 938 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'drp_NextStep')]]

Selected next step : Cancel [ScreenShot]
   --- 16 Jul 20:55:10 588 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: UpdateTemplate]
 Clicked 'Save' button [ScreenShot]
   --- 16 Jul 20:55:16 666 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: imgCancel]
   --- 16 Jul 20:55:19 938 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:55:19 938 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:55:20 034 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Close' button to get out of step configuration [ScreenShot]
   --- 16 Jul 20:55:33 117 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:55:33 117 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:55:33 229 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[@id='txtStepName']]

Selected step name : Signed [ScreenShot]
 {Adhoc Download={0={StepResponse=Download Success, Recipient=Originator, NextStep=After download}}, Archive={0={StepResponse=Archived, Recipient=null, NextStep=Done}, 1={StepResponse=Failed, Recipient=null, NextStep=Cancel}}, Start={0={StepResponse=Signed, Recipient=Originator, NextStep=Signed}}, Signed={0={StepResponse=Archive, Recipient=Originator, NextStep=Archive}}, After download={0={StepResponse=Done, Recipient=null, NextStep=Done}}, Download={0={StepResponse=Signed, Recipient=null, NextStep=Done}, 1={StepResponse=Expired, Recipient=null, NextStep=Done}, 2={StepResponse=Aborted, Recipient=Return to Sender, NextStep=Archive}, 3={StepResponse=Download Failure, Recipient=johnteller, NextStep=Archive}}, Archive Success={0={StepResponse=Done, Recipient=null, NextStep=Done}}} Step Defination found for step Signed
  Step response = Archive
   --- 16 Jul 20:55:37 379 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[contains(@id,'Step_response')]]

Added step response : Archive [ScreenShot]
 Next Step = Archive
   --- 16 Jul 20:55:38 051 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'drp_NextStep')]]

Selected next step : Archive [ScreenShot]
   --- 16 Jul 20:55:38 565 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'step_recipient')]]

Selected recipient : Originator [ScreenShot]
   --- 16 Jul 20:55:41 290 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: UpdateTemplate]
 Clicked 'Save' button [ScreenShot]
   --- 16 Jul 20:55:47 153 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: imgCancel]
   --- 16 Jul 20:55:50 439 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:55:50 439 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:55:50 535 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Close' button to get out of step configuration [ScreenShot]
   --- 16 Jul 20:56:04 624 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:56:04 625 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:56:04 723 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[@id='txtStepName']]

Selected step name : Adhoc Download [ScreenShot]
 {Adhoc Download={0={StepResponse=Download Success, Recipient=Originator, NextStep=After download}}, Archive={0={StepResponse=Archived, Recipient=null, NextStep=Done}, 1={StepResponse=Failed, Recipient=null, NextStep=Cancel}}, Start={0={StepResponse=Signed, Recipient=Originator, NextStep=Signed}}, Signed={0={StepResponse=Archive, Recipient=Originator, NextStep=Archive}}, After download={0={StepResponse=Done, Recipient=null, NextStep=Done}}, Download={0={StepResponse=Signed, Recipient=null, NextStep=Done}, 1={StepResponse=Expired, Recipient=null, NextStep=Done}, 2={StepResponse=Aborted, Recipient=Return to Sender, NextStep=Archive}, 3={StepResponse=Download Failure, Recipient=johnteller, NextStep=Archive}}, Archive Success={0={StepResponse=Done, Recipient=null, NextStep=Done}}} Step Defination found for step Adhoc Download
  Step response = Download Success
 Next Step = After download
   --- 16 Jul 20:56:04 856 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'drp_NextStep')]]

Selected next step : After download [ScreenShot]
   --- 16 Jul 20:56:05 407 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'step_recipient')]]

Selected recipient : Originator [ScreenShot]
   --- 16 Jul 20:56:08 023 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: UpdateTemplate]
 Clicked 'Save' button [ScreenShot]
   --- 16 Jul 20:56:13 771 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: imgCancel]
   --- 16 Jul 20:56:17 040 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:56:17 041 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:56:17 154 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Close' button to get out of step configuration [ScreenShot]
   --- 16 Jul 20:56:30 152 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:56:30 152 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:56:30 253 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[@id='txtStepName']]

Selected step name : After download [ScreenShot]
   --- 16 Jul 20:56:30 420 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[@id='chkUpdateCore']/following-sibling::span]

Selected 'Core Update Prpcess' check box [ScreenShot]
 {Adhoc Download={0={StepResponse=Download Success, Recipient=Originator, NextStep=After download}}, Archive={0={StepResponse=Archived, Recipient=null, NextStep=Done}, 1={StepResponse=Failed, Recipient=null, NextStep=Cancel}}, Start={0={StepResponse=Signed, Recipient=Originator, NextStep=Signed}}, Signed={0={StepResponse=Archive, Recipient=Originator, NextStep=Archive}}, After download={0={StepResponse=Done, Recipient=null, NextStep=Done}}, Download={0={StepResponse=Signed, Recipient=null, NextStep=Done}, 1={StepResponse=Expired, Recipient=null, NextStep=Done}, 2={StepResponse=Aborted, Recipient=Return to Sender, NextStep=Archive}, 3={StepResponse=Download Failure, Recipient=johnteller, NextStep=Archive}}, Archive Success={0={StepResponse=Done, Recipient=null, NextStep=Done}}} Step Defination found for step After download
  Step response = Done
   --- 16 Jul 20:56:36 838 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //input[contains(@id,'Step_response')]]

Added step response : Done [ScreenShot]
 Next Step = Done
   --- 16 Jul 20:56:37 511 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //div[@id='divStepDetailsBodyContents']//select[contains(@id,'drp_NextStep')]]

Selected next step : Done [ScreenShot]
   --- 16 Jul 20:56:40 184 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: UpdateTemplate]
 Clicked 'Save' button [ScreenShot]
   --- 16 Jul 20:56:45 942 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: imgCancel]
   --- 16 Jul 20:56:49 188 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:56:49 189 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:56:49 287 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: AddStep]

Clicked 'Close' button to get out of step configuration [ScreenShot]
   --- 16 Jul 20:56:52 464 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:56:52 465 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:56:52 540 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //a[text()='Processing']]
   --- 16 Jul 20:57:00 027 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
   --- 16 Jul 20:57:00 028 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:57:00 092 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: immPageTitle]
   --- 16 Jul 20:57:03 194 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
   --- 16 Jul 20:57:03 194 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:57:03 284 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> css selector: .header]
   --- 16 Jul 20:57:06 400 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
   --- 16 Jul 20:57:06 400 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:57:06 477 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //a[text()='Administration']]
   --- 16 Jul 20:57:13 291 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:57:13 291 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:57:13 391 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: ddActions]
   --- 16 Jul 20:57:16 481 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:57:16 481 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:57:16 554 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> css selector: .header]
   --- 16 Jul 20:57:19 676 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:57:19 676 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:57:25 902 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //label[@for='rdoWorkingVersion']/span/span]
 rdoWorkingVersion

Selected 'In Development' radio button [ScreenShot]

Selected workflow : Core Review Workflow [ScreenShot]
   --- 16 Jul 20:57:33 880 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:57:33 880 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:57:36 990 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: ddActions]
   --- 16 Jul 20:58:00 389 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:58:00 390 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 16 Jul 20:58:04 543 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: /html/body/form/div[4]/div/div/table/tbody/tr[7]/td[2]/textarea]

Selected actions : Publish Workflow [ScreenShot]
   --- 16 Jul 20:58:04 733 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: btnSave]
   --- 16 Jul 20:58:04 788 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: /html/body/form/div[4]/div/div/table/tbody/tr[7]/td[2]/textarea]

Entered publish comments : Core Review Workflow [ScreenShot]
   --- 16 Jul 20:58:05 778 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> id: btnSave]
 Clicked 'Save' button [ScreenShot]
  message is displayed
  list of workflows {New Workflow 1=1}

'Core Review Workflow' does not exists under 'In development' section [ScreenShot]
   --- 16 Jul 20:58:37 872 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //label[@for='rdoLatestVersion']/span/span]
   --- 16 Jul 20:58:37 920 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (3a60387cf0b8d79cd305b53b23fbd238)] -> xpath: //label[@for='rdoLatestVersion']/span/span]
 rdoLatestVersion

Selected 'Published version' radio button [ScreenShot]
  list of workflows {Core Review Workflow=15}

'Core Review Workflow' is published successfully [ScreenShot]
   --- 16 Jul 20:58:41 766 - Page URL:: https://esignplusqa.immesign.com/teaasp/builderiframe.aspx
   --- 16 Jul 20:58:41 766 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
6 ignored methods
com.imm.testscripts.Builder.Builder
verifyReorderCondition
deactivatedeleterepublishworkflow
verifyWorkflowBuilderActions
workflowVersionManagement
createCopyOfExistingWorkflow
createNewWorkflow
Methods in chronological order
com.imm.testscripts.Builder.Builder
initialize(org.testng.TestRunner@102e9731) 0 ms
init(org.testng.TestRunner@102e9731) 10190 ms
createNewWorkflowWithCore({SendTaskEmail=, Description=Create new workflow With Core, workflowtodelete=, ConditionValue=Signed...) 16803 ms