George Romanas

Results 20 comments of George Romanas

Hello! Any updates on this? Also, I believe the message is ``` [0-0] 2024-02-22T15:09:06.075Z INFO webdriver: [POST] https://ondemand.eu-central-1.saucelabs.com/wd/hub/session/453552481bd84cb0bcc6cb733c1a6d97/frame/parent [0-0] 2024-02-22T15:09:06.075Z WARN webdriver: Request failed with status 405 due to Method...

@straker Ι think `switchToFrame` it is implemented. The error occurs on `switchToParentFrame`. I have a suggestion also above on how to fix it (or to get an idea 😄 )...

Since it seems that this reporter also does not been supported anymore from @fijijavis. @christian-bromann Is there any chance to follow the same approach as for this reporter? https://github.com/fijijavis/wdio-json-reporter/issues/73#issuecomment-1795578694. I...

@christian-bromann Thank you very much for the quick reply. I was thinking about this and you are right. We were using `wdio-mochawesome-reporter` because it could export in json file where...

Hello @ruvceskistefan, Thank you very much. A sample of the workflow is: ``` name: Functional Tests on: push: branches: [ main ] paths-ignore: - '**.md' - '.eslintignore' - '.eslintrc.json' -...

This (hopefully) will be my first contribution to wdio. If it is ok I want to give a try on this.

> @gromanas thanks for picking this up. Can you do me a favor and also raise a PR against `main` to add a deprecation notice to the `devtools` package and...

@christian-bromann what I should include in this PR as it will be against `main` and not `v9` branch? Shall I make any changes and then open the PR? Please provide...

Same issue here with chrome 127

@straker Thank you very much 🙇🏻 ! It resolved the issue of timeout, so this can be closed. Then I get the other error `Request failed with status 405 due...