[ https://issues.jboss.org/browse/ARQGRA-28?page=com.atlassian.jira.plugin.... ]
Lukáš Fryč closed ARQGRA-28.
----------------------------
> Provide automatic escapes for JQuery/other locator strategy dangerous characters
> --------------------------------------------------------------------------------
>
> Key: ARQGRA-28
> URL: https://issues.jboss.org/browse/ARQGRA-28
> Project: Arquillian Graphene
> Issue Type: Enhancement
> Components: core
> Affects Versions: 1.0.0.Alpha2
> Reporter: Karel Piwko
> Assignee: Lukáš Fryč
>
> Selenium command processor behaves differently on different Selenium version. Consolidate the behavior and provide automatic escapes for dangerous characters according to the locator strategy.
> Implementation note: SimplifiedFormatter couldn't be used to do this.
--
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
[ https://issues.jboss.org/browse/ARQGRA-133?page=com.atlassian.jira.plugin... ]
Lukáš Fryč closed ARQGRA-133.
-----------------------------
> Firing events on inputs does not work on Chrome
> -----------------------------------------------
>
> Key: ARQGRA-133
> URL: https://issues.jboss.org/browse/ARQGRA-133
> Project: Arquillian Graphene
> Issue Type: Bug
> Components: core
> Affects Versions: 1.0.0.Final
> Environment: browser Chrome
> Reporter: Juraj Húska
> Assignee: Lukáš Fryč
>
> The following code will not trigger the autocomplete suggestion list on the input, and it should:
> {code}
> selenium.type(input, "ska");
> guardNoRequest(selenium).fireEvent(input, Event.KEYPRESS);
> {code}
> I also tried to use other type methods, other events and also keyPressNative, but unsuccessfully. Note that on Firefox it works just fine.
--
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
[ https://issues.jboss.org/browse/ARQGRA-131?page=com.atlassian.jira.plugin... ]
Lukáš Fryč closed ARQGRA-131.
-----------------------------
> Enable handling of multiple AjaxSelenium instances in one class
> ---------------------------------------------------------------
>
> Key: ARQGRA-131
> URL: https://issues.jboss.org/browse/ARQGRA-131
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Components: planning
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
>
> Ajocado should have the same possibilities as Selenium and WebDriver browsers.
--
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
[ https://issues.jboss.org/browse/ARQGRA-77?page=com.atlassian.jira.plugin.... ]
Lukáš Fryč closed ARQGRA-77.
----------------------------
> AbstractConfigurationListener - make test and configuration fail when listener configuration fails
> --------------------------------------------------------------------------------------------------
>
> Key: ARQGRA-77
> URL: https://issues.jboss.org/browse/ARQGRA-77
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Components: testng
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
>
--
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
[ https://issues.jboss.org/browse/ARQGRA-82?page=com.atlassian.jira.plugin.... ]
Lukáš Fryč closed ARQGRA-82.
----------------------------
> Add more usage examples to Utility Classes section in docs
> ----------------------------------------------------------
>
> Key: ARQGRA-82
> URL: https://issues.jboss.org/browse/ARQGRA-82
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Components: doc
> Affects Versions: 1.0.0.CR1
> Reporter: Juraj Húska
> Assignee: Lukáš Fryč
>
> The section with Utility Classes should provide code usage examples to show they functionality.
--
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
[ https://issues.jboss.org/browse/ARQGRA-47?page=com.atlassian.jira.plugin.... ]
Lukáš Fryč closed ARQGRA-47.
----------------------------
> Support for Communication Halter for Selenium 2
> -----------------------------------------------
>
> Key: ARQGRA-47
> URL: https://issues.jboss.org/browse/ARQGRA-47
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Components: core
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
>
> Adopt XHRHalter from Metamer project to Selenium 2
--
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
[ https://issues.jboss.org/browse/ARQGRA-122?page=com.atlassian.jira.plugin... ]
Lukáš Fryč closed ARQGRA-122.
-----------------------------
> Upgrade support of Drone to CR2 and release SNAPSHOT
> ----------------------------------------------------
>
> Key: ARQGRA-122
> URL: https://issues.jboss.org/browse/ARQGRA-122
> Project: Arquillian Graphene
> Issue Type: Task
> Components: core
> Affects Versions: 1.0.0.CR1
> Reporter: Juraj Húska
> Assignee: Lukáš Fryč
>
> Please upgrade support of Drone to CR2 and release SNAPSHOT if it is possible.
--
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
[ https://issues.jboss.org/browse/ARQGRA-53?page=com.atlassian.jira.plugin.... ]
Lukáš Fryč closed ARQGRA-53.
----------------------------
> Create a JUnit runner for Ajocado
> ---------------------------------
>
> Key: ARQGRA-53
> URL: https://issues.jboss.org/browse/ARQGRA-53
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Components: junit
> Affects Versions: 1.0.0.Alpha1
> Reporter: Karel Piwko
> Assignee: Lukáš Fryč
>
> Create an JUnit runner with Ajocado. This will become handy if developer wants to use Ajocado without Arquillian, e.g. speed prototyping of functional tests.
--
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
[ https://issues.jboss.org/browse/ARQGRA-60?page=com.atlassian.jira.plugin.... ]
Lukáš Fryč closed ARQGRA-60.
----------------------------
> Cross-site request problems for Ajocado
> ---------------------------------------
>
> Key: ARQGRA-60
> URL: https://issues.jboss.org/browse/ARQGRA-60
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Components: integration
> Affects Versions: 1.0.0.CR1
> Reporter: Karel Piwko
> Assignee: Lukáš Fryč
>
> Evaluate if Ajocado is affected by ARQ-521 and if proprosed solution will work for it.
--
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