Skip to content

Conversation

@a-ichikura
Copy link
Contributor

@a-ichikura a-ichikura commented Sep 15, 2023

we add version_main parameter into init.py because the version of undetected driver should be as same as chrome-driver and chrome-browser. with @sktometometo

@@ -0,0 +1,71 @@
1694083040310 geckodriver INFO Listening on 127.0.0.1:36887
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order to keep the code base minimal, files that are generated later, such as log files, generally speaking, should not be included in the git repository.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@a-ichikura Could you update jsk_aibo_robot/aibo_selenium_ros/.gitignore so that this file will not be added to git repo?

if chrome_executable_path is not None:
options.binary_location = chrome_executable_path

self.driver = uc.Chrome(executable_path=webdriver_path, options=options, version_main=115)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chrominum version is different for each system. So it will be convenient if this program retrieve main version from chromium-browser --version command. See 7cbcd36 for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants