Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chrome profile #289

Merged
merged 3 commits into from
Aug 17, 2020
Merged

Fix chrome profile #289

merged 3 commits into from
Aug 17, 2020

Conversation

Uunnamed
Copy link
Contributor

#fixies #120

(let [default #"(\\|/)Default$"
p (string/replace profile default "")]
(set-options-args driver [(format "--user-data-dir=%s" p)])))
(let [default #"(\\|/)Default$"
Copy link
Collaborator

@igrishaev igrishaev Aug 17, 2020

Choose a reason for hiding this comment

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

Мне кажется, этот код нужно отрефакторить. Основной момент в том, чтобы для файловых путей использовать объект java.io.File -- это безопасней и работает везде с учетом особенностей ОС.

  • Обернуть строковый путь в io/file или (new File)
  • если имя файла Default, то получить родительский файл (.getParent или как-то так)
  • потом еще раз поняться на уровень выше
  • этот уровнеь станет data-dir, а имя профиля -- имя файла (.getFileName или как-то так)

@Uunnamed Uunnamed merged commit edac32b into master Aug 17, 2020
@Uunnamed Uunnamed deleted the fix-chrome-profile branch August 17, 2020 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants