Skip to content

Commit 053db82

Browse files
committed
[master] - released 2.0.4
1 parent cbc62da commit 053db82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.itarray</groupId>
88
<artifactId>automotion</artifactId>
9-
<version>2.0.3</version>
9+
<version>2.0.4</version>
1010
<name>Automotion</name>
1111
<description>Library for smart visual automation testing</description>
1212
<url>https://automotion.itarray.net</url>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
setLinesColor(Color color); // Set color for grid lines. This color will be used for the lines of alignment grid in results
5050

51-
setRetinaScaleFactor(int factor); // Set scale factor for retina and mobile screens
51+
setRetinaScaleFactor(double factor); // Set scale factor for retina and mobile screens
5252

5353
findElement(WebElement element, String readableNameOfElement); // Main method to specify which element we want to validate (can be called only findElement() OR findElements() for single validation)
5454

0 commit comments

Comments
 (0)