i need katalon to select the second option in a dropdown list, but when i try to capture the object, the object spy can not detect that there is a object there.
is there some way around this ? or can i add a key press event?
many thanks.
i need katalon to select the second option in a dropdown list, but when i try to capture the object, the object spy can not detect that there is a object there.
is there some way around this ? or can i add a key press event?
many thanks.
Have you tried with Index, Label, Value options? Does the html has got tag?
Hi, i am similar problem but need help on how to capture the list and use it as test object to select
please advise
thanks
re:
So it’s better to capture the list and then use it as a test object to select the second option.
Thanks
Hi there,
You can’t capture option in the dropdown list. The captured object will always be dropdown list. So it’s better to capture the list and then use it as a test object to select the second option.
Thanks
What I found works is that for a dropdown box with tag, there is a tag associated with it. So use the selectbyvalue on the xpath of the select tag and not the span tag.
Is anyone write function for ios? Because I can just click dropdown and can not reach list