Coder Social home page Coder Social logo

Comments (6)

kevinsawicki avatar kevinsawicki commented on May 24, 2024

I'm sure there is a good reason for that

This is expected, the API helpers provided by Spectron run code in the renderer processes so if the browserWindow is unavailable then the helpers will not be able to run. app.browserWindow relies on calling require('electron').remote.getCurrentWindow() in the window which won't work if require is undefined.

This can be supported though, see https://github.com/electron/spectron#node-integration for more details on how to support this in your app.

Closing this out.

from spectron.

DinisCruz avatar DinisCruz commented on May 24, 2024

thx, one issue is that node integration opens up a number of security concerns (i.e. the page we're opening can attack the local box and execute commands as the logged in user)

from spectron.

kevinsawicki avatar kevinsawicki commented on May 24, 2024

thx, one issue is that node integration opens up a number of security concerns

Yeah, I totally understand that, but hopefully running specs can be trusted and exposing the require function only to Spectron via a preload script is acceptable.

from spectron.

watsoncj avatar watsoncj commented on May 24, 2024

here's what i went with in a preload script:

if (remote.process.argv.indexOf('--insecure-test') > 1) {
    window.require = require;
}

from spectron.

matt-buckley avatar matt-buckley commented on May 24, 2024

I have node integration enabled, yet app.browserWindow is still displaying as undefined. Are there any other known issues that might be causing this?

from spectron.

cyruscook avatar cyruscook commented on May 24, 2024

Thanks, this got me stuck!

from spectron.

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.