Benjamin ,
    I did not get that how to select any value in combobox, for example in
below combo-box I want to set value "mercedes" to combobox, Is it possible
to do this with QWebElement ?

<select>
  <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="mercedes">Mercedes</option>
  <option value="audi">Audi</option>
</select>


On Mon, Jun 7, 2010 at 8:19 PM, Benjamin Poulain <[email protected]
> wrote:

> ext sunny shah wrote:
>
>> I even want to know how to set any value to combobox through qt-api ?
>>
>
> You should be able to dig into the child of the <select> element with
> QWebElement.
>
> cheers,
> Benjamin
>
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to