mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	Mute microphone during Skype call
This commit is contained in:
		
				
					committed by
					
						
						muendelezaji
					
				
			
			
				
	
			
			
			
						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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user