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

Text are typing very slow in text field(both 32 bit and 64 bit) for IE browser in grid node #5527

Closed
Elakkiyaab opened this issue Feb 22, 2018 · 6 comments
Labels

Comments

@Elakkiyaab
Copy link

Meta -
OS: Windows 7

Selenium Version: 3.7.0(standalone driver)

Browser: Internet explorer 11(driver version 3.8)

Actual Behavior -
Getting error as "org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died."

Tests are running very slow for IE browser in remote node(Grid Node).The text are typing very slow in text field(both 32 bit and 64 bit) for IE browser.It is typing one by one string.So getting timeOut error. It is running and typing text fast in Local machine.

Is there any specific capability needs to added?

@hazmeister
Copy link

I would recommend using the same version of the language bindings and the browser driver.

@shs96c
Copy link
Member

shs96c commented Feb 22, 2018

This sounds like the bitness of IE and the IEDriverServer don't match. Note: it's not whether its Windows that's 32 or 64 bit, but IE that matters. What happens when you run the test locally on the machine with IE?

@barancev barancev added the D-IE label Feb 25, 2018
@linhvuong
Copy link

linhvuong commented Feb 28, 2018

Hello together,

I'm using:
OS: Window 10
Selenium version: 3.8 and 3.9
Browser: IE 11
I got the same issue with you then I change to use IEDriverServer 32bit, it works normally.
Hope this help.

Thanks,
Linh

@nishOpenMRS
Copy link

I'm using Windows 10
Selenium 3.11
IE 11.3
I gets the issue for IEDriver 32 as well as 64

@Skhoshhal
Copy link

Hi everyone

I'm using:
OS: Window 10
selenium-server-standalone-3.13.0.jar
Browser: IE 11
when I use 64 it will type too slow like in2 or 3 seconds just one character and when I use 32 it type too fast and fail some characters
I tried every step from stack Overflow but it doesn't worked.

Thanks,
Sayed

@diemol
Copy link
Member

diemol commented Sep 19, 2020

Closing this issue as a reproduction scenario was never provided and also this issue went stale.

If this issue is still valid after testing again the latest available versions, please feel free to open a new issue with all the information required in the template.

@diemol diemol closed this as completed Sep 19, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants