Code Monkey home page Code Monkey logo

Comments (3)

 avatar commented on June 21, 2024

I also got the idea of trying to execute a script that will mount the scripts on the head of the web page I am accessing and let the browser do its thing.
So something like

let script = document.createElement('script');
script.onload = () => {
  // script src
}
document.head.appendChild(script);

Will update here if this solves the issue I am having.

UPD: It didn't work

from fantoccini.

 avatar commented on June 21, 2024

Ok, I solved it by altering the script's code a little and pointing the relevant function to the window. Fatoccini works great thanks!

Edit: I am still not sure why it doesn't work the same as it would work if I would paste it in the Console tab, wonder if there is a reasonable explanation for this maybe on how the WebDriver executes the scripts it receives (out of the window context).

It would be a good idea to leave an explanation for future searchers on this thread before resolving it probably (If anyone has any explanation for this).

from fantoccini.

jonhoo avatar jonhoo commented on June 21, 2024

The spec for executing a script seems to suggest that it gets access to the window. If you spot any caveats or gotchas there though, happy to take PR to add a note to the docs!

from fantoccini.

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.