What version of Watir are you using? Recent versions should more directly support what WebDriver allows.
On Wed, Oct 11, 2017 at 6:14 AM, Raymond Raymundo < [email protected]> wrote: > We just removed the readonly attribute from the html, but file_field > doesn't since the file upload field has an attribute type='text'. FYI we > are using angularjs ng-file-upload, so is there anyway to upload a file > without using file_field? > > > On Wednesday, October 11, 2017 at 1:10:09 AM UTC+8, Raymond Raymundo wrote: >> >> So i'm trying to upload a file to a field that is set to readonly >> >> $browser.text_field(id: 'inputResume').set($cv_path.to_s) >> >> >> >> And I get error >> >> Watir::Exception::ObjectReadOnlyException (Watir::Exception::ObjectReadO >> nlyException) >> >> >> Is there a way around this? >> >> >> -- > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "Watir General" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
