You are viewing limited content. For full access, please sign in.

Question

Question

Dropdown List

asked on February 21, 2017

Can connector pull the info from a dropdown list? If so, I am using UI Automation to pull the info from the screen.

1 0

Answer

SELECTED ANSWER
replied on February 21, 2017

Hi Chynna,

It depends on the application. I've had success pulling the current value of dropdowns in web pages with both JavaScript and UI Automation methods, for example. However I've also seen an occasion where the way which a particular third-party application was structured did not readily expose what the current value was, so it basically returned either the internal name of the dropdown or a not-at-all delimited list of all of the dropdown values.

In general the best answer to "Can Connector...?"-type questions is to try for yourself with the Test Utility which is available for download from the Support Site. (Product Download Access role required; however purchase of Connector not required.) And be sure to let us know if it works out for you or not.

If JavaScript or UI Automation is not successful, you might also try whether OCR method is successful in obtaining the value of the dropdown, since that method always operates on what is displayed, regardless of the underlying control structure.

Hope this helps!

1 0
replied on February 22, 2017

Yes, I already have Connector purchased and it seems like javascript is working but not the UI Automation.

 

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.