Skip to main content

SeeTestAutomation- Java Selenium

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

The Java MobileWebDriver is SeeTestAutomation's implementation of the Selenium API.

This feature is particularly useful for projects that require testing on web browsers: most of the code written using Selenium for desktop browser automation can be re-used for mobile browsers by using the Java MobileWebDriver interface. Never the less, it can be used also to automate Native Applications as well.

info

Note: Here ( JavaDoc) you can find how to attach the JavaDoc.

To export a test script to Selenium, follow the step-by-step description which appears below.

Generate the script in Selenium:

Step 1: In SeeTestAutomation, after creating the test, go to the Code tab and, from the drop-down list, select Java WebDriver option:

Step 2: The code for the script will be generated in JAVA based on Selenium API.

Step 3: You can copy-paste it into any testing environment which supports JAVA.

Integrating with code framework

To integrate SeeTestAutomation scripts into your regular testing environment, you need to use built-in clients which are located in the client directory under the installation directory.

Following is a list of the files that are provided by SeeTestAutomation and are required for the integration:

  • Selenium-api-2.42.2
  • imageClient.jar
  • xmlrpc-client-3.1.2.jar
  • xmlrpc-common-3.1.2.jar
  • ws-common-util-1.0.2.jar
  • junit.jar
  • mobile-webdriver.jar