await driver.findElement(By.css(`select`)).click(); await driver.findElement(By.xpath(`//option[text()="France"]`)).click();