Forum Discussion
blacy
11 years agoContributor
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
- AlexKaras11 years agoCommunity Hero
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.