Forum Discussion
- AlexKaras
Champion Level 3
Hi,
Assuming that you are using Aliases in your tests:
If (Aliases.WaitAliasChild("browser", 500).Exists) Then
...
- blacyContributor
Basically all I did was drag the If Browser statement into my key-word test like below. I didn't use a Then Else statment
If Browser Internet Explorer
Object Checkpoint1
If Browser FireFox
Object Checkpoint2
If Browser Chrome
Object Checkpoint3
- AlexKaras
Champion Level 3
Hi,
I am not sure if this works, but you may try to enclose all your If Browser operations with one more If...Then operation and set its condition elements to Code Expression with the following contants: Browsers.CurrentBrowser Does Not Equal Nothing.