mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	Merge pull request #27 from jimboatarm/skype-mute-mic
Mute microphone during Skype call
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| @@ -165,7 +165,9 @@ public class UiAutomation extends UxPerfUiAutomation { | |||||||
|  |  | ||||||
|         String description = video ? "Video call" : "Call options"; |         String description = video ? "Video call" : "Call options"; | ||||||
|         UiObject callButton = new UiObject(new UiSelector().descriptionContains(description)); |         UiObject callButton = new UiObject(new UiSelector().descriptionContains(description)); | ||||||
|         callButton.click(); |         callButton.clickAndWaitForNewWindow(); | ||||||
|  |         UiObject muteButton = new UiObject(new UiSelector().descriptionContains("Mute")); | ||||||
|  |         muteButton.click(); | ||||||
|         sleep(duration); |         sleep(duration); | ||||||
|  |  | ||||||
|         if (video && dumpsysEnabled) { |         if (video && dumpsysEnabled) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user