Relative Content

Tag Archive for webdriver-io

Wdio right click powerBI

onst gapAnalysRight = await $$(//div[@_ngcontent-ng-c1971078803]//*[text()='Forecast']/parent::div);

Test works with –headless but fails without it

The following test navigates to an HTTP site.
There is something weird that happens when I run it via VS code.
When I’m looking at the network tab there are two requests, The first one, it tries to access the site via HTTP and gets 404 Not Found, and the second one tries to access via HTTP and gets 404 Temporary Redirect, and the site cannot be accessed.