public void dragAndDrop(ComponentId source, ComponentId target, String action) {
play(new DragAndDropAction(source, target, action, scriptModel, windowMonitor));
}
public void assertProperty(ComponentId source, String property, String value) {
play(new AssertPropertyAction(source, property, value, scriptModel, windowMonitor));
}