public class RadioButton extends Object
| Constructor and Description |
|---|
RadioButton() |
| Modifier and Type | Method and Description |
|---|---|
static Target |
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.
|
Copyright © 2021. All rights reserved.