Jump to content

getting text from Select tag with ie.au3


Recommended Posts

Hello

Does anyone know how to get OptionTextX ans SelectName from this Select Tag?

SelectName:

<SELECT name=SelectionOption>

<OPTION value=Option1 > OptionText1 </OPTION>

<OPTION value=Option2 > OptionText2 </OPTION>

.....

</SELECT>

I didn't find anything about that. Thx for your help

Tom

Edited by TomTJ
Link to comment
Share on other sites

I founded for OptionTextX, it was simply

$oSelectOption.text -> OptionText1

$oSelectOption.value -> Option1

It must much more difficult since the text is not inside the Tag...

Tom

Edited by TomTJ
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...