Combobox selection
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2021
11:40 AM
06-02-2021
11:40 AM
Combobox selection
hello team,
I am getting an combobox object using FindChildByXPath. I need to select (click) on multiple option from combo box drop down in a web application.
testobj.Keys is for one input if i need select multiple options what should i do?
Thanks in advance!
Ram
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021
07:54 AM
06-03-2021
07:54 AM
Have you tried creating a test using the record option to see how TC will capture the flow?
If so, what does the test look like?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021
03:06 PM
06-03-2021
03:06 PM
I could able to find the combo box list items through 'page.Find' method.
Thanks!
