public void assertProperty(ComponentId source, String property, String value) {
play(new AssertPropertyAction(source, property, value, scriptModel, windowMonitor));
}
public void waitProperty(ComponentId source, String property, String value) {
play(new WaitPropertyAction(source, property, value, scriptModel, windowMonitor));
}