fork download
  1. class MyWebDriverWait(WebDriverWait):
  2. def until(self, method, message=''):
  3. super().until(method, "Element with " + method.locator[0].upper() + " equal to \"" + method.locator[1] + "\" not found in specified time of " + str(self._timeout) + " seconds.")
Runtime error #stdin #stdout #stderr 0.01s 9992KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
NameError: name 'WebDriverWait' is not defined