We have a simple web page with two React-Select dropdowns on it. When we run the k6 Browser tests with headless: false option then our test script works perfectly fine. It opens a new browser, it ...
Use a simple SelectDropdown Add isSearchable={true} Open the dropdown and start typing in the input See how input and options are hidden under the keyboard Expected behavior As happens with iOS, I ...