All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.wt.sit-wt.2.2.source-code.sit-wt-conv-selenium-conf.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util"
  xsi:schemaLocation="http://www.springframework.org/schema/beans
		http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
		http://www.springframework.org/schema/context
		http://www.springframework.org/schema/context/spring-context-4.1.xsd
		http://www.springframework.org/schema/util
		http://www.springframework.org/schema/util/spring-util-4.1.xsd"
  default-lazy-init="true">

  <bean class="org.sitoolkit.tester.app.selenium.SeleniumTestScriptConverter">
    <property name="dao">
      <bean class="org.sitoolkit.tester.domain.test.TestScriptDao" />
    </property>
    <property name="seleniumIdeCommandMap">
      <util:map key-type="java.lang.String" value-type="java.lang.String">
        <entry key="assertConfirmation" value="dialog" />
        <entry key="click" value="click" />
        <entry key="clickAndWait" value="click" />
        <entry key="open" value="open" />
        <entry key="select" value="select" />
        <entry key="selectWindow" value="switchWindow" />
        <entry key="type" value="input" />
        <entry key="verifyText" value="verify" />
      </util:map>
    </property>
  </bean>

  <bean class="org.sitoolkit.tester.app.selenium.SeleniumTestStep" scope="prototype" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy