File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Shadow root DOM automation using selenium
22
3- [ ![ Build Status] ( https://travis-ci.com /sukgu/shadow-automation-selenium.svg?branch=master )] ( https://travis-ci.com /sukgu/shadow-automation-selenium " Travis CI ")
3+ [ ![ Build Status] ( https://travis-ci.org /sukgu/shadow-automation-selenium.svg?branch=master )] ( https://travis-ci.org /sukgu/shadow-automation-selenium " Travis CI ")
44[ ![ codecov] ( https://codecov.io/gh/sukgu/shadow-automation-selenium/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sukgu/shadow-automation-selenium )
55[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.sukgu/automation.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22io.github.sukgu%22%20AND%20a:%22automation%22 )
66[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
@@ -91,17 +91,17 @@ You can use this plugin by adding jar file or by including maven dependency in y
9191 <dependency>
9292 <groupId>io.github.sukgu</groupId>
9393 <artifactId>automation</artifactId>
94- <version>0.1.4</version>
94+ <version>0.1.4.1 </version>
9595 </dependency>
9696 ```
9797
9898 ** Gradle**
9999 ```
100- implementation 'io.github.sukgu:automation:0.1.4'
100+ implementation 'io.github.sukgu:automation:0.1.4.1 '
101101 ```
102102
103103
104- You can download the jar file from repository http://central.maven.org/maven2/io/github/sukgu/automation/0.1.4/automation-0.1.4.jar
104+ You can download the jar file from repository http://central.maven.org/maven2/io/github/sukgu/automation/0.1.4.1 /automation-0.1.4.1 .jar
105105
106106## Selector:
107107 ###### Examples:
Original file line number Diff line number Diff line change 55 <archetype >
66 <groupId >io.github.sukgu</groupId >
77 <artifactId >automation</artifactId >
8- <version >0.1.3 </version >
8+ <version >0.1.4.1 </version >
99 <repository >https://github.com/sukgu/shadow-automation-selenium</repository >
1010 <description >This project automates shadow-dom elements using java selenium</description >
1111 </archetype >
Original file line number Diff line number Diff line change 44
55 <groupId >io.github.sukgu</groupId >
66 <artifactId >automation</artifactId >
7- <version >0.1.4</version >
7+ <version >0.1.4.1 </version >
88
99 <name >automation</name >
1010 <description >This project automates shadow-dom elements using java selenium</description >
You can’t perform that action at this time.
0 commit comments