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

PageObject issue with clicking elements on IE #319

Closed
sabari-karthik opened this issue Aug 18, 2015 · 4 comments
Closed

PageObject issue with clicking elements on IE #319

sabari-karthik opened this issue Aug 18, 2015 · 4 comments

Comments

@sabari-karthik
Copy link

When I try to click a row inside a table on IE, I am able to click the first row but I am not able to click the second row.

Locator:

Implementation:
page.element(:tr, :id => 'pendingRow0').click
page.element(:tr, :id => 'postedRow0').click

Returned:
Net::ReadTimeout: Net::ReadTimeout

the same command works fine in chrome, firefox. May I know why I am getting this error in IE and what is the work around for it.

@cheezy
Copy link
Owner

cheezy commented Aug 18, 2015

Can you tell me what version of IE and what version of the IE driver you using?

On Aug 18, 2015, at 10:58 AM, sab3d notifications@github.com wrote:

When I try to click a row inside a table on IE, I am able to click the first row but I am not able to click the second row.

Locator:

Implementation:
page.element(:tr, :id => 'pendingRow0').click
page.element(:tr, :id => 'postedRow0').click

Returned:
Net::ReadTimeout: Net::ReadTimeout

the same command works fine in chrome, firefox. May I know why I am getting this error in IE and what is the work around for it.


Reply to this email directly or view it on GitHub #319.

@sabari-karthik
Copy link
Author

I am using IE 11 and IE driver version is 2.41

@cheezy
Copy link
Owner

cheezy commented Nov 4, 2016

Are you still having this issue?

@jkotests
Copy link
Collaborator

Closing due to inactivity.

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

3 participants