fix(wdio): resolve blank navigation issue in WDIO v9#1169
Merged
scottmries merged 2 commits intodevelopfrom Apr 24, 2025
Merged
fix(wdio): resolve blank navigation issue in WDIO v9#1169scottmries merged 2 commits intodevelopfrom
scottmries merged 2 commits intodevelopfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR addresses a blank navigation issue in WDIO v9 by changing the URL used when switching windows.
- Change the URL from 'about:blank' to 'data:text/html,' for window switching
- Update impacts the navigation behavior in the webdriverio client
Comments suppressed due to low confidence (1)
packages/webdriverio/src/index.ts:372
- Please verify that using 'data:text/html,' is consistently supported across all target browsers, as its behavior might differ from 'about:blank'.
await (client as WebdriverIO.Browser).url('data:text/html,');
straker
approved these changes
Apr 24, 2025
Merged
Merged
scottmries
added a commit
that referenced
this pull request
May 12, 2025
## [4.10.2](v4.10.1...v4.10.2) (2025-05-12) ### Bug Fixes * Optimize AxeBuilder memory usage. ([#1154](#1154)) ([e53cd36](e53cd36)), closes [/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts#L59](https://github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts/issues/L59) [/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts#L34](https://github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts/issues/L34) * Update axe-core to v4.10.3 ([#1155](#1155)) ([f8e3a14](f8e3a14)) * **wdio:** resolve blank navigation issue in WDIO v9 ([#1169](#1169)) ([6505560](6505560)) --------- Co-authored-by: Michael <me@michaelsiek.com> Co-authored-by: Ben Allen <157512320+ballendq@users.noreply.github.com> Co-authored-by: Gabe <41127686+Zidious@users.noreply.github.com> Co-authored-by: Scott Ries <scott.ries@deque.com> Co-authored-by: Ben Senescu <bensenescu@gmail.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: attest-team-ci <48030122+attest-team-ci@users.noreply.github.com> Co-authored-by: Zidious <Zidious@users.noreply.github.com> Co-authored-by: Siarhei_Kliushnikau <siarhei_kliushnikau@epam.com> Co-authored-by: usama <76848490+usamaJ17@users.noreply.github.com> Co-authored-by: API Team CI User <aciattestteamci@deque.com>
|
Added comment here - #1130 |
scottmries
added a commit
that referenced
this pull request
May 16, 2025
## [4.10.2](v4.10.1...v4.10.2) (2025-04-28) ### Bug Fixes * Optimize AxeBuilder memory usage. ([#1154](#1154)) ([e53cd36](e53cd36)), closes [/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts#L59](https://github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts/issues/L59) [/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts#L34](https://github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts/issues/L34) * Update axe-core to v4.10.3 ([#1155](#1155)) ([f8e3a14](f8e3a14)) * **wdio:** resolve blank navigation issue in WDIO v9 ([#1169](#1169)) ([6505560](6505560)) No qa required
Merged
straker
added a commit
that referenced
this pull request
Oct 16, 2025
# [4.11.0](v4.10.1...v4.11.0) (2025-10-14) ### Bug Fixes * Optimize AxeBuilder memory usage. ([#1154](#1154)) ([e53cd36](e53cd36)), closes [/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts#L59](https://github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts/issues/L59) [/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts#L34](https://github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts/issues/L34) * Update axe-core to v4.10.3 ([#1155](#1155)) ([f8e3a14](f8e3a14)) * **wdio:** resolve blank navigation issue in WDIO v9 ([#1169](#1169)) ([6505560](6505560)) ### Features * Update axe-core to v4.11.0 ([#1233](#1233)) ([2758476](2758476))
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No QA required.