DCoomer

Results 7 comments of DCoomer

On our website in test, we get the same error during downloads. I'm not able to show our code/website due to security reasons, but after clicking a download link, our...

You can pass {headless:false} into openBrowser if you need to observe the test

The observeTime option for setConfig sets the delay between each test step. So you would need to open the browser first, then call ```await setConfig({observeTime: timeInMilliSeconds})``` or ``` npx taiko...

https://github.com/getgauge/taiko/discussions/2707 Again, they accept Pull Requests. So if you have an issue, you can submit a solution via a pull request. They are usually pretty quick to review and merge...

I think running everything in one file is expected, are you able to show your code?

I'm pretty sure can only open browser once per test, so you would need to have a separate file for each of your profiles in C:/bots. Depending on what you...

What happens when you don't use `waitFor(element)`, is there just a long delay to the next step or does the step fail? You can also use `await click(element,{waitForNavigation: false})` for...