Skip to content

2.1. Hacker News

Closed Oct 13, 2022 100% complete

UPD:

Chromium e2e scenario of:

  1. Loading Hacker News page.
  2. Evaluating JS in the page context.
  3. Getting a serialized result to extract headlines from the page.

Commands required:

  • Session handling.
  • browsingContext.create.
  • browsingContext.navigate.
  • script.callFunction.

UPD:

Chromium e2e scenario of:

  1. Loading Hacker News page.
  2. Evaluating JS in the page context.
  3. Getting a serialized result to extract headlines from the page.

Commands required:

  • Session handling.
  • browsingContext.create.
  • browsingContext.navigate.
  • script.callFunction.
  • Serialization.

Includes:

Loading