I have tried with Selenium-WebDriver, but same result, browse window is not open up.
Code I have used is: require "selenium-webdriver" driver = Selenium::WebDriver.for :ie driver.navigate.to $hostName element = driver.find_element(:id, 'fileUploadButton') element.click I am getting "nil" after element.click statement executed. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/213#issuecomment-21474695
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
