hi,
I have following input field which I would like to fill:
[image: 2018-12-04 11_42_30-Clipboard.png]
Chrome's react dev tooll shows this field like this:
[image: 2018-12-04 11_44_17-Clipboard.png]
I tried to click this input field first then fill it, but I always get
*org.openqa.selenium.InvalidElementStateException: invalid element state:
Element is not currently interactable and may not be manipulated*
I tried to click it with *perform*
WebElement element = driver.findElement(By.cssSelector('div.rt-tr >
.email-cell[tabIndex="-1"] > input'));
new Actions(driver).moveToElement(element).perform();
but no help.
I try to fill it
mailFilterInputField.value("customer_temporary")
on the Page (mailFilterInputField{$('div.rt-tr > .email-cell[tabIndex="-1"]
> input')})
but the object not accessable.
could please someone help me?
thank you in advance,
Roland
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/fadaf9db-45e1-47a6-bf74-833c02cdb877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.