How to get the selected list option on a 'select' in selenium when disabled

Hi I’m having trouble getting the selected list option of a dropdown but the field is disabled as it should be static.

Does anyone know a way in robotframework to get this selected list option

Any help is appreciated

You need to inspect the HTML at that moment and see if you can get an attribute with the value.

If you can paste here the HTML part (without any confidential info), we may be able to help you.

2 Likes