Search code examples
How to Print Browser console logs using Cucumber Ruby Automation?...


rubyselenium-webdrivercucumbercapybarasite-prism

Read More
What's the best way to reuse your step definition in ruby siteprism...


ruby-on-railsrubycucumbercapybarasite-prism

Read More
undefined method `steps' for #<Cucumber::Ast::OutlineTable::ExampleRow:xxx> (NoMethodError...


rubyselenium-webdrivercucumbercapybarasite-prism

Read More
Performance advantage between defining Css Selector using symbols or not using symbols in Selenium T...


javacssrubyselenium-webdriversite-prism

Read More
Need to Restart PhantomjS when it hangs...


rubyselenium-webdriverphantomjscapybarasite-prism

Read More
Background step sometimes never executes before few scenarios on a cucumber feature file...


rubyselenium-webdrivercucumbercapybarasite-prism

Read More
What is the correct way to get selected option text using site_prism?...


rubycapybarasite-prism

Read More
Wait for an image to load using Capybara SitePrism...


rubyselenium-webdrivercucumbercapybarasite-prism

Read More
Wait until element is active/enabled to perform action(like click/select) on Siteprism Capybara?...


selenium-webdriverrspeccucumbercapybarasite-prism

Read More
Difference between these two gems "site_prism" and "page_object"...


rubyrspecpage-object-gemsite-prism

Read More
Rails: Can't find assets via SCSS @import in test environment...


cssruby-on-railssassasset-pipelinesite-prism

Read More
When using site_prism, how do I properly set_url so that I can use the rspec .to be_displayed matche...


site-prism

Read More
Site Prism, Capybara: Selector with variable...


rubyruby-on-rails-3capybarapageobjectssite-prism

Read More
How correctly config rails test to run it in browser? ( site_prism, cucumber, capybara, selenium web...


ruby-on-railscucumberselenium-webdrivercapybarasite-prism

Read More
How to wait until an element disappears in Capybara?...


rubycapybarasite-prism

Read More
Site Prism: after creating Sections I get a Rack::File argument error deep in the gem code, am I usi...


site-prism

Read More
SitePrism gem- how to set_url dynamically based on the environment?...


rubyruby-on-rails-3capybarasite-prism

Read More
Using SitePrism's page object elements to perform page assertions...


rspecautomationcucumbercapybarasite-prism

Read More
How do I set the URL for a SitePrism::Page that might have a subdomain?...


capybarasite-prism

Read More
How do I extract the Selenium Element from a Capybara Element?...


rubyseleniumwebdrivercapybarasite-prism

Read More
Can we navigate to different pages inside within loop in capybara/siteprism?...


rubycucumbercapybarasite-prism

Read More
How do i clear my capybara steps using Page Object Pattern?...


rubycucumbercapybarasite-prism

Read More
Does site_prism allow using other selectors than CSS?...


rubycapybarasite-prism

Read More
Can you find elements by id,title,link etc through site-prism or only by css selectors?...


rubycucumbercapybarapageobjectssite-prism

Read More
Is it possible to load an html file in site_prism?...


rubysite-prism

Read More
Defining elements and locators with interpolation in site-prism?...


rubyrspecsite-prism

Read More
BackNext