Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Can any one help me in getting the list of running process in Android using Selendroid?
ADB接続を使用してそれを行うことができます:
driver.getAdbConnection().executeShellCommand("ps > file"); driver.getAdbConnection().executeShellCommand("pull file localfile");