SmartClient Version: v11.0p_2016-05-28/Pro Deployment (built 2016-05-28)
I can't seem to get the display value of a comboboxitem with an optiondatasource in selenium. I tried selenium.getValue, but that returns the underlying value. The selenium.getText return an empty string.
is there any way to get the display text of the selected value?
I can't seem to get the display value of a comboboxitem with an optiondatasource in selenium. I tried selenium.getValue, but that returns the underlying value. The selenium.getText return an empty string.
is there any way to get the display text of the selected value?
Comment