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

Local mode #34

Merged
merged 11 commits into from
Aug 9, 2024
Merged

Local mode #34

merged 11 commits into from
Aug 9, 2024

Conversation

AndrewKorzh
Copy link
Contributor

Title

Add Local Execution Mode Without Service

Description

This update introduces a new local execution mode for the application, allowing it to run without relying on the external service. To enable this mode, the following setting needs to be configured:

Enable local execution mode

PUPPETEER_LOCAL = True

Additionally, for local execution, it is necessary to install Chromium for Pyppeteer.

Type of change

  • New feature

This change does not affect existing functionalities.

@Yatskov Yatskov changed the base branch from master to local_running August 9, 2024 09:06
@Yatskov Yatskov changed the base branch from local_running to master August 9, 2024 11:53
Copy link
Collaborator

@Yatskov Yatskov left a comment

Choose a reason for hiding this comment

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

  1. add close contexts
  2. cleanup changes
  3. move BrowserManager to browser_manager init.py

Yatskov
Yatskov previously approved these changes Aug 9, 2024
@Yatskov Yatskov changed the title Local mode har add Local mode Aug 9, 2024
@Yatskov Yatskov merged commit f0f9641 into master Aug 9, 2024
14 checks passed
@Yatskov Yatskov deleted the local_mode_har_add branch August 9, 2024 14:42
MatthewZMSU added a commit that referenced this pull request Nov 18, 2024
This reverts commit f0f9641
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