aShelist

Results 3 issues of aShelist

#### What are you trying to achieve? After update codeceptjs, I can't get input in iframe. I just try using switchTo and within. My code work on codecept 3.4.1 ####...

stale

### Minimal, reproducible example ```TypeScript async waitForCvTitle(title: string) { I.waitForElement(`//input[@id="title" and contains(@value,'${title}')]`); } ``` ### Background I use codeceptjs + puppeteer. When I update puppeteer version, from 20.2.0 to 22.06.0...

bug
needs-feedback
not-reproducible

#### What are you trying to achieve? After update codeceptjs from version 3.6.0 to 3.6.4 and puppeteer from 20.2.0 to 22.14.0 I got error in my tests #### What do...

stale