Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enables firebug usage in selenium #254

Merged
merged 3 commits into from
Jul 17, 2013

Conversation

ulferts
Copy link
Contributor

@ulferts ulferts commented Jul 17, 2013

Just tag the scenario with @firebug

Just tag the scenario with @firebug
Capybara::Selenium::Driver
profile = Selenium::WebDriver::Firefox::Profile.new
profile.add_extension(File.expand_path("../firebug-1.11.4.xpi", __FILE__))

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about adding something like profile.add_extension(File.expand_path(../firepath.xpi", FILE))
to also have a nice way for testing xpath and css selectors to get the cukes right?

@mfrister
Copy link
Contributor

Looks good on OS X 👍

I'd love a note in doc/RUNNING_TESTS.md, so people know the @firebug tag is there

@mfrister
Copy link
Contributor

Great, thanks!

mfrister added a commit that referenced this pull request Jul 17, 2013
@mfrister mfrister merged commit 10ef7df into feature/rails3 Jul 17, 2013
@mfrister mfrister deleted the feature/enables_firebug_usage_in_selenium branch July 17, 2013 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants