use of org.controlsfx.control.ToggleSwitch in project trex-stateless-gui by cisco-system-traffic-generator.
the class TestPortConfiguration method clickOnToggleSwitch.
private void clickOnToggleSwitch(String controlId) {
ToggleSwitch multicast = lookup(controlId).query();
moveTo(multicast);
moveBy(8, 0);
clickOn(MouseButton.PRIMARY);
int a = 1;
}
Aggregations