How do I select a dropdown value in Testcafe?

How do I select a dropdown value in Testcafe?

You’ll need a selector to pick the select> element first. Use this selector to click the element and bring up the drop-down menu. const citySelect = Selector(‘#city’);