Hi Zaira,
Please get the Browser version and if the browser is firefox, use descriptive programming to click the OK button.
Thanks,
Please get the Browser version and if the browser is firefox, use descriptive programming to click the OK button.
Code:
If str = "Firefox" Then
Browser("Browser").Dialog("text:=The page at 172.16.0.0 says:").Page("title:=The page at 172.16.0.0 says:").WebButton("name:=OK").Click
End ifThanks,

