|
Rename Method public waitValue(elementLocator By, expectedValue String, timeout int) : void renamed to public waitValueEqualsTo(elementLocator By, expectedValue String, timeout int) : void in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitText(webElement WebElement, expectedText String, timeout int) : void renamed to public waitTextEqualsTo(webElement WebElement, expectedText String, timeout int) : void in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitText(elementLocator By, expectedText String, timeout int) : void renamed to public waitTextEqualsTo(elementLocator By, expectedText String, timeout int) : void in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitValue(webElement WebElement, expectedValue String, timeout int) : void renamed to public waitValueEqualsTo(webElement WebElement, expectedValue String, timeout int) : void in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitValuePresence(element WebElement, expectedText String, timeout int) : void renamed to public waitTextContains(element WebElement, expectedText String, timeout int) : void in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverHelper |
From |
To |
|
Rename Method public waitTextPresence(element WebElement, expectedText String, timeout int) : void renamed to public waitValueContains(element WebElement, expectedText String, timeout int) : void in class org.eclipse.che.selenium.core.webdriver.SeleniumWebDriverHelper |
From |
To |