@override
(options = {})
| 1244 | |
| 1245 | /** @override */ |
| 1246 | printPage(options = {}) { |
| 1247 | let keys = options |
| 1248 | let params = {} |
| 1249 | let resultObj |
| 1250 | |
| 1251 | let self = this |
| 1252 | resultObj = self.validatePrintPageParams(keys, params) |
| 1253 | |
| 1254 | return this.execute(new command.Command(command.Name.PRINT_PAGE).setParameters(resultObj)) |
| 1255 | } |
| 1256 | |
| 1257 | /** |
| 1258 | * Creates a new WebSocket connection. |
no test coverage detected