QA Blog
Pages
(Move to ...)
Home
Setting up/Installing Cucumber Automation
▼
Friday, August 30, 2013
did not find expected key while parsing a block mapping at line 1 column 1
›
I get the following error when running cucumber, ruby, capybara with selenium webdriver It turns out that in my config.yml (features/suppo...
Tuesday, May 7, 2013
Capybara Hover Over Element
›
To emulate mouse hover with Capybara use the following method: find(:css, "#menu_bar").hover I am using capybara (2.1.0) and s...
1 comment:
Wednesday, September 5, 2012
Frame in Capybara
›
To access the element in a frame or iframe using capybara use the following within method within_frame('iframex') do fill_i...
Wednesday, August 22, 2012
Ignore browser untrusted security certificate
›
To ignore the browser untrusted security certificate so that the cucumber test can be run in the test environment you can modify the env.rb ...
1 comment:
‹
›
Home
View web version