gpt4 book ai didi

java - 如何打开 swf 中的链接

转载 作者:太空宇宙 更新时间:2023-11-04 13:55:53 25 4
gpt4 key购买 nike

我正在使用 Selenium Webdriver,我想为主站点创建测试。 swf 中有一个带有广告的框。我需要验证链接是否有效。但我不知道如何通过 Selenium 打开链接。我写了这段代码,但它不起作用。 (网址http://www.labmultis.info/jpecka.portal-exdrazby/index.php)

WebElement advertising=driver.findElement(By.id("baner2"));

Actions builder=new Actions(driver);
builder.moveToElement(advertising);//3 box
builder.click();
builder.perform();

有人能给我建议吗?我将非常感激。

最佳答案

有两种方法

1 - You need to get the related coordinate for each element on the swf file

2 - Click on the coordinate you get in step 1st

3 - Check current link

或者

You could use
1 - FlashSelenium
2 - Sikuli
3 - FlexMonkey
4 - FlexWebdriver class

希望对你有帮助

关于java - 如何打开 swf 中的链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29835218/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com