
Security News
November CVEs Fell 25% YoY, Driven by Slowdowns at Major CNAs
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.
jmonteiro-jmonteiro-safariwatir
Advanced tools
"There's something eerily tingly about seeing a browser run by itself." http://twitter.com/swombat/status/1280692921
= 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 jmonteiro-safariwatir --source="http://gems.github.com"
or
git clone git://github.com/jmonteiro/safariwatir.git cd safariwatir rake install
== RUNNING SAFARIWATIR AGAINST WATIR'S CORE TESTS
svn checkout https://svn.openqa.org/svn/watir/trunk cd trunk/watir cp unittests/options.yml.example unittests/options.yml
ruby unittests/core_tests.rb
FAQs
Unknown package
We found that jmonteiro-jmonteiro-safariwatir demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.