-
let a=100
if (a >=50 ) {
console.log("a is greater than 50")
}
if (a >= 500) {
console.log("a is greater than 500") // a 500den büyük olmadığı için yazdırmayacaktır. if condition ı…
-
# Document title, URLs, estimated publication date
- Title: WebDriver BiDi
- URL: https://w3c.github.io/webdriver-bidi/
- Publication date: no particular preferred day
# Abstract
This docum…
-
Hey 👋
Thanks for providing this boilerplate project. We are about to release a new major release for WebdriverIO: `v8`. Please update the dependencies for this project so that users can start with…
-
### What's the problem you're trying to solve?
Serenity/JS should support [HTML 5 drag and drop API](https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API). For example:
```ts
…
-
### Product
webdriverio
### Product Version
v4.8.5
### Latest Version
- [X] I have tested the issue with the latest version of the product
### Issue Description
#### Expectation
…
-
I am trying to add allure reporting to the framework.
I am getting an error message "**ERROR @wdio/local-runner: Failed launching test session: TypeError: ReporterClass is not a constructor"**
Thi…
-
browserstack-local does not work with webdriverio V5 but works with V4 in mutiremote(https://webdriver.io/docs/multiremote.html) capability
wdio.conf.js
var browserstack = require('browserstack-…
-
#### What are you trying to achieve?
I am trying to use seeTraffic and grabRecordedNetworkTraffics functions. grab* function is returning array with empty values or each field. seeTraffic is always p…
-
We already have webdriverIO well integrated in some of our apps. Is is possible to have webdriverIO define the tests, do all the interactions with our SPAs, and then execute a galen command to assert …
-
**Is your feature request related to a problem? Please describe.**
It seems that Karma is not much maintained anymore as browser test framework and I wonder if you team would be interested switching …