|
1
|
| Max Williams · 技术社区 · 15 年前 |
|
|
1
2
是的,你可以。看看闪光硒。 http://code.google.com/p/flash-selenium/ 有一个叫做percentloaded的小函数。 断言等于(100,flashapp.percentloaded()); 你可以写一个简单的for循环,等待它返回100。 像:
希望有帮助, Gergely。 |
|
|
2
1
我认为您可以使用javascript与flash对象交互,因此可以使用selenium.geteval(“script”)。 还有一个测试闪存的组件 http://www.adobe.com/devnet/flash/articles/flash_selenium_print.html |
|
|
ARH · 如何使用Selenium识别网站中使用的所有标签 3 年前 |
|
|
vidhu · 无URL的自动化测试 3 年前 |
|
|
Myoung Nam · 如何从谷歌搜索中提取多个div类? 3 年前 |