[
https://issues.jboss.org/browse/ARQ-1515?page=com.atlassian.jira.plugin.s...
]
Stefan Miklosovic commented on ARQ-1515:
----------------------------------------
Could be implemented as a property for droidium-web extension e.g
<property name="adbOptions">-e debug true</property>
Allow debugging mode for Selenium APK
-------------------------------------
Key: ARQ-1515
URL:
https://issues.jboss.org/browse/ARQ-1515
Project: Arquillian
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Extension - Droidium
Affects Versions: droidium_1.0.0.Alpha1
Reporter: Karel Piwko
Currently, it is not possible to add *-e debug* when Selenium/WebDriver is started on
Android device.
Like
{code}
$./adb -s <serialId> shell am start -a android.intent.action.MAIN -n
org.openqa.selenium.android.app/.MainActivity -e debug true
{code}
Provide a switch/configuration/ means that will allow this logging. More details here
http://code.google.com/p/selenium/wiki/AndroidDriver
--
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