You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
49
49
setLinesColor(Color color); // Set color for grid lines. This color will be used for the lines of alignment grid in results
50
50
51
-
setRetinaScaleFactor(int factor); // Set scale factor for retina and mobile screens
51
+
setRetinaScaleFactor(double factor); // Set scale factor for retina and mobile screens
52
52
53
53
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)
0 commit comments