public interface

WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProtoOrBuilder

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

Subclasses:

WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto, WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetIdOrName()

bytes idOrName = 2;

public com.google.protobuf.AnygetRoot()

.google.protobuf.Any root = 3;

public booleanhasRoot()

.google.protobuf.Any root = 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 getIdOrName()

bytes idOrName = 2;

Returns:

The idOrName.

public boolean hasRoot()

.google.protobuf.Any root = 3;

Returns:

Whether the root field is set.

public com.google.protobuf.Any getRoot()

.google.protobuf.Any root = 3;

Returns:

The root.