mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:02:45 +00:00 
			
		
		
		
	|  202b2be1f2 To use the `GET /session/{id}/element/{id}/css/{property name}`
WebDriver endpoint, two new IPC calls through the Browser are
implemented:
    - get_active_documents_type returns the type of the active document,
      which is either "xml" or "html"
    - get_computed_value_for_element returns the computed CSS value (as
      String) for the given element and CSS property name | ||
|---|---|---|
| .. | ||
| DumpLayoutTree | ||
| CMakeLists.txt | ||
| DOMTreeModel.cpp | ||
| DOMTreeModel.h | ||
| Forward.h | ||
| OutOfProcessWebView.cpp | ||
| OutOfProcessWebView.h | ||
| RequestServerAdapter.cpp | ||
| RequestServerAdapter.h | ||
| StylePropertiesModel.cpp | ||
| StylePropertiesModel.h | ||
| ViewImplementation.h | ||
| WebContentClient.cpp | ||
| WebContentClient.h | ||
| WebSocketClientAdapter.cpp | ||
| WebSocketClientAdapter.h | ||