(self, *args, **kwargs)
| 194 | ) |
| 195 | |
| 196 | def wait_for_selector(self, *args, **kwargs): |
| 197 | return page_actions.wait_for_selector(self.driver, *args, **kwargs) |
| 198 | |
| 199 | def wait_for_text(self, *args, **kwargs): |
| 200 | return page_actions.wait_for_text(self.driver, *args, **kwargs) |
no outgoing calls
no test coverage detected