Maybe a fix could be to check the platform first: platform = $browser.driver.instance_variable_get(:@bridge).capabilities.platform == :winnt
def value=(path) assert_exists path = path.gsub(File::SEPARATOR, File::ALT_SEPARATOR) if File::ALT_SEPARATOR unless platform @element.send_keys path end --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/175#issuecomment-12144293
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
