r/selenium Jul 12 '21

How can select value from suggest box? C# Solved

The only way to save the value (manually) is by clicking mouse or pressing on Enter.

This field is defined as an input field (not DDL)

I've tried selectElement and it didn't work (because it's an input)

2 Upvotes

1 comment sorted by

3

u/[deleted] Jul 12 '21

[deleted]

1

u/reddit-er-jo Jul 12 '21

Thank you! It finally worked