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

spring.spring-selenium-browserstack.xml Maven / Gradle / Ivy

Go to download

This is a supporting library for jspringbot to use Browserstack and other selenium events

There is a newer version: 2.29
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                           http://www.springframework.org/schema/beans/spring-beans.xsd">
  <import resource="classpath:spring/spring-selenium-browserstack-common.xml"/>

  <bean id="webdriver" class="org.openqa.selenium.remote.RemoteWebDriver" destroy-method="quit">
    <constructor-arg type="java.net.URL" value="https://${selenium.browserstack.username}:${selenium.browserstack.accesskey}@hub-cloud.browserstack.com/wd/hub"/>
    <constructor-arg ref="desiredCapabilities"/>
  </bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy