Configure Your Mozilla Firefox
You can
Configure Your Mozilla Firefox
by typing about:config in the address bar of mozilla browser
then you can find more thing about mozilla configuration.
Ruby on Rails Blog for Chennai People
You can
Configure Your Mozilla Firefox
by typing about:config in the address bar of mozilla browser
then you can find more thing about mozilla configuration.
Posted by
nkarthick
at
10:20 AM
0
comments
Labels: browser, configuration, mozilla
Hi Friend z,
File Upload in Selenium on Rails.
to make selenium able to fill type="file" input via "type" command:
a) set configuration for mozilla
signed.applets.codebase_principal_support = true
in firefox about:config page
type about:config in addressbar of firefox.
b) add a line in selenium-api.js
netscape.security.PrivilegeManager.enablePrivilege("UniversalFileRead") ;
to \vendor\selenium\core\scripts\selenium-api.js method Selenium.prototype.doType()
It will be definetely useful.
This thing works only in mozilla.
Enjoy Rails
Posted by
nkarthick
at
4:37 PM
1 comments
Labels: File, mozilla, Selenium, Selenium on Rails, upload