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

add wdio support for ts #202

Merged
merged 3 commits into from
Nov 3, 2023
Merged

add wdio support for ts #202

merged 3 commits into from
Nov 3, 2023

Conversation

this-is-shivamsingh
Copy link
Contributor

@this-is-shivamsingh this-is-shivamsingh commented Nov 2, 2023

Fixing SDK is not working on windows with ts the reason for same class name of wdio driver is BoundBrowser instead of Browser which we check.

@this-is-shivamsingh this-is-shivamsingh requested a review from a team as a code owner November 2, 2023 16:22
@this-is-shivamsingh this-is-shivamsingh requested review from a team, yashdsaraf, Amit3200 and chinmay-browserstack and removed request for a team November 3, 2023 06:03
this.type = 'wdio';
} else if ((driver.constructor.name === '' ||
driver.constructor.name === 'Object') && // Object check is only added for tests
driver.constructor.name.includes('Object')) && // Object check is only added for tests
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Something looks incorrect here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Amit3200 a similar fix for the issue can be seen in: percy/percy-selenium-js#406

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Amit3200
Copy link
Contributor

Amit3200 commented Nov 3, 2023

Update description as well.

Amit3200
Amit3200 previously approved these changes Nov 3, 2023
@prklm10 prklm10 added the enhancement New feature or request label Nov 3, 2023
@prklm10 prklm10 merged commit 82ac410 into master Nov 3, 2023
5 checks passed
@prklm10 prklm10 deleted the PPLT-2543 branch June 24, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants