mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
WebContent+headless-browser: Use document.body.innerText for text tests
This should be less fickle than the "select all & copy selected text" trick we were doing earlier.
This commit is contained in:
parent
58c1cb80bb
commit
097b5e4803
4 changed files with 19 additions and 4 deletions
|
@ -74,6 +74,7 @@ private:
|
|||
virtual void inspect_accessibility_tree() override;
|
||||
virtual Messages::WebContentServer::GetHoveredNodeIdResponse get_hovered_node_id() override;
|
||||
virtual Messages::WebContentServer::DumpLayoutTreeResponse dump_layout_tree() override;
|
||||
virtual Messages::WebContentServer::DumpTextResponse dump_text() override;
|
||||
virtual void set_content_filters(Vector<String> const&) override;
|
||||
virtual void set_autoplay_allowed_on_all_websites() override;
|
||||
virtual void set_autoplay_allowlist(Vector<String> const& allowlist) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue