Silly question but the fields look gray which in many cases this means that 
this fields are disabled, can you type text manually ? if so I would try 
something like this.. 


waitFor {

$('div.email-cell > input').displayed 

$('div.email-cell > input') << "yourEmailAddress"

} 
 
good luck









On Wednesday, December 5, 2018 at 7:11:15 AM UTC-5, [email protected] wrote:
>
> 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/fbdabd3f-0287-49c8-86ec-10346da24c64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to