#### What are you trying to achieve? The switchTo() accepts the css locator. #### What do you get instead? The switchTo() throws error when passing the css locator ```bash I.switchTo({ css: 'iframe[id^=number-frame]' }) I switch to {"css":"iframe[id^=number-frame]"} ERROR locator.toLowerCase is not a function ```