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

[Known Issue]: GetAvailableBrowserVersionString in SDK 1.0.2277.86 and 1.0.2357-prerelease requires a string for its first parameter #87

Open
victorhuangwq opened this issue Feb 8, 2024 · 0 comments

Comments

@victorhuangwq
Copy link
Contributor

Due to an unintentional change introduced in the release SDK 1.0.2277.86 and 1.0.2357-prerelease, GetAvailableBrowserVersionString cannot be called without any params. I.e. GetAvailableBrowserVersionString() will throw an exception. This is as mentioned in the following GitHub issue.

We will be addressing this unintended change in the upcoming SDKs (release and pre-release), which will be released around end February

Current workarounds:

  • If you need to use release SDK 1.0.2277.86 or 1.0.2357-prerelease, you will be able to address the issue by passing null as its first param. I.e. GetAvailableBrowserVersionString(null) will achieve the original behavior
  • If you don't need to upgrade your SDK right now, you could wait for the upcoming SDKs where this will be addressed
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

No branches or pull requests

1 participant