0
votes
0answers
44 views

capybara + selenium + rspec + element not found

I m using capybara + selenium + rspec to test my application. I have a page, none of whose elements are manipulated by ajax or javascript(hide/show/toggle). When ever i try to submit the form on the ...
-1
votes
0answers
24 views

How to scroll element using selenium webdriver

I want to scrolling element using selenium-webdriver Ruby I have calendar where three div(Month, day, year) and each div content some other div of day, month and year. I have to scroll month by ...
0
votes
1answer
26 views

how to interact with javascript JSON response with rspec and capybara

I'm using rspec and capybara and would like to test a JSON response that I get in response to for example click_button. I understand that I can use :js => true but I would like to parse back the JSON ...
0
votes
0answers
14 views

capybara with selenium find selector

I do have the following HTML snippet: <div id="content"> <div id="left"> <div id="navigation"> <ul id="menu"> <li ...
0
votes
1answer
29 views

Delete browser Cookies using Capybara

Deleting browser cookies using capybara is not working while i changed my code for maximizing browser window. Initially i used following code.It works properly in case of deleting cookies browser = ...
0
votes
0answers
29 views

Cucumber/Capybara/Selenium - Setting the cookies

For my test case, I tried setting the cookies with following ways, But it is not getting set 1)browser = Capybara.current_session.driver.browser browser.manage.add_cookie :name => "xxx", :value ...
1
vote
1answer
51 views

Capture video with Poltergeist, PhantomJS and Capybara

Is it possible to capture video with PhantomJS in combination with the gems Poltergeist, Capybara and Cucumber? I have used the Headless gem previously, which put a video in a specific folder in case ...
0
votes
2answers
68 views

How to replace Iceweasel with Firefox for headless Cucumber/Capybara tests?

I am running a set of Cucumber/Capybara tests with Selenium, using the headless gem in a Debian VM. For some reasons that I won't go into here, I would like to replace Iceweasel with a real Firefox ...
0
votes
0answers
22 views

How to find text field is active in Capybara or Cucumber

I have scenario where I am going to check default field should be active. How to check it. I am assuming when cursor is on field that means it is active then how to check field is active. There is no ...
-1
votes
1answer
51 views

Choose second radio button using capybara

From the following html how can i choose the second radio button .In the page load first radio button is selected when i use the following code page.choose('#PPRINT') <div id="printOpns" ...
0
votes
1answer
67 views

how to select the first element from a dropdown. RoR/Capybara/Selenium

So this code was working perfectly fine, until I recently updated my selenium webdriver: When /^I search for (.*)$/ do |term| term = " " if term == "blank" step "I fill in search with ...
1
vote
0answers
63 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
76 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
83 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 ...
0
votes
1answer
54 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 ...
1
vote
1answer
49 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
170 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
70 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
280 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
123 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
104 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
82 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
375 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
119 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
227 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
168 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
139 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
304 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
260 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 ...
2
votes
1answer
356 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
102 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
896 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
89 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
241 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
157 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
72 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
178 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
145 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
1answer
259 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
190 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
182 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
123 views

Skip image loading by selenium

How to skip image loading using selenium webdriver for cucumber test cases. My test cases are failing due to image is not loading properly. a spinner a rolling when i see in Net tab in firebug.
1
vote
1answer
189 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
199 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
79 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
65 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
2answers
448 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
148 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
109 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 ...

1 2 3 4 5 6