2017-02-01から1日間の記事一覧

Debian 8.4にFirefoxを入れる

selenium-webdriver を動かす必要があって、タイトルのとおり Debian 8.4 に Firefox をインストールします。 時系列にいきますので、長くなります。 Unable to find Mozilla geckodriver. Please download the server from https://github.com/mozilla/geck…

Capybaraでqueryも含めてcurrent_pathのチェックする

環境 capybara (2.7.1) コード describe '/?foo#bar' do before { visit '/?foo#bar' } it do expect(page.has_current_path?('/?foo')).to be true #=> Ok end it do expect(page.has_current_path?('/?foo#bar')).to be true #=> Failed end end #以下は評…

PhantomJSをMacにインストール

$ brew install phantomjs