| http://www.w3.org/ns/prov#value | - On line 11, change Selenium::SeleniumDriver.new toSelenium::Client::Driver.newYou probably also want to change the class name to something more informative than ???Untitled,??? andchange the test method???s name to something other than ???test_untitled.???Here is a simple example created by modifying the Ruby code generated by Selenium IDE, as describedabove.# load the Selenium-Client gemrequire
|