I want to select value by text from a dynamic non select dropdown. I did some research and I found this code: Basically it put the dropdowns options into a List element, and run through in a for loop, and if the options contains text, click it and break the loop. However it is not working with this type of
Tag: drop-down-menu
How to put a dynamic drop-down list in Eclipse Kepler toolbar?
I’m working on an Eclipse plug-in. With Indigo, a drop-down list in the toolbar like the one below works perfectly. Drop-down list in the toolbar, the currently selected item is shown when the list isn’t open It is built like this (where the MyList instance is dynamically constructed): However, this doesn’t work on Kepler, and it’s difficult to understand why.