Socket
Book a DemoInstallSign in
Socket

selenium_fury

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium_fury

1.0.9
bundlerRubygems
Version published
Maintainers
1
Created
Source

SeleniumFury

Selenium Fury helps you quickly build page objects when using either Selenium RC API or Selenium Web Driver API.

Demo Setup

If you are running the demo from the source.

bundle console
require 'spec/spec_helper'

If you are running the demo from the installed gem

irb
require 'selenium_fury'
include SeleniumFury::SeleniumWebDriver::CreateSeleniumWebDriver

Quick Test Demo

launch_web_driver("http://www.homeaway.com/")
home_page=get_page_object(driver,'HomePage')
home_page.search_keywords.send_keys 'Destin'
home_page.keyword_submit.click
driver.quit

Generate Demo

launch_web_driver("http://www.homeaway.com/")
generate(driver)
driver.quit

Validate Demo

launch_web_driver("http://www.homeaway.com/")
get_page_object(driver,'HomePage')
validate(HomePage)
driver.quit
  • Scott Sims: Current maintainer.

FAQs

Package last updated on 03 Jan 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.