Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/EmptyTag/133.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用Selenium为包含flash内容的网页编程?_Selenium - Fatal编程技术网

如何使用Selenium为包含flash内容的网页编程?

如何使用Selenium为包含flash内容的网页编程?,selenium,Selenium,我想测试托管在windows操作系统内skytap上的应用程序。我无法使用selenium检测任何对象 但我认为使用Flash我可以检测对象并使其自动化。有人能告诉我如何进行编码以使这些Flash对象自动化吗?出于安全原因,您不能使用selenium与Flash 10.0或更高版本交互。Adobe取消了以编程方式与flash对象交互的功能。您不能使用Selenium与flash交互,但确实可以使用Selenium与flash交互 现在,当您将Sikuli用于诸如Crystal Report或Fl

我想测试托管在windows操作系统内skytap上的应用程序。我无法使用selenium检测任何对象


但我认为使用Flash我可以检测对象并使其自动化。有人能告诉我如何进行编码以使这些Flash对象自动化吗?

出于安全原因,您不能使用selenium与Flash 10.0或更高版本交互。Adobe取消了以编程方式与flash对象交互的功能。

您不能使用Selenium与flash交互,但确实可以使用Selenium与flash交互

现在,当您将Sikuli用于诸如Crystal Report或Flash之类的东西,或者浏览器边界之外的东西时,您可能更愿意使用Webdrivers“Action”类在浏览器页面边界内的动态Javascript项目上手动单击鼠标

因此,有3种范式:

   1.  Normal "findby" webdriver actions
   2.  Physical mouse clicks without the browser window with Action class
   3.  Physical clicks of non-web items using Sikuli by matching a screenshot image.