[
https://issues.jboss.org/browse/ARQGRA-500?page=com.atlassian.jira.plugin...
]
Vsevolod Golovanov commented on ARQGRA-500:
-------------------------------------------
Why won't I go via normal means like a user would, arrive to this parameterized page
through other pages? Sometimes this path is too complex, the pages involved are too heavy
- they have their own tests, other teams support those pages. Sometimes there may not be
such a path at all, because some pages are linked directly with parameters by 3rd party
applications.
Navigation with URL parameters
------------------------------
Key: ARQGRA-500
URL:
https://issues.jboss.org/browse/ARQGRA-500
Project: Arquillian Graphene
Issue Type: Feature Request
Reporter: Vsevolod Golovanov
I need to add a dynamic URL parameter to a location of a page before navigating to it.
I don't want to use Selenium's navigation, because I would then need to
reinvent/shoehorn Graphene's location deciding.
A special landing page would be a pretty ugly workaround.
I get that it's not possible with annotations. But at least support this with
Graphene.goTo methods.
Actually it may be possible with annotations, if you could supply some provider class?
E.g. {{\@Location(value = "MyView.xhtml", parameterProvider =
MyParameterProvider.class)}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)