A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W  _ 

W

WebActions - class in io.github.kakaocup.kakao.web
Provides action for interacting with WebViews
WebAssertions - class in io.github.kakaocup.kakao.web
Interface that provides assertions for WebViews
WebElementBuilder - class in io.github.kakaocup.kakao.web
Class for building WebView element matchers
WebElementBuilder.KWebInteraction - class in io.github.kakaocup.kakao.web.WebElementBuilder
 
WebInteractionDelegate - class in io.github.kakaocup.kakao.delegate
Delegation class for Web.WebInteraction.
withAnyText() - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view which contains any text
withBackgroundColor(Integer) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given background color
withBackgroundColor(String) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given background color code
withClassName(Matcher) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view which class name matches given matcher
withCode(Integer) - function in io.github.kakaocup.kakao.intent.ActivityResultBuilder
Sets given result code
withContentDescription(String) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given content description
withContentDescription(Integer) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given content description
withContextualElement(Atom) - function in io.github.kakaocup.kakao.delegate.WebInteractionDelegate
 
withData(Intent) - function in io.github.kakaocup.kakao.intent.ActivityResultBuilder
Sets given result data
withDecorView(Function1) - function in io.github.kakaocup.kakao.common.builders.RootBuilder
Matches root that has decor view matching given matcher
withDescendant(Function1) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view which has descendant of given matcher
withDrawable(Integer,Function1) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given drawable
withDrawable(Drawable,Function1) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given drawable
withElement(ElementReference) - function in io.github.kakaocup.kakao.delegate.WebInteractionDelegate
 
withElement(Atom) - function in io.github.kakaocup.kakao.delegate.WebInteractionDelegate
 
withElement(Locator,String,Function1) - function in io.github.kakaocup.kakao.web.WebElementBuilder
Looks up web view element and performs actions/assertions on it
withFailureHandler(FailureHandler) - function in io.github.kakaocup.kakao.delegate.ViewInteractionDelegate
 
withHint(String) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view which contain given hint
withId(Integer) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given resource id
withIndex(Integer,Function1) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches only view at given index, if there are multiple views that matches
withMatcher(Matcher) - function in io.github.kakaocup.kakao.common.builders.RootBuilder
Matches root with given custom matcher
withMatcher(Matcher) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given custom matcher
withMatcher(Matcher) - function in io.github.kakaocup.kakao.list.DataBuilder
Matches data with given custom matcher
withNoTimeout() - function in io.github.kakaocup.kakao.delegate.WebInteractionDelegate
 
withoutText(String) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches if the view does not have a given text
withoutText(Integer,Boolean) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches if the view does not have a given text
withParent(Function1) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view which has parent with given matcher
withRating(Float) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view which is RatingBar with given value
withResourceName(String) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given resource name
withResourceName(Matcher) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view by resource name with given matcher
withResult(Function1) - function in io.github.kakaocup.kakao.intent.IntentBuilder
Invoke this function if you want to set default result for intending intents
withSibling(Function1) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view which has sibling of given matcher
withTag(Object) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given tag assigned
withText(String) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given text
withText(Integer,Boolean) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given text
withText(Matcher) - function in io.github.kakaocup.kakao.common.builders.ViewBuilder
Matches the view with given text matcher
withTimeout(Long,TimeUnit) - function in io.github.kakaocup.kakao.delegate.WebInteractionDelegate
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W  _