hound icon indicating copy to clipboard operation
hound copied to clipboard

Hound + Selenium/Firefox does not work with `find_element`

Open Qqwy opened this issue 6 years ago • 3 comments

When running Hound with Selenium, using Firefox as browser, find_element and related functions do not work. Hound has problems parsing the return value if the element is found.

For instance, you get errors like this:

** (Hound.Error) could not get element {:name, "new-message-field"}: %{"element-6066-11e4-a52e-4f735466cecf" => "d53bc0d4-3aed-4739-931a-1f278cab5d86"}                                                                                                            
    (hound) lib/hound/helpers/page.ex:53: Hound.Helpers.Page.find_element/3

Firefox version 63.0.3 (64-bit), Selenium server version: 3.14.0, revision: aacccce0.

Qqwy avatar Dec 29 '18 14:12 Qqwy

I confirm I have the same error, also present on wallaby

hubertlepicki avatar Jan 16 '19 10:01 hubertlepicki

This seems to be resoled on master.

hubertlepicki avatar Jan 23 '19 14:01 hubertlepicki

@hubertlepicki Thank you for the PSA! :slightly_smiling_face:

Qqwy avatar Apr 11 '19 07:04 Qqwy