WebDriver 3.5.1: SendKeys sends doubled string value into input element IE11

46 views
Skip to first unread message

Alex

unread,
Sep 1, 2017, 8:35:32 AM9/1/17
to Selenium Users
Hi,
I have a problem after update to 3.5.1 version.

All SendKeys() makes a magic.
For example, in code SendKeys("asdf"); then in input element the entered values is 'aassddff'.

I'm using Win7 + IE11; with C#+ NUnit 3.8.1

Maybe you have ideas how to fix that? Or at least an idea why that can happen?

Thanks

Alex

unread,
Sep 5, 2017, 6:25:37 AM9/5/17
to Selenium Users
Update: I run tests on VitrualMachine, only here the issue appears. On normal local machine SendKeys works fine.
The problem is I'm using GRID with 5 VMs in a cloud. The issue affects these VMs.
Looks to be this issue related to some delays (SendKeys 'types' each char from string one by one).
Is there a way to prevent this behavior? Somehow adjust delay for typing?

Simon Stewart

unread,
Sep 5, 2017, 7:03:13 AM9/5/17
to seleniu...@googlegroups.com
Is there a reproducible test case you can share?

Simon

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/29c8b4cf-8ab5-4f08-bf97-5114804efde8%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Alex

unread,
Sep 5, 2017, 8:01:13 AM9/5/17
to Selenium Users
Hi Simon,

It looks to be a dead end as I can't provide cloud access or VM image...
:(

On Tuesday, September 5, 2017 at 2:03:13 PM UTC+3, Simon Stewart wrote:
Is there a reproducible test case you can share?

Simon
On Tue, Sep 5, 2017 at 11:25 AM, Alex <ache...@gmail.com> wrote:
Update: I run tests on VitrualMachine, only here the issue appears. On normal local machine SendKeys works fine.
The problem is I'm using GRID with 5 VMs in a cloud. The issue affects these VMs.
Looks to be this issue related to some delays (SendKeys 'types' each char from string one by one).
Is there a way to prevent this behavior? Somehow adjust delay for typing?

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

Alex

unread,
Sep 8, 2017, 6:45:06 AM9/8/17
to Selenium Users
Just for anyone who faced with same problem: new VM with Win10 was created. On this machine SendKeys works as expected.
Reply all
Reply to author
Forward
0 new messages