|
|
@ -167,8 +167,9 @@ public class CreateWorkflowLocator { |
|
|
|
public static final By CLICK_DELETE_WORKFLOW_GLOBAL_PARAMETERS = By.xpath("//div[2]/span/a/em"); |
|
|
|
public static final By CLICK_DELETE_WORKFLOW_GLOBAL_PARAMETERS = By.xpath("//div[2]/span/a/em"); |
|
|
|
|
|
|
|
|
|
|
|
//click add button
|
|
|
|
//click add button
|
|
|
|
|
|
|
|
System.out.println("click submit workflow button"); |
|
|
|
public static final By CLICK_ADD_BUTTON = By.xpath("//div[2]/div/button[2]/span"); |
|
|
|
public static final By CLICK_ADD_BUTTON = By.xpath("//div[2]/div/button[2]/span"); |
|
|
|
|
|
|
|
|
|
|
|
//scroll to element bottom
|
|
|
|
//scroll to element bottom
|
|
|
|
public static final By SCROLL_BOTTOM = By.xpath("//span/a/em"); |
|
|
|
public static final By SCROLL_BOTTOM = By.xpath("//span/a/em"); |
|
|
|
|
|
|
|
|
|
|
|