Skip to content

fix(wdio): resolve blank navigation issue in WDIO v9#1169

Merged
scottmries merged 2 commits intodevelopfrom
usamaJ17-fork
Apr 24, 2025
Merged

fix(wdio): resolve blank navigation issue in WDIO v9#1169
scottmries merged 2 commits intodevelopfrom
usamaJ17-fork

Conversation

@scottmries
Copy link
Copy Markdown
Contributor

No QA required.

@scottmries scottmries marked this pull request as ready for review April 24, 2025 17:58
Copilot AI review requested due to automatic review settings April 24, 2025 17:58
@scottmries scottmries requested a review from a team as a code owner April 24, 2025 17:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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,');

@scottmries scottmries enabled auto-merge (squash) April 24, 2025 17:59
@scottmries scottmries disabled auto-merge April 24, 2025 19:47
@scottmries scottmries enabled auto-merge (squash) April 24, 2025 19:53
@scottmries scottmries merged commit 6505560 into develop Apr 24, 2025
30 checks passed
@scottmries scottmries deleted the usamaJ17-fork branch April 24, 2025 20:04
@github-actions github-actions Bot mentioned this pull request Apr 28, 2025
@github-actions github-actions Bot mentioned this pull request May 12, 2025
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>
@padmavemulapati
Copy link
Copy Markdown

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
@github-actions github-actions Bot mentioned this pull request Oct 14, 2025
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))
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.

5 participants