How can I execute Selenide in Chrome using ChromeDriver

后端 未结 5 2118
甜味超标
甜味超标 2021-01-14 02:31

I started using selenide (selenium wrapper api) and must say its a great tool but my only issue is its lack of documentation or usage examples online yet.

Any idea h

5条回答
  •  孤城傲影
    2021-01-14 03:07

    Another way is to use this command line switch with Maven:

    mvn test -P chrome
    

    It requires the Maven profiles in the pom.xml file such as are seen here:

    https://github.com/selenide-examples/google

提交回复
热议问题