[error] Element is not currently interactable

I am trying to make an automated test record at the mister-auto website
at the ‘Carte grise’ tab, however it fails everytime at the type ‘M10JT0VP012B066’ step
I tried to add the extra step to check the present of the element, but without success
any idea why does it not works as expected ?
thanks

2018-08-08_1359.png

Would need more information…what does the code look like? Can you manually manipulate the option? Is there something in the element that tells the user it cannot be edited? Perhaps add a wait for this status to change?

Also consider adding a
WebUI.delay()

I always add those for like 1-2 seconds if I am having problems, this slows it down long enough to load in most cases.