williamlee
14 years agoContributor
TestComplete with Safari
Hi
I face a problem that is how to load the web address in safari?
For example in internet Explorer:
we can use :
Sys.Process("iexplore").ToUrl(address) ,
but how about for Safari? I can't find any that look similar like IE command?
please help
I face a problem that is how to load the web address in safari?
For example in internet Explorer:
we can use :
Sys.Process("iexplore").ToUrl(address) ,
but how about for Safari? I can't find any that look similar like IE command?
please help
Hi Lohitha,
TestComplete supported Safari for Windows, but this support was discontinued some time ago (thought the files itself seem to be still included in the install, so it is possible that you can still execute test scripts using Safari for Windows but without official support) because Apple discontinued support for Safari for Windows several years ago.
If you like to emulate Safari for Mac for tests execution, you may use Chrome browser and start it in the browser emulation mode. http://support.smartbear.com/viewarticle/74934/ might be of good starting point.