WebDriver 機能を既存の Silk4J スクリプトに追加して、混合スクリプトを作成することができます。このような混合スクリプトを作成するには、Open Agent を Selenium サーバーとして使用します。 Open Agent は、Silk4J の基本状態を実行するときに自動的に起動します。
BrowserApplication browserApplication = desktop.find("//BrowserApplication"); WebDriver driver = browserApplication.getWebDriver();
BrowserWindow browserWindow = desktop.find("//BrowserWindow"); WebDriver driver = browserWindow.getWebDriver();
driver.get("http://demo.borland.com/InsuranceWebExtJS/"); driver.findElementById("login-form:login");スクリプトを実行すると、すべての Selenium の操作と Silk4J の操作が、スクリーンショットやパラメータと共に TrueLog に記録されます。