Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Element not visible issue with latest selenium jar #8431

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 8431

I am trying to enter values in the input field, say username.
but it trows exception "Element no visible".


code : 
WebDriverWait wait = new WebDriverWait(driver, 30);
wait.until(ExpectedConditions.visibilityOf(element));

note : Element is a webElement.

it loads the page, and waits for 30 sec and then throws exception
element not visible. 


herewith I am attaching the html page and required css file.


Expected output.
filling the text input field

Result:
Exception : element not found.


Selenium version:
OS: Linux
Browser: Firefox 33
Browser version: selenium-2.44.0


please find the attached html and required files.


Thanks & Regards
Manvendra Kumar Mishra

Reported by manvendra.mishra90 on 2015-01-28 10:36:39


- _Attachment: [seltest.zip](https://storage.googleapis.com/google-code-attachments/selenium/issue-8431/comment-0/seltest.zip)_

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions