How to select value from dropdown

@Allan_Zimmermann @kowts @yashshah
Hii,
i want to select value from dropdown . How i can do this in openRpa

item.text or item.value

1 Like

Css Selector is reliable or X-path. WHich you recomend ?

for non complex things, it doesn’t matter
for complex things, personally i find css a little harder to read/write, so i prefer xpath, but hardcore css fans can make just as good and complex queries using css too.
So non is better or more reliable, it’s just a matter of preference.
you will probably find more people on this forum that knows xpath over css.

1 Like

Thanks Allan it’s working

Okeh thanks i will try both

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.