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
If an unhandled exception occurs in a task method it is handled by the framework and
tasks continue to be executed by the Realbrowserlocusts but not reported as a failure. If you are
only looking at the final success/failure rate - perhaps programmatically - it is easier
to miss the exception.
Especially when wait throw timeout exception raise TimeoutException(message, screen, stacktrace)
My log selenium.common.exceptions.TimeoutException: Message: TypeError: on_request_failure() missing 1 required positional argument: 'response_length' result = func(*args, **kwargs) selenium.common.exceptions.TimeoutException: Message:
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
If an unhandled exception occurs in a task method it is handled by the framework and
tasks continue to be executed by the Realbrowserlocusts but not reported as a failure. If you are
only looking at the final success/failure rate - perhaps programmatically - it is easier
to miss the exception.
Especially when wait throw timeout exception
raise TimeoutException(message, screen, stacktrace)
My log
selenium.common.exceptions.TimeoutException: Message:
TypeError: on_request_failure() missing 1 required positional argument: 'response_length'
result = func(*args, **kwargs)
selenium.common.exceptions.TimeoutException: Message:
Thanks,
The text was updated successfully, but these errors were encountered: