public interface

RemoteWebMatchers.ElementByXPathMatcherProtoOrBuilder

 androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.ElementByXPathMatcherProtoOrBuilder

Subclasses:

RemoteWebMatchers.ElementByXPathMatcherProto, RemoteWebMatchers.ElementByXPathMatcherProto.Builder

Summary

Methods
public com.google.protobuf.AnygetElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetXpath()

bytes xpath = 2;

public booleanhasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public com.google.protobuf.ByteString getXpath()

bytes xpath = 2;

Returns:

The xpath.

public boolean hasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

Returns:

Whether the elementMatcher field is set.

public com.google.protobuf.Any getElementMatcher()

.google.protobuf.Any elementMatcher = 3;

Returns:

The elementMatcher.