(self, html)
| 59 | raise |
| 60 | |
| 61 | def get_html(self, html): |
| 62 | # https://stackoverflow.com/questions/22538457/put-a-string-with-html-javascript-into-selenium-webdriver |
| 63 | self.get("data:text/html;charset=utf-8," + html) |
| 64 | |
| 65 | def find_word_boxes(self): |
| 66 | # Assumes the driver has been pointed at the right website already |