[JBoss JIRA] (ARQ-1970) ExecutionException does not escape output from commands
by Karel Piwko (JIRA)
Karel Piwko created ARQ-1970:
--------------------------------
Summary: ExecutionException does not escape output from commands
Key: ARQ-1970
URL: https://issues.jboss.org/browse/ARQ-1970
Project: Arquillian
Issue Type: Bug
Components: Extension - Spacelift
Affects Versions: spacelift_1.0.0.Alpha8
Reporter: Karel Piwko
ExecutionException is using MessageFormat to provide a nice way how to define messages.
However, output of message is not escaped, which means that any string containing *{* will cause exception construction to fail, hiding real problem.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (ARQ-1775) Allow to disable/enable nativeEvents via arquillian.xml
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1775?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek closed ARQ-1775.
-------------------------------
Resolution: Done
> Allow to disable/enable nativeEvents via arquillian.xml
> -------------------------------------------------------
>
> Key: ARQ-1775
> URL: https://issues.jboss.org/browse/ARQ-1775
> Project: Arquillian
> Issue Type: Feature Request
> Components: Extension - Drone
> Affects Versions: drone_1.3.0.Final
> Reporter: Sona Jamborova
> Assignee: Matous Jobanek
> Fix For: drone_2.0.0.Alpha5
>
>
> Selenium 2 allows to enable/disable nativeEvents for WebDriver. This feature should be set before initialization of WebDriver instance. See:
> FirefoxProfile profile = new FirefoxProfile();
> profile.setEnableNativeEvents(true);
> WebDriver driver = new FirefoxDriver(profile);
> Drone injects instance of FirefoxDriver and I have not any option how disable native Events for Firefox and Windows.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months