Artem-Babich

Results 4 issues of Artem-Babich

## Purpose In some cases, it is necessary to specify more flexible parameters for the skipJsErrors option rather than the regular bool flag. ## API ```ts interface SkipJsErrorsOptions { message?:...

## Purpose For some reason in chrome:headless page body size is set incorrectly. ## Approach Update devtools-protocol package and use the native screenshot approach. ## References Closes https://github.com/DevExpress/testcafe/issues/5961 Closes #7224...

### What is your Scenario? Open the Azure Portal page via TestCafe or Hammerhead playground: https://portal.azure.com/ ### What is the Current behavior? Page crashes immediately after opening it via TestCafe...

TYPE: bug

[closes #7293] ## Purpose If you pass an invalid option to any action, this option will be removed from the object, but you won't know about it. This can be...