geb / issues

Repository for Geb's issue tracker
12 stars 4 forks source link

Ie 11 : << or sendKeys() is NOT supporting for file Upload operation #378

Closed kasthurk closed 9 years ago

kasthurk commented 9 years ago

I am using geb, spock, groovy for my framework

File upload is achieved in our application using below code. ( For Chrome and Firefox ) Locator << file_path

Above code is not working for IE 11.

erdi commented 9 years ago

Geb delegates sending keys to WebDriver so it's a WebDriver issue. Looks like a similar issue has already been filed in WebDriver bug tracker.