Skip to content

Fix nested find_element() calls

Volker Krause requested to merge work/vkrause/fix-nested-find-elements into master

The result of this needs to be serialized in the same form as it's done for top-level find_elements() calls, otherwise we get an exception here.

Merge request reports