
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
= selenium_shots
http://www.seleniumshots.com Selenium Shots is an Integration Testing Service that transparently distributes your integration tests across multiple operating systems with different versions of all major browsers AND captures a screen shot. This eliminates the need to have multiple vm's on your computer or the need for multiple machines on your test to test your web application. Running your tests remotely will dramatically speed up in-browser web testing and leave more time to and create a slide show available to confirm visuals making it easy for you to improve your web application.
== Install
=== Rails 3
Add this to your Gemfile:
group :development do gem 'selenium_shots' end
=== Rails 2
To install add teh following to config/environment.rb:
config.gem 'selenium_shots'
== Configure
In configure/selenium_shots.yml you will need to define the application
== Creating Tests
class MyTest < SeleniumShots
@group = "MyTestGroup"
selenium_shot "Should run my test and pass." do
@name = "My Test Name"
browser.open "/my_site"
browser.type "search[query]", "Cats"
browser.click "find"
end
end
== Selenium Setup Download the latest version of selenium grid from http://seleniumhq.org/download/
===Using a Custom Selenium Server
ant launch-remote-control -DcustomRemoteControl=/path/to/your/customer/selenium-server.jar
== Copyright
Copyright (c) 2010 Kyle Ginavan. See LICENSE for details.
FAQs
Unknown package
We found that selenium_shots demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.