0

How can I simulate Hardware button (Back, Home, Search) click using Expensify test framework, on Real device connected to USB port on my system. Can you please guide changes required (if any) to acheive this..

4

1 回答 1

0

如果不使用机器人技术,我不相信这可以在今天的真实硬件上完成。

我已经与美国 Microsoft DPE 团队的一些人讨论了未来的支持,但在这方面没有任何进展。

但是,这可以通过以下步骤在模拟器上轻松完成:

 Then I press a hardware button "PhoneHardwareButton"

其中 PhoneHardwareButton 枚举是值之一:

   Back,
    Home,
    Search,
    Camera,
    VolumeUp,
    VolumeDown,
    Power,
    Menu

来自https://github.com/Expensify/WindowsPhoneTestFramework/blob/master/Server/Core/Tangibles/PhoneHardwareButton.cs

于 2012-05-29T14:27:58.820 回答