(self, attributeName: str)
| 57 | self._selector_engines.append(engine) |
| 58 | |
| 59 | def set_test_id_attribute(self, attributeName: str) -> None: |
| 60 | set_test_id_attribute_name(attributeName) |
| 61 | self._test_id_attribute_name = attributeName |
| 62 | for context in self._contexts_for_selectors: |
| 63 | context._channel.send_no_reply( |
| 64 | "setTestIdAttributeName", |
| 65 | None, |
| 66 | {"testIdAttributeName": attributeName}, |
| 67 | ) |