Only Internet Explorer 11 is supported on Windows 
7: https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support
These specs have been verified to work with the latest versions of Watir on 
IE 
11: https://github.com/watir/watirspec/blob/master/filefield_spec.rb#L111-L137

If your tests are not working with that configuration, then there is 
something specific to your code/html/environment that we would need more 
detail to help with.

Titus


On Monday, October 3, 2016 at 4:26:14 AM UTC-5, Deepak S wrote:
>
> Difficult for me to post testcase , as it needs many approval for posting 
> in public group.
>
> Scenario is simple
>
> 1: Having one file browser  option.
> 2: i was using this line of code , which was working perfectly for years
>
>
> *@ie.frame("mainFrame").file_field(:id,"myFile").set("c://test")*
>
> 3: Our environment has been upgraded from ie7 to ie9 and windows xp to 
> windows 7.
>
> 4: Now this line of code is not working.
>
>
> On Friday, September 30, 2016 at 6:31:59 PM UTC+5:30, Deepak S wrote:
>>
>> Guys
>>
>> We were using ie7  for our automation and my scripts for selecting file 
>> input was working fine.
>> But for some reason , we have update our system from windows xp to 
>> windows 7 and ie7 to ie9. And we are running the automation by enabling 
>> comparability view. since then the fileinput method is not working.
>>
>> There is is no error while running the script , it simply cant input file 
>> path.
>>
>> Code:
>>
>>
>>  
>> @ie.frame("mainFrame").file_field(:id,"myFile").set(param_hash['webupload_file_path'])
>>
>> Any inputs to fix this issue
>>
>>

-- 
-- 
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.

Reply via email to