I am trying to change the Label Text of a combo box and have tried a bunch of property names and none of them work. Does anyone know the best way to find the property name of an element? I have tried using Developer Tools to inspect the screen, but all of the property names I have tried do not work.
Just dropping a note that Control-Alt-L (which doesn’t work for me a lot of times unless i’m in private mode in my browser) will show you all of the Components on the page, and their properties. You can use this info to guide you as to property names.