On Monday, July 22, 2013 8:31:42 AM UTC-7, Alex Shtayer wrote: > Hi folks > > Does somebody know how to access capabilities from > https://code.google.com/p/selenium/wiki/DesiredCapabilities page? > > I am able to access capabilities only from first three tables: > require 'watir-webdriver' > caps = Selenium::WebDriver::Remote::Capabilities.ie > => #<Selenium::WebDriver::Remote::Capabilities:0x2617ce0 > @capabilities={:browser > _name=>"internet explorer", :version=>"", :platform=>:windows, > :javascript_enabl > ed=>false, :css_selectors_enabled=>true, :takes_screenshot=>true, > :native_events > =>false, :rotatable=>false, :firefox_profile=>nil, :proxy=>nil}> > > But what about any other (for example specific for IE)? > > I have tried different version of selenium-webdriver gem (and of course > newer than 2.26) without any luck > > Thanks, > Alex >
Since you are calling to webdriver directly, that's really a webdriver question, I'd ask in their group. -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
