mirror of
				https://github.com/microsoft/playwright-mcp.git
				synced 2025-10-12 00:25:14 +03:00 
			
		
		
		
	feat(wait): allow waiting for given text (#390)
Fixes https://github.com/microsoft/playwright-mcp/issues/389
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -518,11 +518,13 @@ X Y coordinate space, based on the provided screenshot. | ||||
|  | ||||
| <!-- NOTE: This has been generated via update-readme.js --> | ||||
|  | ||||
| - **browser_wait** | ||||
|   - Title: Wait | ||||
|   - Description: Wait for a specified time in seconds | ||||
| - **browser_wait_for** | ||||
|   - Title: Wait for | ||||
|   - Description: Wait for text to appear or disappear or a specified time to pass | ||||
|   - Parameters: | ||||
|     - `time` (number): The time to wait in seconds | ||||
|     - `time` (number, optional): The time to wait in seconds | ||||
|     - `text` (string, optional): The text to wait for | ||||
|     - `textGone` (string, optional): The text to wait for to disappear | ||||
|   - Read-only: **true** | ||||
|  | ||||
| <!-- NOTE: This has been generated via update-readme.js --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pavel Feldman
					Pavel Feldman