(self)
| 845 | self.__add_light_pause() |
| 846 | |
| 847 | def get_active_element(self): |
| 848 | return self.loop.run_until_complete( |
| 849 | self.page.js_dumps("document.activeElement") |
| 850 | ) |
| 851 | |
| 852 | def get_active_element_css(self): |
| 853 | from seleniumbase.js_code import active_css_js |