Hi Simon
Thanks for you help.
I am stuck by the Alert Dialog in the firefox testing,
could you give me some suggestion to resolve the
problem?
like this:
FirefoxDriver driver = new FirefoxDriver();
Alert alert = driver.switchTo().alert();
alert.accept
or run javascript?
Best Regards.
On Oct 26, 9:17 pm, Simon Stewart <
simon.m.stew...@gmail.com> wrote:
> Short answer: it's not implemented yet. Long answer: I'm waiting for
> the webdriver api to support getting alerts before using that to
> handle alerts in the selenium emulation.
>
> Simon
>