Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

caius-safariwatir

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caius-safariwatir

  • 0.3.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= SafariWatir

  • http://safariwatir.rubyforge.org
  • http://rubyforge.org/mailman/listinfo/safariwatir-general
  • http://twitter.com/SafariWatir

== DESCRIPTION:

We are putting Watir on Safari. The original Watir (Web Application Testing in Ruby) project supports only IE on Windows. This project aims at adding Watir support for Safari on the Mac.

== Requirements

Mac OS X running Safari. Some features require you to turn on "Enable access for assistive devices" in System Preferences > Universal Access.

== SYNOPSIS:

require 'rubygems' require 'safariwatir'

browser = Watir::Safari.new browser.goto("http://google.com") browser.text_field(:name, "q").set("obtiva") browser.button(:name, "btnI").click puts "FAILURE" unless browser.contains_text("software")

== INSTALL:

[sudo] gem install safariwatir

or

git clone git://github.com/redsquirrel/safariwatir.git cd safariwatir rake install

== RUNNING SAFARIWATIR AGAINST WATIR'S CORE TESTS

First, install the SafariWatir gem (see above)

svn checkout https://svn.openqa.org/svn/watir/trunk cd trunk/watir cp unittests/options.yml.example unittests/options.yml

Edit unittests/options.yml and set browser: safari

ruby unittests/core_tests.rb

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc