1
vote
0answers
8 views

Run Cucumber Features in Parallel using parallel_tests gem

I am using Selenium locally to run two .feature files. Both pass locally. Neither of the tests interact with a db (nor will future tests). I would like to use the parallel_tests gem to spin up two ...
0
votes
2answers
21 views

Is it possible to take a screenshot of the whole page with Selenium/Capybara?

PhantomJS has the option of taking a screenshot of the whole page (not just the current viewport). Is there any way to do so using Selenium? I am running the Cucumber/Capybara tests headlessly, using ...
0
votes
1answer
47 views

Mouse Hover in selenium Ruby using capybara [duplicate]

Searching from many forums i got the code to hover the mouse over an element .I want to hover the mouse over a thumbnail image. i put html element ".thumbnail" as class inside find_element method .I ...
-1
votes
0answers
20 views

Hover the mouse over thumbnail image in capybara [duplicate]

I have a thumbnail image on a page. When hovering mouse over the thumbnail I have to display a hover modal. But I can't figure out how to hover mouse over the thumbnail image. I can test it using ...
0
votes
1answer
36 views

No method error_messages selenium and capybara-webkit

When using capybara-webkit I have come across the issue of selenium not having an error_messages method, although, the documentation for capybara-webkit says that I should be able to access it through ...
0
votes
1answer
29 views

How do I drag and drop using poltergeist?

Right now I'm using the selenium driver with Capybara, but I'd like to switch to using Poltergeist. A lot of the interface I'm testing, though, involves dragging and dropping elements in particular ...
0
votes
0answers
117 views

Anonimity with selenium webdriver using capybara,firefox profile

Everytime when I use vpn while doing tests with capybara selenium webdriver firefox on windows- remoted sites allow anonimity, but when I use proxy in capybara selenium webdriver firefox (turn off ...
0
votes
0answers
52 views

Is anything wrong with Selenium, while testing proxy with Capybara

When lunching tests with Capybara, Selenium, Firefox (windows) I am using this type of code Capybara.reset_sessions! Capybara.register_driver :selenium do |app| profile = ...
0
votes
1answer
143 views

The browser window may have been closed. (Selenium::WebDriver::Error::UnknownError)

I have multiple features when run together throw this error. If I run the scenarios by them self there is no issue. I think the issue is that popups are generated during the test run and are not ...
2
votes
0answers
105 views

Capybara element not found just on Travis

I'm trying to put the free software where I'm one of the collaborators to run the acceptance tests on Travis. Everything went very well except for the acceptance tests with selenium. And this is a ...
0
votes
1answer
69 views

Selecting element with multiple classes in Capybara

I'm writing automation code in Capybara with Selenium. I have the following element in my HTML, and I wanna click this element in Capybara. <a href="#" class="classA classB">click me</a> ...
0
votes
1answer
75 views

Capybara's existing test + using Selenium to run the tests against a remote server

first of all, excuse my bad English, and execuse my lake of knowledge, am totally new to web development. I wrote some Tests (Capybara & Rspec), and i am trying to run them against a remote ...
0
votes
1answer
281 views

Rspec, guard, spork and capybara/selenium - configuration for js tests

I'm using this solution to avoid issues with the database during javascript tests. The first run through the suite, the tests run fine, all passing. If I run the entire suite again, they'll still ...
1
vote
1answer
112 views

Ruby Capybara error - port_prober.rb:28:in `initialize': A socket operation encountered a dead network. - bind(2)

I'm trying to run the following Ruby code on a new machine require 'rubygems' require 'capybara' require 'capybara/dsl' require "selenium-webdriver" Capybara.run_server = false ...
1
vote
2answers
185 views

How to install add ons of firefox using selenium web driver in cucumber test cases

I have to write script where I need to install firefox-add-on named is "aqqin". how can i do it
2
votes
0answers
142 views

Selenium failing with EOFile error with chromedriver on linux

I have an automated build machine running cucumber tests on an EC2 instance. I am using capybara (1.1.4) with selenium-webdriver (2.31.0) and chromedriver (25.0.1364.172-187217). The tests are run ...
1
vote
1answer
130 views

Errors getting Selenium running on rails 4 with Safari, chrome or Firefox

I am trying to get selenium (thru Capybara) working on a rails 4, ruby 2.0.0 environment using rspec. I have tried using every browser by setting config settings in my spec_helper.rb. Example with ...
0
votes
1answer
268 views

Cucumber test suite with Capybara and Chromedriver hangs

I have a cucumber test suite which fails to run since I have moved to a new computer. The test suite uses Capybara (v1.1.2), Chrome Driver (v26.0.1383.0) and Selenium-Webdriver (v2.27.1) to run ...
1
vote
1answer
220 views

Testing jQuery Selectable capybara or selenium (ctrl + click)

I'm using jQuery Selectable to manage a calendar. This function works great, its just a matter of getting in to test automation. I need to select multiple non-consecutive dates from the calendar ...
1
vote
1answer
263 views

Configure Selenium - Capybara on Chrome

I'm using Chrome as my default user while testing with Capybara. What I want to do is configure that chrome instance so that it doesn't suggest remembering username and password on a login page. How ...
0
votes
0answers
95 views

Capybara + authlogic: session persistant

I have been searching exhaustively in StackOverflow, but can't find any appropriate solution. I am testing my javascript in a Ruby on Rails app, using RSpec + Capybara and Selenium driver. For ...
0
votes
1answer
749 views

Attach file with Capybara - Element is not currently visible and > so may not be interacted with

I'm trying to attach file using Capybara. Input element is: <input type="file" multiple="multiple" name="uploadfile[]" style="position: absolute; margin: 0px 0px 0px -175px; padding: 0px; width: ...
1
vote
0answers
71 views

Mouseover is not performed in cuucmber selenium

I have tried with the following codes but mouseover is not working. page.driver.browser.action.move_to(first(".aqqin-icontoolbar.aqqin-icontoolbar-share.first").native).perform ...
1
vote
0answers
217 views

how can we use chrome browser with capybara+ selenium webdriver

I am using gems capybara (2.0.2) cucumber (1.2.1) selenium-webdriver (2.29.0) and in my env.rb Capybara.register_driver :selenium do |app| Capybara::Selenium::Driver.new(app, ...
0
votes
0answers
154 views

How to tell Webdriver not to switch window focus when running tests?

When I run Webdriver tests, it automatically changes window focus to browser window when doing operation like file uploads and others. I don't want such behavior as I may work in other windows at the ...
1
vote
0answers
65 views

capybara and reloading iframe with javascript

so I have a rails app with an IFrame, and at some point I reload that IFrame via javascript and it's content changes. So I'm trying to test that behavior with following code sleep 3 ...
0
votes
1answer
142 views

How do you run a single capybara test that uses the selenium driver?

There are pleanty of examples where you use rspec, selenium, and capybara to run tests that start like this: it "does something", :js => true do and you can run everything by running "rake ...
0
votes
1answer
125 views

How to click enter key with cucumber test cases

I need to click enter key of keyboard in cucumber test cases. I have used selenium web-driver. Please tell me how to do it?
2
votes
0answers
245 views

How to debug a selenium request spec which fails when run in Jenkins build (but passes when run manually as a spec)

I have a request spec written in rspec, using capybara: scenario "request for a page with js driver", :js => true do visit "/foo" # redacted here, in my spec it's a legitimate URL end In my ...
1
vote
2answers
178 views

How to fill value in text field with in iframe

I am writing cucumber feature and I need to fill value in text field within iframe. I have tried with find("#user_email").set "malicious_value" but couldn't get success. I have selenium webdriver.
0
votes
1answer
137 views

How to use DatabaseCleaner[:active_record].strategy = :transaction with selenium

I have written cucumber test cases and now i need to rollback database not the existing one. I have use selenium web-driver with capybara 2.0.2. When i have tried with: ...
1
vote
1answer
154 views

Resize Chrome's window while using Capybara

I use Capybara (with selenium) and Chrome, and RSpec. But i would like to change width of browser in some tests. What is the solution in this case? spec/spec_helper.rb ENV["RAILS_ENV"] ||= 'test' ...
0
votes
1answer
169 views

Capybara, Selenium and Redactor Rich Text Editor

I've run into an interesting problem with Capybara and Selenium. I have some Capybara request specs which require javascript to be enabled while a form is being completed. One of the forms is a ...
2
votes
0answers
72 views

Capybara convert html tags to html entities written in javascript

I have some html tags written in javascript code and when running the code in browser it works fine but when the same code run with capybara then the html tags has been converted to html entities. ...
0
votes
1answer
60 views

Capybara returns gibberish

I'm trying to use Capybara to select a row within a table containing a particular name. Unfortunately, Capybara only seems to see gibberish in the table. Here's what I get for the following code: ...
0
votes
1answer
48 views

Can I fill_in a field, if it is wrapped in (display:none)?

Is there a way to fill_in a field that looks like so... <span id="you_cannot_see_me" style="display: none;"> <input id="hidey" name="hidey" type="text" value=""> ...
5
votes
1answer
367 views

Upgrading capybara from 1.0.1 to 1.1.4 makes database_cleaner break my specs

I have an old Rails application upgraded to version 3.2.11 that has a lot of request specifications written using capybara version 1.0.1 and running using the selenium driver. The database are cleaned ...
1
vote
0answers
144 views

rails +capybara +selenium can not open an external url

In a rails project, i add a feature file and step definition try to use capybara+selenium to load an external url,but it can not work? it has no any browser loading behavior,and from the console, it ...
2
votes
1answer
93 views

Block or redirect requests to specific path or domain in Selenium

I'm using Selenium through Capybara to automate tests run with Cucumber. I'm loading some pages that reference content on a CDN. I have no interest in creating more requests than necessary and hitting ...
0
votes
2answers
78 views

how to install Selenium and Nokogiri for Ruby?

I just have installed Ruby 1.9.3 on my windows 7 PC. Now I am looking for some automation script to write. But for that I have to install the below,but could you guide me here for those installation ...
0
votes
1answer
49 views

How do I click an image without an ID, running a dynamic numeric process?

I need to automate the deleting of a file for clean up purposes <img src="/images/delete.jpg" class="pointer" alt="delete" title="delete" onclick="DeleteThis('[stable number]', '[dynamic file ...
0
votes
2answers
116 views

How do I set up a custom rake task to run acceptance tests using Capybara?

There is probably something I'm missing, but I have the following rake task set up: namespace :test do Rake::TestTask.new(:acceptance => "test:prepare") do |t| t.libs << "test" ...
0
votes
0answers
76 views

Capybara: Back to back form submission

I am using capybara for writing the testcases. My code flow is as follows 1) User log in and is redirected to select gender page (gender is radio button). 2) On selecting gender and clicking ...
6
votes
2answers
204 views

Retry on timeout?

I have a Cucumber Scenario for testing UI features. Sometimes due to one of the several issues, web-page takes lot of time to respond and Capybara times out with following error. ...
1
vote
0answers
158 views

How do I get my Capybara spec to create database records, login with Google, and then see those records displayed?

Question: What do I need to set up in order to write RSpec/Capybara tests which involve logging in with Google and interacting with the database somehow (either through the app or in code), and then ...
0
votes
0answers
124 views

How can I configure Capybara and Selenium server ports?

I'd like to be able to configure the port for the Capybara+Selenium server to be the same every time. How/where can I create this setting? Also, is it possible/advisable to make my non-Selenium ...
0
votes
1answer
194 views

How do I run chromedriver free of any extensions?

How do I set chromedriver to run without any extensions via Capybara env.rb? Here is my env.rb require 'capybara' require 'capybara/cucumber' require 'rspec' require 'selenium/webdriver' #require ...
1
vote
1answer
189 views

How do I send_keys a down arrow in capybara

I have a special listbox that I could automate best by sending a down arrow and pressing enter. I can press enter like so: listbox_example = find(input, "listbox-example") ...
0
votes
1answer
117 views

How do I find an element nested in I-frames?

I wish to test the body of an email. It uses a FCK editor sitting 3 i-frames deep. <...name="fancybox-frame"...> <iframe> <iframe> <body>H E R E I S ...
0
votes
1answer
59 views

Log user in via frontend in Selenium Capybara Rspec Tests

I want to be logged in as a user during my tests that use javascript, so I figured I should have a helper method which logs a user in via frontend. However with the helper def ...

1 2 3 4 5 6