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.

invalid element state: Element is not currently interactable and may not be manipulated #7723

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 7723

I have this issue with selenium i can not find i textinput : it alwayes rases this exeception:
Element is not currently interactable and may not be manipulated

in this ligne : Driver.FindElement(By.Id("ctl00")).Clear();

i try to put waiting like this:

Waiting.Until(driver =>(By.Id("ctl00"))); and
Waiting.Until(ExpectedConditions.ElementExists(By.Id("ctl00"))); but no luck thanks

Kais

Reported by kais.zwawi@lunabee.com on 2014-08-07 08:15:19

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions