I always get 
*org.openqa.selenium.InvalidElementStateException: invalid element state: 
Element is not currently interactable and may not be manipulated*
when I want to fill the input field.

assert($('div.rt-table > div.rt-thead.-filters > div.rt-tr').displayed)

is true, but 

$('div.rt-table > div.rt-thead.-filters > div.rt-tr > div[class="rt-th 
email-cell"] > input')

is simply not displayed and I get the error message above.

HTML code:

[image: 2018-12-05 13_08_47-Clipboard.png]

same element using React Dev Tool:

[image: 2018-12-05 13_10_22-Clipboard.png]


any idea or hint how I could fill this input field?



On Tuesday, December 4, 2018 at 4:56:43 PM UTC+1, Martin de laat wrote:
>
> Haven't fully read your message. Sorry.
>
> But if you wish to click it, why not 
> $("your_selector").click()
>
> Regardless, your statement just moves the mouse there without clicking it, 
> try:  
> moveToElement(element).click().perform() 
>
>

-- 
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/fcbda8c9-6dd7-494d-a2db-9b8c98023992%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to