Jump to content

Recommended Posts

Posted

Hi, I have a drop down list

<select id="mainForm:body:allocationControls:fundList" name="mainForm:body:allocationControls:fundList">

   <option value="132">This is first option</option>

   <option value="27">This is second option</option>

    ...

</select>

and try to get all values from it (like this 132)

 I got XPaths :

/html/body/form/div[2]/div[4]/div[2]/table[4]/tbody/tr[2]/td/select/option[" & $OptionNumber & "]" with option number from 1 to 20.

Tried to get with:

_FFGetValue("/html/body/form/div[2]/div[4]/div[2]/table[4]/tbody/tr[2]/td/select/option[" & $optionNumber & "]","elements")

but it returns empty string.

Is there any way to get this values?

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
×
×
  • Create New...