[JBoss JIRA] (ARQGRA-295) Provide more convenient way for Interceptors registration/unregistration
by Juraj Húska (JIRA)
Juraj Húska created ARQGRA-295:
----------------------------------
Summary: Provide more convenient way for Interceptors registration/unregistration
Key: ARQGRA-295
URL: https://issues.jboss.org/browse/ARQGRA-295
Project: Arquillian Graphene
Issue Type: Feature Request
Components: api, core
Affects Versions: 2.0.0.Alpha4
Reporter: Juraj Húska
Priority: Minor
It would be nice to have a more simple way of registering/unregistering Interceptors.
Currently this is supported:
{code}
GrapheneProxyInstance proxy = (GrapheneProxyInstance) webdriver;
proxy.registerInterceptor(new SearchContextInterceptor());
{code}
It would be nice to have something like:
{code}
Graphene.registerInterceptor(new SearchContextInterceptor());
{code}
It will be also good to choose class and method which will be intercepted.
--
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
12 years, 11 months
[JBoss JIRA] (ARQGRA-291) Provide wait until element is enabled
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-291?page=com.atlassian.jira.plugin... ]
Jan Papousek updated ARQGRA-291:
--------------------------------
Description:
Add the following conditions to the Graphene wait API:
{code}
Graphene.waitAjax().until().element(...).is().enabled();
{code}
was:
Add the following conditions to the Graphene wait API:
{code}
Graphene.waitAjax().until().element(...).is().enabled();
{code}
{code}
Graphene.waitAjax().until().element(...).is().selected();
{code}
> Provide wait until element is enabled
> -------------------------------------
>
> Key: ARQGRA-291
> URL: https://issues.jboss.org/browse/ARQGRA-291
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Affects Versions: 2.0.0.Alpha4
> Reporter: Jan Papousek
>
> Add the following conditions to the Graphene wait API:
> {code}
> Graphene.waitAjax().until().element(...).is().enabled();
> {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
12 years, 11 months
[JBoss JIRA] (ARQGRA-294) Introduce an own implementation of WebElement
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-294?page=com.atlassian.jira.plugin... ]
Jan Papousek updated ARQGRA-294:
--------------------------------
Description:
The Graphene web element can contain some useful methods which are not available in the current web element interface from Selenium 2, for example: element.isPresent().
The injection can be provided by the enricher for web element wrappers.
was:The Graphene web element can be injected by the enricher for web element wrappers and contain some useful methods which are not present in the current web element interface from Selenium 2. For example: element.isPresent().
> Introduce an own implementation of WebElement
> ---------------------------------------------
>
> Key: ARQGRA-294
> URL: https://issues.jboss.org/browse/ARQGRA-294
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Reporter: Jan Papousek
>
> The Graphene web element can contain some useful methods which are not available in the current web element interface from Selenium 2, for example: element.isPresent().
> The injection can be provided by the enricher for web element wrappers.
--
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
12 years, 11 months