How to insert value in this dropdown using webdriver io
Image related to the issue
const State = await $('//*[@class=" css-1hwfws3"]');
await State.setValue("Assam");
How to insert value in this dropdown using webdriver io
Image related to the issue
const State = await $('//*[@class=" css-1hwfws3"]');
await State.setValue("Assam");