Skip to content

added pupeteer script #96

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

Merged
merged 4 commits into from
Mar 18, 2025
Merged

added pupeteer script #96

merged 4 commits into from
Mar 18, 2025

Conversation

zen-ayush
Copy link

No description provided.

@@ -256,6 +257,7 @@ def __get_access_token(self, refresh: bool = False) -> Optional[str]:
print("Falling back to getting access token with user password sign in..")

module = "get_substrate_bearer_office" if scenario == CopilotScenarioEnum.officeweb else "get_substrate_bearer_teams"
debugMode = "yes" if debugging == VerboseEnum.full else "no"
Copy link
Collaborator

Choose a reason for hiding this comment

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

is it possible to have debugMode as boolean?

Copy link
Author

Choose a reason for hiding this comment

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

@lanasalameh1 added as a boolean string. its still true or false as boolean but string makes arg retrieval and comparison on puppeteer end easier.

@zen-ayush zen-ayush requested a review from lanasalameh1 March 18, 2025 13:23
@lanasalameh1 lanasalameh1 merged commit 1bff1a8 into mbrg:main Mar 18, 2025
6 checks passed
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