Skip to content

Commit 71db86a

Browse files
committed
[master] - released 2.0.3
1 parent b238ea5 commit 71db86a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.2</version>
9+
<version>2.0.3</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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
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
52+
5153
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)
5254

5355
findElements(List<WebElement> elements); // Main method to specify the list of elements that we want to validate (can be called only findElement() OR findElements() for single validation)

0 commit comments

Comments
 (0)