|
Change Parameter Type present : Predicate<FluentDriver> to present : Predicate<FluentControl> in method protected until(wait FluentWait, present Predicate<FluentControl>, defaultMessage String) : void in class org.fluentlenium.core.wait.AbstractWaitMatcher |
From |
To |
|
Change Parameter Type predicate : Predicate<FluentDriver> to predicate : Predicate<FluentControl> in method public untilPredicate(predicate Predicate<FluentControl>) : void in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Change Parameter Type fluent : FluentDriver to fluentControl : FluentControl in method public FluentWait(fluentControl FluentControl, search Search) in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Change Parameter Type proxy : WebElement to proxy : Object in method public addProxyListener(proxy Object, listener ProxyElementListener) : boolean in class org.fluentlenium.core.proxy.LocatorProxies |
From |
To |
|
Change Parameter Type isTrue : Function<? super FluentDriver,T> to isTrue : Function<? super FluentControl,T> in method public until(isTrue Function<? super FluentControl,T>) : T in class org.fluentlenium.core.wait.FluentWait |
From |
To |
|
Change Parameter Type input : FluentDriver to input : FluentControl in method public apply(input FluentControl) : boolean in class org.fluentlenium.core.action.WindowAction.WindowHandlesCountIs |
From |
To |
|
Change Parameter Type proxy : WebElement to proxy : Object in method public removeProxyListener(proxy Object, listener ProxyElementListener) : boolean in class org.fluentlenium.core.proxy.LocatorProxies |
From |
To |
|
Change Variable Type hasName : Predicate<FluentDriver> to hasName : Predicate<FluentControl> in method public hasName(value String) : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isLoaded : Predicate<FluentDriver> to isLoaded : Predicate<FluentControl> in method public isAt() : void in class org.fluentlenium.core.wait.FluentWaitPageMatcher |
From |
To |
|
Change Variable Type isLoaded : Predicate<FluentDriver> to isLoaded : Predicate<FluentControl> in method public isLoaded() : void in class org.fluentlenium.core.wait.FluentWaitPageMatcher |
From |
To |
|
Change Variable Type hasText : Predicate<FluentDriver> to hasText : Predicate<FluentControl> in method public hasText(value String) : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isEnabled : Predicate<FluentDriver> to isEnabled : Predicate<FluentControl> in method public isEnabled() : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isPresent : Predicate<FluentDriver> to isPresent : Predicate<FluentControl> in method public isPresent() : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type hasId : Predicate<FluentDriver> to hasId : Predicate<FluentControl> in method public hasId(value String) : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type containsText : Predicate<FluentDriver> to containsText : Predicate<FluentControl> in method public containsText(value String) : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isDisplayed : Predicate<FluentDriver> to isDisplayed : Predicate<FluentControl> in method public isDisplayed() : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type fluent : FluentDriver to fluent : FluentControl in method public isAt() : void in class org.fluentlenium.core.wait.FluentWaitPageMatcher |
From |
To |
|
Change Variable Type hasAttribute : Predicate<FluentDriver> to hasAttribute : Predicate<FluentControl> in method public hasAttribute(attribute String, value String) : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isStale : Predicate<FluentDriver> to isStale : Predicate<FluentControl> in method public isStale() : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isNotDisplayed : Predicate<FluentDriver> to isNotDisplayed : Predicate<FluentControl> in method public isNotDisplayed() : boolean in class org.fluentlenium.core.wait.FluentWaitWindowMatcher |
From |
To |
|
Change Variable Type isClickable : Predicate<FluentDriver> to isClickable : Predicate<FluentControl> in method public isClickable() : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isSelected : Predicate<FluentDriver> to isSelected : Predicate<FluentControl> in method public isSelected() : boolean in class org.fluentlenium.core.wait.AbstractWaitElementMatcher |
From |
To |
|
Change Variable Type isDisplayed : Predicate<FluentDriver> to isDisplayed : Predicate<FluentControl> in method public isDisplayed() : boolean in class org.fluentlenium.core.wait.FluentWaitWindowMatcher |
From |
To |