Giter Site home page Giter Site logo

Comments (5)

gioragutt avatar gioragutt commented on May 22, 2024 1

Oh and also, since you're using Frame#evaluateHandle, you'd have to add either text mapping and/or selector mapping, depending on what input it can get...

from root-cause.

gioragutt avatar gioragutt commented on May 22, 2024

Copied for convenience.

export async function getDocument(_page?: Page): Promise<ElementHandle> {
  // @ts-ignore
  const page: Page = _page || this
  const documentHandle = await page.mainFrame().evaluateHandle('document')
  const document = documentHandle.asElement()
  if (!document) throw new Error('Could not find document')
  return document
}

@Bnaya How do you imagine this being instrumented? what would be the outcome?

from root-cause.

Bnaya avatar Bnaya commented on May 22, 2024

I think that if we wrap mainFrame, frames and evaluateHandle can do
we need to make sure puppeteer and playwright compat
https://github.com/puppeteer/puppeteer/blob/3afe1935da5ee3b3a3ed8e910dd8dc280a0ae094/src/common/Page.ts
The important outcome would be to have the operations on the element handles recored, the calls to mainFrame/frames are not very interesting i think

from root-cause.

gioragutt avatar gioragutt commented on May 22, 2024

Doesn't it mean we just have to add the method names here?

from root-cause.

Bnaya avatar Bnaya commented on May 22, 2024

Yes, kinda :)

from root-cause.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.