Feature
agent-browser supports get html/value/attr/title/url/count/box/styles <sel>.
Implementation
Add /get?tab_id=&type=html|value|attr|title|url|count|box|styles&selector= endpoint.
All can be implemented via Runtime.evaluate with appropriate JS expressions.
Acceptance Criteria
- Each get type returns the correct value
- Works with CSS selectors
Co-authored-by: blackfloofie 265516171+blackfloofie@users.noreply.github.com
Feature
agent-browser supports
get html/value/attr/title/url/count/box/styles <sel>.Implementation
Add
/get?tab_id=&type=html|value|attr|title|url|count|box|styles&selector=endpoint.All can be implemented via
Runtime.evaluatewith appropriate JS expressions.Acceptance Criteria
Co-authored-by: blackfloofie 265516171+blackfloofie@users.noreply.github.com