public interface

WebWebdriverAtoms.FindElementTransformingAtomProtoOrBuilder

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

Subclasses:

WebWebdriverAtoms.FindElementTransformingAtomProto, WebWebdriverAtoms.FindElementTransformingAtomProto.Builder

Summary

Methods
public com.google.protobuf.AnygetCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public com.google.protobuf.AnygetFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public booleanhasFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 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 hasFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

Returns:

Whether the findElementSimpleAtom field is set.

public com.google.protobuf.Any getFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

Returns:

The findElementSimpleAtom.

public boolean hasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

Returns:

Whether the castOrDieAtom field is set.

public com.google.protobuf.Any getCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

Returns:

The castOrDieAtom.