org.scalatest.selenium.WebBrowser
Returns the value of this group's selected radio button, wrapped in a Some
, or None
, if no
radio button in this group is selected.
Returns the value of this group's selected radio button, wrapped in a Some
, or None
, if no
radio button in this group is selected.
the value of this group's selected radio button, wrapped in a Some
, else None
Returns the value of this group's selected radio button, or throws TestFailedException
if no
radio button in this group is selected.
Returns the value of this group's selected radio button, or throws TestFailedException
if no
radio button in this group is selected.
the value of this group's selected radio button
if no radio button in this group is selected
Selects the radio button with the passed value.
Selects the radio button with the passed value.
if the passed string is not the value of any radio button in this group
This class is part of ScalaTest's Selenium DSL. Please see the documentation for
WebBrowser
for an overview of the Selenium DSL.This class enables syntax such as the following:
if no radio button with the passed
groupName
are found