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
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
@@ -85,9 +83,9 @@ public List<String> logWindowTitles(String...params) {
85
83
}
86
84
returnwindowIdentifiers;
87
85
}
88
-
89
-
@RobotKeyword("Logs and returns the location of current browser instance.\r\n" +
90
-
"\r\n" +
86
+
87
+
@RobotKeyword("Logs and returns the location of current browser instance.\r\n" +
88
+
"\r\n" +
91
89
"See `Introduction` for details about the ``logLevel``.")
92
90
@ArgumentNames({ "logLevel=INFO" })
93
91
publicStringlogLocation(String...params) {
@@ -97,8 +95,8 @@ public String logLocation(String...params) {
97
95
returnactual;
98
96
}
99
97
100
-
@RobotKeyword("Logs and returns the entire html source of the current page or frame.\r\n" +
101
-
"\r\n" +
98
+
@RobotKeyword("Logs and returns the entire html source of the current page or frame.\r\n" +
99
+
"\r\n" +
102
100
"See `Introduction` for details about the ``logLevel``.")
103
101
@ArgumentNames({ "logLevel=INFO" })
104
102
publicStringlogSource(String...params) {
@@ -108,8 +106,8 @@ public String logSource(String...params) {
108
106
returnactual;
109
107
}
110
108
111
-
@RobotKeyword("Logs and returns the title of current page.\r\n" +
112
-
"\r\n" +
109
+
@RobotKeyword("Logs and returns the title of current page.\r\n" +
110
+
"\r\n" +
113
111
"See `Introduction` for details about the ``logLevel``.")
114
112
@ArgumentNames({ "logLevel=INFO" })
115
113
publicStringlogTitle(String...params) {
@@ -119,8 +117,8 @@ public String logTitle(String...params) {
119
117
returnactual;
120
118
}
121
119
122
-
@RobotKeyword("Logs and returns basic system information about the execution environment.\r\n" +
123
-
"\r\n" +
120
+
@RobotKeyword("Logs and returns basic system information about the execution environment.\r\n" +
121
+
"\r\n" +
124
122
"See `Introduction` for details about the ``logLevel``.")
125
123
@ArgumentNames({ "logLevel=INFO" })
126
124
publicStringlogSystemInfo(String...params) {
@@ -130,10 +128,10 @@ public String logSystemInfo(String...params) {
130
128
returnactual;
131
129
}
132
130
133
-
@RobotKeyword("Returns the actually supported capabilities of the remote browser instance.\r\n" +
134
-
"\r\n" +
135
-
"Not all server implementations will support every WebDriver feature. Therefore, the client and server should use JSON objects with the properties listed below when describing which features a user requests that a session support. *If a session cannot support a capability that is requested in the desired capabilities, no error is thrown*; a read-only capabilities object is returned that indicates the capabilities the session actually supports. For more information see: [https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities|DesiredCapabilities]\r\n" +
136
-
"\r\n" +
131
+
@RobotKeyword("Returns the actually supported capabilities of the remote browser instance.\r\n" +
132
+
"\r\n" +
133
+
"Not all server implementations will support every WebDriver feature. Therefore, the client and server should use JSON objects with the properties listed below when describing which features a user requests that a session support. *If a session cannot support a capability that is requested in the desired capabilities, no error is thrown*; a read-only capabilities object is returned that indicates the capabilities the session actually supports. For more information see: [https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities|DesiredCapabilities]\r\n" +
134
+
"\r\n" +
137
135
"See `Introduction` for details about the ``logLevel``.")
0 commit comments