Uses of Class
com.github.loyada.jdollarx.highlevelapi.RadioInput
-
Packages that use RadioInput Package Description com.github.loyada.jdollarx.highlevelapi Package for high level interactions.com.github.loyada.jdollarx.singlebrowser.highlevelapi Package for high level interactions. -
-
Uses of RadioInput in com.github.loyada.jdollarx.highlevelapi
Methods in com.github.loyada.jdollarx.highlevelapi that return RadioInput Modifier and Type Method Description static RadioInputRadioInput. withLabeledText(InBrowser browser, String labelText)create and return a RadioInput, that has a "label" element with the given text.static RadioInputRadioInput. withTextUnknownDOM(InBrowser browser, String text, int originalImplicitWait, TimeUnit timeUnit)In case the organization of the DOM is unclear, it will try both labeled input and unlabeled input.static RadioInputRadioInput. withUnlabeledText(InBrowser browser, String text)create and return a RadioInput, that has straight text after it (not in a "label" element). -
Uses of RadioInput in com.github.loyada.jdollarx.singlebrowser.highlevelapi
Methods in com.github.loyada.jdollarx.singlebrowser.highlevelapi that return RadioInput Modifier and Type Method Description static RadioInputRadioInputs. withLabeledText(String labelText)create and return a RadioInput, that has a "label" element with the given text.static RadioInputRadioInputs. withProperties(ElementProperty... props)return a radio button with some custom propertiesstatic RadioInputRadioInputs. withTextUnknownDOM(String text, int originalImplicitWait, TimeUnit timeUnit)In case the organization of the DOM is unclear, it will try both labeled input and unlabeled input.static RadioInputRadioInputs. withUnlabeledText(String text)create and return a RadioInput, that has straight text after it (not in a "label" element).
-