# Chrome用のドライバを指定 d = Selenium::WebDriver.for :chrome # 要素を検索(最初に見つかった要素を返す) e = d.find_element(:id => "hoge")
RubyからSeleniumを操作する際に使うコードのチートシートです。 Seleniumを使うことでブラウザを操作した表示テストを行ったり、ブラウザをつかった操作の自動化ができます。 🍣 ブラウザを開く
Selenium Cheat Sheet.md #Getting Started ##Webpage: <html> <head> <title>Testing with Ruby and Selenium WebDriver</title> </head> <body bgcolor="antiquewhite"> <img src="images/freebsd_daemon.jpg"> <h2> Version 1.0</h2><h1> Test Automation Training</h1><h3> Testing Web Applications with Ruby and Selenium WebDriver</h3></body> </html> ##Ruby Code: require 'rubygems' require 'selenium-webdriver' bro
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く