Michael Estwanick
Results
1
issues of
Michael Estwanick
When trying to change the value of a dropdown using select chrome.select returns ReferenceError: option is not defined ``` async function test() { await chrome.goto('http://localhost:3000/pva'); const x = await chrome.exists('#accountViewSelector')...