Sha256: 97b4b13d2f5d114731e62a0fbe0a50bcebb20c747f54d48d267b5aac60413867

Contents?: true

Size: 363 Bytes

Versions: 4

Compression:

Stored size: 363 Bytes

Contents

require File.expand_path(__FILE__ + '/../../spec_helper')

describe "Browser XPath Library" do

  it "can be set to default" do
    page.browser_xpath_library = :default
  end

  it "can be set to ajaxslt" do
    page.browser_xpath_library = :ajaxslt
  end

  it "can be set to javascript-xpath" do
    page.browser_xpath_library = :'javascript-xpath'
  end

end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
browserstack-webdriver-2.40.1 spec/integration/selenium/client/api/browser_xpath_library_spec.rb
browserstack-webdriver-0.0.22 spec/integration/selenium/client/api/browser_xpath_library_spec.rb
browserstack-webdriver-0.0.1 spec/integration/selenium/client/api/browser_xpath_library_spec.rb
bbc-selenium-webdriver-1.17.0 spec/integration/selenium/client/api/browser_xpath_library_spec.rb