Git Product home page Git Product logo

Comments (6)

kdlucas avatar kdlucas commented on April 27, 2024

That's odd, have you installed Chromedriver?

from cloudprint_logocert.

KellyML avatar KellyML commented on April 27, 2024

Yes, i had install ChromeDriver by the following steps:

sudo apt-get install unzip
wget -N http://chromedriver.storage.googleapis.com/2.24/chromedriver_linux32.zip
unzip chromedriver_linux32.zip
chmod +x chromedriver
sudo mv -f chromedriver /usr/local/share/chromedriver
sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver

besides, the "Chrome://Version" page would be pop-up as below:
2016-10-19 16 45 24

from cloudprint_logocert.

kdlucas avatar kdlucas commented on April 27, 2024

Can you try running the string of commands from the Python interpreter, and then right before you get to this line of code, see what keys are available for chromedriver.driver.dict['capabilities']['chrome'] ? I wonder if this is some change that we are seeing on Windows.

from cloudprint_logocert.

KellyML avatar KellyML commented on April 27, 2024

sorry for the response so late,
i try to install ChromeDriver again, and put the chromedriver binary in the path, then the issue would not occurred.

but i met another issue as below:
LogoCert ERROR: Timed out finding XPaths: //*[contains(text(), "Details")]
LogoCert ERROR: Error finding details button on printer page.

do the LogoCert can't find the "Details" button in chinese?

screenshot from 2016-10-21 14 24 56

from cloudprint_logocert.

kdlucas avatar kdlucas commented on April 27, 2024

I'm not sure if it will find it if it's in Chinese. To know for sure, navigate to this page and open developer tools and see what this web element looks like. My guess is that in Chinese it may be some double byte encoded characters, and not "Details". You may need to run this using English language.

from cloudprint_logocert.

KellyML avatar KellyML commented on April 27, 2024

Change to English language is OK.

from cloudprint_logocert.

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.