When I send data to a searchfield on a listpage a ElementNotInteractableException is thrown although a click in the same field just before sending this data is succesfull, with a blinking cursor in the field as a result. How is it possible that clicking on the field is succesfull but Sendkeys not?
public void SearchForBranch(string branch)
{
Driver.WaitAndClick(SearchBranch);
SearchBranch.SendKeys(branch);
SearchBranch.SendKeys(Keys.Enter);
}
Zoeken
_search_
_add_