Paul Grossman
Paul Grossman
Plus one today. "Request failed with status 500 due to unknown error" Right after browser.url(url) I think it's a transient network hit. My next step is to wrap my ```...
I’m not on Sauce. Straight Jenkins/Docker on AWS over here. I have tried the retries setting and it works well, but it bogs down when a locator changes and most...
Hardening browser.url (url) with a try / catch and a 2nd shot did not make any difference. Both attempts failed. It's not a transient error in this case. However, we...
Adding another request for a SoftAssert feature in webdriverio-expect. What a soft assert does is let the test continue even when the assertion fails. This way you get a very...
Fair enough.
Big fan of multiple validation.
Awesome! On Mon, May 20, 2019 at 5:34 AM Tomer Steinfeld wrote: > This feature will be included in a version of Selenium IDE that will use > webdriver to...
Seeing this as well on a Mac. Might be network dropouts. EDIT: Downgraded to 6.14.15 Restarted machine, cleared cache, removed all packages, deleted node_modules, deleted package-lock. Then we started putting...
I'm documenting my adventures in npm. Never occurred to me to switch from ZSH to Bash or use Git Bash. Good post!
I've had no issue since posting. I was able to narrow down one issue an old wdio and current webdriverio package installed. I removed the sync (fibers) package as well....