Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setValue() works very slowly with browser internet explorer 11(IE11) #2113

Closed
Windyq opened this issue May 27, 2017 · 4 comments
Closed

setValue() works very slowly with browser internet explorer 11(IE11) #2113

Windyq opened this issue May 27, 2017 · 4 comments

Comments

@Windyq
Copy link

Windyq commented May 27, 2017

The problem

When I use setValue() to type String, i.e. 90001, it will type 9.....(about 5 seconds) 0.....0.....0.....1 in browser internet explorer 11 . It means to take about 20 seconds to complete this action.

But it works well in Firefox and Chrome. Please help check.

Environment

  • WebdriverIO version: 4.6.2
  • Node.js version: 6.9.2
  • Standalone mode or wdio testrunner: wdio testrunner
  • if wdio testrunner, running synchronous or asynchronous tests: synchronous
  • Additional wdio packages used (if applicable):
@christian-bromann
Copy link
Member

This is unfortunately an IE11 issue. There is nothing WebdriverIO can do about it. Also join our Gitter for these kind of questions. This is not necessary an issue.

@fogrizovic
Copy link

fogrizovic commented Oct 27, 2017

Hi @Windyq

Try using 32bits driver. It worked for me.
More info here

@esankin
Copy link

esankin commented Jun 25, 2018

@fogrizovic Any idea how one would specify the driver version to be 32-bit when using selenium-standalone-service?

@NimishaBhut
Copy link

NimishaBhut commented Aug 28, 2018

Hey @fogrizovic
Is it possible to use 32-bit drivers while you are using 64-bit IE11?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants