selenium.click("id=ext-gen584");
selenium.waitForPopUp("", "30000");
selenium.click("id=ext-gen586");
selenium.waitForPopUp("", "30000");Пробовала переводить с помощью Selenium получилось вот такое:
driver.findElement(By.id("ext-gen584")).click();
// ERROR: Caught exception [ERROR: Unsupported command [waitForPopUp]]
driver.findElement(By.id("ext-gen586")).click();
// ERROR: Caught exception [ERROR: Unsupported command [waitForPopUp]] Может кто знает как медод написать. Помогите плиз.

