mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-10-30 05:23:20 +00:00 
			
		
		
		
	doc: document capture_screen timestamp
Updated documentation for capture_screen with the information about the optional timestamp format tag.
This commit is contained in:
		
				
					committed by
					
						 Marc Bonnici
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							8370c8fba3
						
					
				
				
					commit
					b88b400d8d
				
			| @@ -441,7 +441,9 @@ Target | ||||
| .. method:: Target.capture_screen(filepath) | ||||
|  | ||||
|    Take a screenshot on the device and save it to the specified file on the | ||||
|    host. This may not be supported by the target. | ||||
|    host. This may not be supported by the target. You can optionally insert a | ||||
|    ``{ts}`` tag into the file name, in which case it will be substituted with | ||||
|    on-target timestamp of the screen shot in ISO8601 format. | ||||
|  | ||||
| .. method:: Target.install(filepath[, timeout[, with_name]]) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user