mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-13 22:28:36 +00:00
Mute microphone during Skype call
This commit is contained in:
parent
aa7029d074
commit
0d77956fe1
Binary file not shown.
@ -165,7 +165,9 @@ public class UiAutomation extends UxPerfUiAutomation {
|
||||
|
||||
String description = video ? "Video call" : "Call options";
|
||||
UiObject callButton = new UiObject(new UiSelector().descriptionContains(description));
|
||||
callButton.click();
|
||||
callButton.clickAndWaitForNewWindow();
|
||||
UiObject muteButton = new UiObject(new UiSelector().descriptionContains("Mute"));
|
||||
muteButton.click();
|
||||
sleep(duration);
|
||||
|
||||
if (video && dumpsysEnabled) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user