yiyarguez
yiyarguez

Reputation: 13

How can I run an Automate Selenium Test with Canopy F# in Safari and Edge?

I wrote a test in Visual Studio with Canopy and it works with Chrome and IE, but I need to do the same with Safari and Edge.

Upvotes: 1

Views: 234

Answers (1)

cpat46
cpat46

Reputation: 16

For these browsers the command to run the test is "start safari" in safari and "start edgeBETA" on edge. For a full list of all the browser start lines use this link Canopy Documentation

Upvotes: 0

Related Questions