Jump to content

_FFGetValue doesn't want to return a value


 Share

Recommended Posts

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?

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...