public interface

WebWebdriverAtoms.FindMultipleElementsTransformingAtomProtoOrBuilder

 androidx.test.espresso.web.proto.webdriver.WebWebdriverAtoms.FindMultipleElementsTransformingAtomProtoOrBuilder

Subclasses:

WebWebdriverAtoms.FindMultipleElementsTransformingAtomProto, WebWebdriverAtoms.FindMultipleElementsTransformingAtomProto.Builder

Summary

Methods
public com.google.protobuf.AnygetElementReferenceListAtom()

.google.protobuf.Any elementReferenceListAtom = 3;

public com.google.protobuf.AnygetFindElementsScriptSimpleAtom()

.google.protobuf.Any findElementsScriptSimpleAtom = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasElementReferenceListAtom()

.google.protobuf.Any elementReferenceListAtom = 3;

public booleanhasFindElementsScriptSimpleAtom()

.google.protobuf.Any findElementsScriptSimpleAtom = 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 boolean hasFindElementsScriptSimpleAtom()

.google.protobuf.Any findElementsScriptSimpleAtom = 2;

Returns:

Whether the findElementsScriptSimpleAtom field is set.

public com.google.protobuf.Any getFindElementsScriptSimpleAtom()

.google.protobuf.Any findElementsScriptSimpleAtom = 2;

Returns:

The findElementsScriptSimpleAtom.

public boolean hasElementReferenceListAtom()

.google.protobuf.Any elementReferenceListAtom = 3;

Returns:

Whether the elementReferenceListAtom field is set.

public com.google.protobuf.Any getElementReferenceListAtom()

.google.protobuf.Any elementReferenceListAtom = 3;

Returns:

The elementReferenceListAtom.