public interface

RemoteWebMatchers.HasElementWithXPathMatcherProtoOrBuilder

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

Subclasses:

RemoteWebMatchers.HasElementWithXPathMatcherProto, RemoteWebMatchers.HasElementWithXPathMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetXpath()

bytes xpath = 2;

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.