(self, code)
| 539 | ws.close(terminate_server=False) |
| 540 | |
| 541 | def execute_javascript(self, code): |
| 542 | self._send_spontaneous_websocket_message(_MSG_JS + code) |
| 543 | |
| 544 | def notification_message(self, title, content, icon=""): |
| 545 | """This function sends "javascript" message to the client, that executes its content. |
no test coverage detected