@override
(options = {})
| 1224 | |
| 1225 | /** @override */ |
| 1226 | printPage(options = {}) { |
| 1227 | let keys = options |
| 1228 | let params = {} |
| 1229 | let resultObj |
| 1230 | |
| 1231 | let self = this |
| 1232 | resultObj = self.validatePrintPageParams(keys, params) |
| 1233 | |
| 1234 | return this.execute(new command.Command(command.Name.PRINT_PAGE).setParameters(resultObj)) |
| 1235 | } |
| 1236 | |
| 1237 | /** |
| 1238 | * Creates a new WebSocket connection. |
no test coverage detected