|
Rename Method public waitAndGetElement(locator By) : WebElement renamed to public waitVisibility(elementLocator By, timeout int) : WebElement in class org.eclipse.che.selenium.pageobject.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitAndClickOnElement(elementLocator By) : void renamed to public waitAndClick(elementLocator By, timeout int) : void in class org.eclipse.che.selenium.pageobject.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitElementIsVisible(elementLocator By) : void renamed to public isVisibleDuringTimeout(elementLocator By) : boolean in class org.eclipse.che.selenium.pageobject.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitAndClickOnElement(webElement WebElement) : void renamed to public waitAndClick(webElement WebElement, timeout int) : void in class org.eclipse.che.selenium.pageobject.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public getFieldValue(fieldLocator By) : String renamed to public waitVisibilityAndGetValue(elementLocator By) : String in class org.eclipse.che.selenium.pageobject.SeleniumWebDriverHelper |
From |
To |