You can either

(a) tell WebDriver to use your default profile:

browser = Watir::Browser.new(:firefox, :profile => "default")

(b) install the Firebug extension programatically on launch:

prof = Selenium::WebDriver::Firefox::Profile.new
prof.add_extension("/path/to/firebug.xpi")

browser = Watir::Browser.new(:firefox, :profile => prof)

Den 14. juni 2011 kl. 18:34 skrev a b <[email protected]>:

Hi,

I've noticed that when we run the tests on Firefox3 using watir-webdriver we
do not have access to firebug.
So we cannot inspect the elements; what we have post etc.

We have to go to replicate the steps manually.

Do you know if there is any specific setting in order to have access to
firebug when using watir-webdriver?


Thanks,

-- 
Cristina

 --
Before posting, please read http://watir.com/support. In short: search
before you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to