spring.spring-selenium-browserstack.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jspringbot-selenium-extension Show documentation
Show all versions of jspringbot-selenium-extension Show documentation
This is a supporting library for jspringbot to use Browserstack and other selenium events
<?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>