English 中文(简体)
利用 se网执行远程编码
原标题:Using selenium grid to execute remote code

我们期待着利用Selenium电网把我们的测试相提并论,但我们的一些测试需要将java代码在试验机器的地方操作。 换言之,以及使浏览器自动化,我们也需要在测试机器上操作一些 j。 是否在Selenium Grid有漏洞,使我们能够这样做?

我们还在期待着Jenkins建立我们的环境。

EDIT:为了更清楚起见,我需要执行的java代码从网络应用中提取,下载我们无法单单靠 se的pdf文档。 然后,它对这些国防军档案进行一些处理。 我相信,可以在服务器中心进行处理,但下载可以进行。 除非有人能够解释如何用 se来下载pdf,并将之节省到某个地点?

最佳回答

ium不能在遥控机器内执行 your。 它只能在中枢机器上执行。 然而,如果听觉,处理人口问题,在具体的道路上填满档案,可由Grid公司处理。

问题回答

暂无回答




相关问题
Javascript communication with Selenium (RC)

My Application has a lot of calculation being done in JavaScript according to how and when the user acts on the application. The project prints out valuable information (through console calls) as to ...

Running automated Web browser tests under Hudson

I m running Hudson for my automated builds and love it. I d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium. As my Hudson runs as a Windows service (under ...

Using a Java library with Scala reserved words

I m using an external library written in Java (Selenium). One of the function calls has the signature type(String, String), and I keep getting compiler errors when trying to call it from Scala, that ...

Heightened privilege selenium browsers on Windows 7 (x64)

I make use of *firefox and *iexplore etc. within my selenium tests to get around the issue of self-signed SSL certificates on my local machine. Unfortunately, now that I ve moved from XP over to 7, ...

Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Selenium IDE: Incrementing values by 1 and 71

Currently I m incrementing a value called wert by 1 with the following code: getEval storedVars[ wert ]=${wert}+1; The value wert is something like 80401299. I want to add 1 to the value, if it ...

热门标签