このページhttp://book.spicejet.com/の "Leaving from" リスト ボックスからオプションの Pune(PNQ) を選択しようとしています。
driver.get("http://book.spicejet.com");
Thread.sleep(50000);
Select S = new Select(driver.findElement(By.id("ControlGroupSearchView_AvailabilitySearchInputSearchVieworiginStation1")));
S.selectByValue("PNQ");
しかし、私はこのエラーを受け取っています:
org.openqa.selenium.ElementNotVisibleException
私はセレンが初めてです。助けてください。