[wtr-general] Re: Can't upload file via file_field using watir and chromedriver

2017-03-14 Thread Titus Fortner
Thanks, I'll take a look this week. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com --- You received this message

[wtr-general] Re: Can't upload file via file_field using watir and chromedriver

2017-03-14 Thread joshsc63
setting relaxed_locate to false works for me! Titus, I can reproduce this issue on https://fineuploader.com/demos.html browser.div( class: /qq-upload-button-selector/ ).file_field.set('pic.png') -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be

[wtr-general] Re: Can't upload file via file_field using watir and chromedriver

2017-03-03 Thread Titus Fortner
I'm still looking for a reproducible test case for this. Can someone point me to a web page that presents this issue? There are a number of things I want to investigate before changing the Watir code. Thanks. On Friday, March 3, 2017 at 3:07:41 PM UTC-6, Henrique Jacques Teixeira de Freitas

[wtr-general] Re: Can't upload file via file_field using watir and chromedriver

2017-03-03 Thread Henrique Jacques Teixeira de Freitas
I just found the solution, from this link: https://github.com/watir/watir/issues/497#issuecomment-275826513 By adding Watir.relaxed_locate = false before calling set on the file_field it worked. On Thursday, January 19, 2017 at 12:45:47 PM UTC-2, Dmitri wrote: > > Hi! > > I am using latest

[wtr-general] Re: Can't upload file via file_field using watir and chromedriver

2017-03-03 Thread Henrique Jacques Teixeira de Freitas
I am having the same issue. Were you able to find a solution? On Thursday, March 2, 2017 at 6:38:45 PM UTC-3, joshsc63 wrote: > > I'm having this same issue as I'm trying to switch to chrome browser and >> updated Watir/Selenium webdrivers. This is the last remaining issue before >> migrating

[wtr-general] Re: Can't upload file via file_field using watir and chromedriver

2017-03-02 Thread joshsc63
> > I'm having this same issue as I'm trying to switch to chrome browser and > updated Watir/Selenium webdrivers. This is the last remaining issue before > migrating over from firefox testing. > I've tried a couple suggestions as chromedriver can be picky on how you use it. 1) calling