You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
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