mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:22:45 +00:00 
			
		
		
		
	WebContent+Friends: Add get_element_text IPC and plumbing
This commit is contained in:
		
							parent
							
								
									67236d9573
								
							
						
					
					
						commit
						5ffff09e05
					
				
					 7 changed files with 27 additions and 0 deletions
				
			
		|  | @ -545,6 +545,11 @@ String OutOfProcessWebView::get_computed_value_for_element(i32 element_id, Strin | |||
|     return client().get_computed_value_for_element(element_id, property_name); | ||||
| } | ||||
| 
 | ||||
| String OutOfProcessWebView::get_element_text(i32 element_id) | ||||
| { | ||||
|     return client().get_element_text(element_id); | ||||
| } | ||||
| 
 | ||||
| String OutOfProcessWebView::get_element_tag_name(i32 element_id) | ||||
| { | ||||
|     return client().get_element_tag_name(element_id); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 martinfalisse
						martinfalisse