Closed kasthurk closed 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.
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.
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.