Skip to content

tascape/reactor-x-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactor-x-webui

Reactor extension for web UI automation, based on Selenium WebDriver.

<dependency>
	<groupId>com.tascape</groupId>
	<artifactId>reactor-x-webui</artifactId>
	<version>1.5.0</version>
</dependency>

local test report

web browser support

Google Chrome

  • Install the Google Chrome for test, see https://googlechromelabs.github.io/chrome-for-testing/.
  • Provide Chrome binary path as a Java system property like: "-Dreactor.comm.webbrowser.BINARY=/Users/tascape/Google Chrome.app/Contents/MacOS/Google Chrome", when running the tests.
  • Download the corresponding Chrome Driver, unzip it as ~/.reactor/webui/chromedriver.

Mozilla Firefox

  • Install the latest Mozilla Firefox.
  • Download the latest Firefox Geckodriver, unzip it as ~/.reactor/webui/geckodriver.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published