exampleOpen |
smartgwt |
effects_animation_fade |
waitForElementClickable |
scLocator=//testRoot[]/member[Class=HLayout||index=0||length=1||classIndex=0||classLength=1]/member[Class=IButton||index=0||length=2||classIndex=0||classLength=2||roleIndex=0||roleLength=2||title=Fade%20In||scRole=button]/ |
|
click |
scLocator=//testRoot[]/member[Class=HLayout||index=0||length=1||classIndex=0||classLength=1]/member[Class=IButton||index=0||length=2||classIndex=0||classLength=2||roleIndex=0||roleLength=2||title=Fade%20In||scRole=button]/ |
|
waitForCanvasDone |
scLocator=//testRoot[]/child[Class=Img||index=1||length=2||classIndex=0||classLength=1||name=main]/ |
|
assertEval |
var myImg = selenium.getAutWindow().isc.AutoTest.getObject("//testRoot[]/child[Class=Img||index=1||length=2||classIndex=0||classLength=1||name=main]/"); (myImg.opacity == null || myImg.opacity > 0); |
true |
waitForElementClickable |
scLocator=//testRoot[]/member[Class=HLayout||index=0||length=1||classIndex=0||classLength=1]/member[Class=IButton||index=1||length=2||classIndex=1||classLength=2||roleIndex=1||roleLength=2||title=Fade%20Out||scRole=button]/ |
|
click |
scLocator=//testRoot[]/member[Class=HLayout||index=0||length=1||classIndex=0||classLength=1]/member[Class=IButton||index=1||length=2||classIndex=1||classLength=2||roleIndex=1||roleLength=2||title=Fade%20Out||scRole=button]/ |
|
waitForCanvasDone |
scLocator=//testRoot[]/child[Class=Img||index=1||length=2||classIndex=0||classLength=1||name=main]/ |
|
assertEval |
var myImg = selenium.getAutWindow().isc.AutoTest.getObject("//testRoot[]/child[Class=Img||index=1||length=2||classIndex=0||classLength=1||name=main]/"); (myImg.opacity == 0); |
true |