Skip to content

Commit 537a5c7

Browse files
committed
Add documentation for Set Image Logging
1 parent a4cb559 commit 537a5c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/javafxlibrary/keywords/Keywords/ScreenCapturing.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
@RobotKeywords
4646
public class ScreenCapturing extends TestFxAdapter {
4747

48-
@RobotKeyword
48+
@RobotKeyword("Sets whether to log images into the log.html file or not.\n\n"
49+
+ "Argument ``value`` is a string. Accepted values are \"on\" and \"off\". They can be given in uppercase as well. \n\n"
50+
+ "\nExample:\n"
51+
+ "| Set Image Logging | OFF |\n")
4952
@ArgumentNames({ "value" })
5053
public void setImageLogging(String value) {
5154
if (value.toLowerCase().equals("on"))

0 commit comments

Comments
 (0)