We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcc6cd commit 1b3cf54Copy full SHA for 1b3cf54
1 file changed
src/test/robotframework/selenium.utils.robot
@@ -5,6 +5,8 @@ Documentation Keywords (and workarounds) that are missing in the SeleniumLibrar
5
Save Screenshot and Log Source
6
Capture Page Screenshot EMBED
7
Log Source
8
+ ${width} ${height}= Get Window Size
9
+ Log Many ${width} ${height}
10
11
Element Text Should Match Regexp
12
[Documentation] Verify the text of the element identified by locator matches the given pattern
0 commit comments