Lukáš Fryč created ARQGRA-356:
---------------------------------
Summary: Allow @FindByJQuery to reference elements from body
Key: ARQGRA-356
URL:
https://issues.jboss.org/browse/ARQGRA-356
Project: Arquillian Graphene
Issue Type: Enhancement
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 2.0.0.Beta1
When @FindByJQuery is used from inside of page fragment, it always references root, which
means it uses searchContext:
{{code}}
$(selector, searchContext)
{{code}
The intention is to use the search without context when the expression starts with body:
{{code}}
$(selector)
where {{selector ^= "body"}}
{{code}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira