JorgeMJ
JorgeMJ

Reputation: 11

How use Safari with Selenium 2.0?

I want to know how to use Safari with Selenium 2.0 [Selenium IDE 1.7.2] using C#...Any suggestion?

Upvotes: 0

Views: 1000

Answers (2)

Jim Holmes
Jim Holmes

Reputation: 1680

You could also have a look at the Telerik Testing Framework, a free web test framework which underpins our commercial Test Studio product.

With the testing framework you can write one test and run it against IE, Firefox, Chrome, and Safari. You can author tests in C# or VB.NET.

The framework is free; however, you can also purchase paid support packages if you so desire.

(Disclosure: I'm the Test Studio evangelist for Telerik)

Upvotes: 0

prestomanifesto
prestomanifesto

Reputation: 12796

Unfortunately Selenium IDE is for Firefox only. To use Selenium with Safari you will have to use one of the Selenium programming libraries (Java, C#, etc.)

Upvotes: 1

Related Questions