Giter VIP home page Giter VIP logo

Comments (7)

andresdominguez avatar andresdominguez commented on June 25, 2024

When you start elementor a temporary protractor config file is created. If you look at the log you will see something like this:

Creating protractor configuration file
Starting protractor
Running command: [node /home/andres/.nvm/v0.11.16/lib/node_modules/elementor/node_modules/protractor-elementor/lib/cli.js --elementExplorer true --debuggerServerPort 6969 /tmp/protractor-conf115316-11669-10le421]

Where /tmp/protractor-conf115316-11669-10le421 is the temporary file.

The configuration file looks like this:

exports.config = {
  seleniumAddress: 'http://localhost:4444/wd/hub',

  capabilities: {
    browserName: 'chrome',
    chromeOptions: {
      args: [
        '--load-extension=/home/andres/.nvm/v0.11.16/lib/node_modules/elementor/extension'
      ]
    }
  }
};

Can you send me the text of your configuration file? Maybe there is a space in the path and chrome cannot find the extension.

from elementor.

DerrickF avatar DerrickF commented on June 25, 2024

exports.config = {
//directConnect: true,

seleniumAddress: 'http://localhost:4444/wd/hub',

capabilities: {
browserName: 'chrome',
chromeOptions: {
args: [

'--load-extension=C:\Users\derrickfink\AppData\Roaming\npm\node_modules\elementor\extension'
]
}
}
};

from elementor.

andresdominguez avatar andresdominguez commented on June 25, 2024

I think I found a solution. I don't have my laptop with me (using my wife's laptop). I will get it fixed soon.

from elementor.

DerrickF avatar DerrickF commented on June 25, 2024

I was able to manually load the extension, without changing anything in the
manifest file, by loading the unpacked extension in the developer options.
It seems to work if you do it that way.

extensionmenu

from elementor.

johnathanbeal avatar johnathanbeal commented on June 25, 2024

I've found but am unable to load the manifest.json file

Failed to load extension from: ~
Could not load background script 'scripts/background.js'.

I also can't find the Chrome Automation Extension.

from elementor.

andresdominguez avatar andresdominguez commented on June 25, 2024

There was a problem in the path of the file for the extension. It looked like this:

c:\path\to\extension

Now the path uses forward slash:

C:/path/to/extension

I tested it on Windows 7. Let me know if it works for you. I just pushed a new version: 1.0.8

from elementor.

DerrickF avatar DerrickF commented on June 25, 2024

Thanks!
I can confirm the the new build (1.0.8) is working great.
Currently running Windows 8.1

from elementor.

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.