Question
1
Replies
40
Views
bnz
Posted: July 22, 2019
Last activity: July 23, 2019
Closed
web adapter
how can we do web interrogation in a item in drop down list? which mode do we need to use , can any one help me?
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
how can we do web interrogation in a item in drop down list? which mode do we need to use , can any one help me?
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
Often times you won't need to interrogate the dropdown list. You may be able to use methods like SelectItemByText. But I understand that sometimes you do need to interrogate the dropdown - the difficulty is getting the dropdown to stay open.
What I do is open the dropdown list with a method from the Test Methods. Then the dropdown will sometimes stay open and let you interrogate it. You might do something like this:
Let me know if this works for you!