ladybird/Userland/Services
Timothy Flynn 64a8fcc4ef LibWeb: Begin implementing a Selenium-like method to get element text
Unfortunately, there isn't an exact spec method to get the rendered text
of an element, including its shadow DOM. The WebDriver spec requires
just doing exactly what Selenium does.

This patch does not implement this, but is a step in the right direction
as we will now handle text transforms.
2024-11-03 20:42:46 -05:00
..
ImageDecoder LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
RequestServer RequestServer/ConnectionFromClient: Remove unused header directives 2024-11-03 20:02:52 +01:00
WebContent LibWeb: Begin implementing a Selenium-like method to get element text 2024-11-03 20:42:46 -05:00
WebDriver WebContent+WebDriver: Convert all user prompt handlers to be async 2024-11-03 22:11:19 +01:00
WebWorker LibWeb: Construct ResourceLoader with a GC Heap 2024-10-30 20:55:45 +01:00