You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defuntil(self, method, message=''):
"""Calls the method provided with the driver as an argument until the \ return value is not False."""screen=Nonestacktrace=None>end_time=time.time() +self._timeoutETypeError: unsupportedoperand type(s) for+: 'float'and'str'
Environment
OS: Windows 10
Browser: Chrome
Browser version: 80
Language Bindings version: Python 3.7.5
Selenium Grid version (if applicable): 3.141.59
The text was updated successfully, but these errors were encountered:
On Feb 24, 2020, 7:02 PM +0000, Serega ***@***.***>, wrote:
🐛 Bug Report
I am trying to wait for element clickable.
def wait_for_element_clickable(self, locator: tuple, timeout=25):
return WebDriverWait(self._driver, timeout).until(
exp_con.element_to_be_clickable(locator))
def to_account(self):
self.wait_for_element_clickable(*LoginPageLocators.ACCOUNT_BUTTON)
def until(self, method, message=''):
"""Calls the method provided with the driver as an argument until the \
return value is not False."""
screen = None
stacktrace = None
> end_time = time.time() + self._timeout
E TypeError: unsupported operand type(s) for +: 'float' and 'str'
Environment
OS:
Browser:
Browser version:
Language Bindings version:
Selenium Grid version (if applicable):
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug Report
I am trying to wait for element clickable.
elements.py
login_page.py
ERROR from console
Environment
OS: Windows 10
Browser: Chrome
Browser version: 80
Language Bindings version: Python 3.7.5
Selenium Grid version (if applicable): 3.141.59
The text was updated successfully, but these errors were encountered: