-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface TextViewActions implements BaseActions
Provides actions for TextViews
-
-
Method Summary
Modifier and Type Method Description UnitopenLinkWithText(String text)UnitopenLinkWithText(Matcher<String> text)UnitopenLinkWithUri(String uri)UnitopenLinkWithUri(Matcher<Uri> uri)UnitopenLink(Matcher<String> text, Matcher<Uri> uri)UnitclickSpanWithText(String text)Performs a click on the span with specified text. abstract ViewInteractionDelegategetView()-
-
Method Detail
-
openLinkWithText
Unit openLinkWithText(String text)
-
openLinkWithText
Unit openLinkWithText(Matcher<String> text)
-
openLinkWithUri
Unit openLinkWithUri(String uri)
-
openLinkWithUri
Unit openLinkWithUri(Matcher<Uri> uri)
-
clickSpanWithText
Unit clickSpanWithText(String text)
Performs a click on the span with specified text.
- Parameters:
text-text of the span
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-