public class Checkbox extends Object
| Constructor and Description |
|---|
Checkbox() |
| Modifier and Type | Method and Description |
|---|---|
static SearchableTarget |
called(String name)
Locate a radio button with a given name or id.
|
static Target |
withLabel(String labelText)
Locate a radio button with a given label
|
static Target |
withValue(String value)
Locate a radio button with a given value.
|
public static SearchableTarget called(String name)
Copyright © 2021. All rights reserved.