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
Using the latest Chrome 76.0.3809.87 and ChromeDriver 76.0.3809.68 with the latest Selenium 3.141.59. I can do things like navigate_to() and visible_in_page?() but cannot interact with the elements on the page, due to the error. I did some comparison between the applied additional_capabilities using the latest selenium version vs. the version that works for me (2.49; anything above this produces the error), and the only difference is that platform="ANY" is applied automatically in the version that works for me. I have tried adding platform="ANY" to the capabilities (as shown below), but it doesnt seem to be applied. Nevertheless, I am at a standstill and it seems to be a Hound related failure.
Background
Using the latest Chrome 76.0.3809.87 and ChromeDriver 76.0.3809.68 with the latest Selenium 3.141.59. I can do things like
navigate_to()
andvisible_in_page?()
but cannot interact with the elements on the page, due to the error. I did some comparison between the applied additional_capabilities using the latest selenium version vs. the version that works for me (2.49; anything above this produces the error), and the only difference is thatplatform="ANY"
is applied automatically in the version that works for me. I have tried addingplatform="ANY"
to the capabilities (as shown below), but it doesnt seem to be applied. Nevertheless, I am at a standstill and it seems to be a Hound related failure.Config
test.exs:
integration_case (setup file):
Error
Upon running a function like this (searching for elements on the page):
I receive this error:
The text was updated successfully, but these errors were encountered: