CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 11:27:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090909034028
location: https://web.archive.org/web/20090909034028/https://github.com/redsquirrel/safariwatir/tree/master
server-timing: captures_list;dur=0.644473, exclusion.robots;dur=0.022203, exclusion.robots.policy;dur=0.010759, esindex;dur=0.011709, cdx.remote;dur=330.780651, LoadShardBlock;dur=369.717933, PetaboxLoader3.datanode;dur=212.880773, PetaboxLoader3.resolve;dur=120.012958
x-app-server: wwwb-app218
x-ts: 302
x-tr: 759
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 11:27:27 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 09 Sep 2009 03:40:28 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "852e096c264f434711953dffb912182b"
x-archive-orig-x-runtime: 349ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25406
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 09 Sep 2009 03:40:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 04 Mar 2009 15:16:50 GMT", ; rel="prev memento"; datetime="Sat, 08 Aug 2009 16:29:25 GMT", ; rel="memento"; datetime="Wed, 09 Sep 2009 03:40:28 GMT", ; rel="last memento"; datetime="Wed, 09 Sep 2009 03:40:28 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090909003312_crawl103.gpg-c/51_11_20090909034011_crawl101.arc.gz
server-timing: captures_list;dur=0.921344, exclusion.robots;dur=0.069052, exclusion.robots.policy;dur=0.017267, esindex;dur=0.022944, cdx.remote;dur=130.583784, LoadShardBlock;dur=503.576973, PetaboxLoader3.datanode;dur=477.276826, load_resource;dur=247.050459, PetaboxLoader3.resolve;dur=178.378318
x-app-server: wwwb-app218
x-ts: 200
x-tr: 952
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
redsquirrel's safariwatir at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install redsquirrel-safariwatir
Description: | Watir for Safari edit |
Homepage: | https://redsquirrel.github.com/safariwatir edit |
Public Clone URL: |
git://github.com/redsquirrel/safariwatir.git
Give this clone URL to anyone.
git clone git://github.com/redsquirrel/safariwatir.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:redsquirrel/safariwatir.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Feb 14 12:30:52 -0800 2009 | Adding stuff to tidy up the documentation. Sig... [Caius Durling] |
![]() |
README.rdoc | Wed Mar 04 19:27:35 -0800 2009 | Sharing some love from the twitterverse [redsquirrel] |
![]() |
Rakefile | Wed Feb 18 06:11:47 -0800 2009 | Bumping to 0.3.5 [Caius Durling] |
![]() |
lib/ | Wed Aug 05 06:38:00 -0700 2009 | Adding "Span" to operations list so I can do Br... [jubishop] |
![]() |
safariwatir.gemspec | Mon Aug 03 13:47:54 -0700 2009 | Removing manifest reference in gemspec [redsquirrel] |
![]() |
safariwatir_example.rb | Sat Feb 14 12:30:14 -0800 2009 | Moving code to lib/ and adding Watir::Exception... [Caius Durling] |
README.rdoc
"There’s something eerily tingly about seeing a browser run by itself." twitter.com/swombat/status/1280692921
SafariWatir
- safariwatir.rubyforge.org
- rubyforge.org/mailman/listinfo/safariwatir-general
- 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("https://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
This feature is coming soon. Sit tight!