zbigj Posted March 25, 2014 Posted March 25, 2014 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now