public interface

WebWebdriverAtoms.SelectFrameByIdOrNameTransformingAtomProtoOrBuilder

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

Subclasses:

WebWebdriverAtoms.SelectFrameByIdOrNameTransformingAtomProto, WebWebdriverAtoms.SelectFrameByIdOrNameTransformingAtomProto.Builder

Summary

Methods
public com.google.protobuf.AnygetCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public com.google.protobuf.AnygetFrameByIndexOrNameSimpleAtom()

.google.protobuf.Any frameByIndexOrNameSimpleAtom = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public booleanhasFrameByIndexOrNameSimpleAtom()

.google.protobuf.Any frameByIndexOrNameSimpleAtom = 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 hasFrameByIndexOrNameSimpleAtom()

.google.protobuf.Any frameByIndexOrNameSimpleAtom = 2;

Returns:

Whether the frameByIndexOrNameSimpleAtom field is set.

public com.google.protobuf.Any getFrameByIndexOrNameSimpleAtom()

.google.protobuf.Any frameByIndexOrNameSimpleAtom = 2;

Returns:

The frameByIndexOrNameSimpleAtom.

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.