-
**I have created a file - googlesheet.py**
class googlesheet():
def dmios_write_data_to_google_sheet(ver, time):
DMiOS.append_row([ver, time])
gs = googlesheet()
**Then …
-
**Describe the bug**
When running wdio, error is happening in `_getControl`, probably in https://github.com/js-soft/wdi5/blob/d69e84a8229316f45afe4d714487b2136c6039de/client-side-js/getControl.js#L4
…
-
Example of html code:
https://61377283aa57c.htmlsave.net/
**Case1:
In this case first input will be filled, but we selected second element by xpath:**
`class Page(PageObject):
group_show_…
-
Given the pseudo-POM below and the case where you would need to wait for an element for any reason, you'd have to repeat the selector in two places. It hurts reusability.
```
export class PageObje…
-
Hello
Eclipse + Serenity BDD + Maven
I get an error on this line when I run the test as jUnit. I do not get the error if I run it as maven.
` response.then().statusCode(200);
`
Error
" cl…
-
Hi,
we are are trying to upgrade from Serenity 3.1.20 to 3.2.0. But unfortunetly the serenity-maven-plugin reports an IllegalArgumentException in its aggregate goal.
All our tests use the PageOb…
-
### WebdriverIO Version
7.16.3
### Node.js Version
14.17.5
### Mode
Standalone Mode
### What happened?
The starter project generated with `@wdio/cli` does not run if a `tsconfig.j…
-
**Context:**
- Playwright Version: 1.1632
- Operating System: Windows, cicd(azure)
- Node.js version: 15.0.1
- Browser: **error only in firefox: [headless, headed], no error in firefox --debug, ch…
-
Hello,
can you please help , how can we do configure a file to run tests on multi android devices ? same foe iOS?
am trying from last couple of months but not getting any clue anywhere …and its ea…
-
HI all,
I usually use CSS classes to locate e.g. `element`, and write my step as in `I.click('.element')` and then pageObjectify it in a separate file (let's say the file is called `pageObjects`) l…