SeleniumHQ / fluent-selenium

Fluent Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about ElementNotInteractableException

zgq1987 opened this issue · comments

many Thanks!!!
my code:
fwd.input(By.id("add_no_0")).within(Period.millis(10000)).sendKeys("55577");

Exception:
ElementNotInteractableException during invocation of: ?.input(By.id: addpsg_0).within(millis(10000)).sendKeys('55577')

Tips:
When run , have this problem
When debug , have no this problem

I'll take a look

Question: run vs debug in what IDE ?
I'm missing some context.

OP's moved past this issue I guess.