Selenium Plugin Legacy - Resources


configuration.selenium

Category-name : configuration.selenium

What ?

configuration.selenium is the configuration for the Selenium Server used by ‘launch’ ‘configuration.selenium’ command.

Here are the most usefull parameters :

  • squashtest.ta.selenium (mandatory) : The value doesn’t matter.
  • squashtest.ta.selenium.port : if you don’t use the default 4444 port.
  • squashtest.ta.selenium.probe.interval : how many milliseconds between two queries to check if the Selenium Server is online.
  • squashtest.ta.selenium.probe.attempts : how many check queries before deciding that the server startup failed and putting the launch command in error.


script.html.selenium

Category-name : script.html.selenium

What ?

script.html.selenium is a resource type that is a Selenium 1 test “selenese”. This is basically a bundle.



script.java.selenium1

Category-name : script.java.selenium1

What ?

script.java.selenium1 is a resource type that is a Selenium 1 test written in the java language. This is basically a bundle containing the test code compiled from its sources and the associated resources. It may be used by ‘execute’ ‘script.java.selenium1’ command.

Here are the supported parameters :

  • mainpath : as in the bundle resource, it defines the path to the main file from the base of the bundle (the base directory of your selenium tests). For more details, see the Converters section.


result.selenium

This resource is the same than the one used in the main Selenium Plugin. For more informations, please read the following page.