| Method and Description |
|---|
| com.technophobia.webdriver.substeps.impl.FormWebDriverSubStepImplementations.assertRadioButton(String, String, Boolean)
use AssertRadioButton checked=true
|
| com.technophobia.webdriver.substeps.runner.WebdriverSubstepsConfiguration.getHtmlUnitProxyHost()
use getNetworkProxyHost instead
|
| com.technophobia.webdriver.substeps.runner.WebdriverSubstepsConfiguration.getHtmlUnitProxyPort()
use getNetworkProxyPort instead
|
| com.technophobia.webdriver.substeps.impl.FormWebDriverSubStepImplementations.setRadioButton(String, String)
use SetRadioButton checked=true / false instead with an
apporpriate finder method
|
| com.technophobia.webdriver.substeps.impl.FormWebDriverSubStepImplementations.setRadioButtonValue(String, String, String)
use "SetRadioButton checked=.." instead
|
| com.technophobia.webdriver.substeps.impl.FormWebDriverSubStepImplementations.setSetCheckBox(String, String)
use SetCheckedBox checked= true/false instead
|
Copyright © 2016 Substeps. All rights reserved.