Skip to content

Commit

Permalink
set disableNativeAutomation to true
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Oct 9, 2024
1 parent 58c283f commit 91e1fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e2e/testcafe-devextreme/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function setShadowDom(args) {
function expandBrowserAlias(browser) {
switch(browser) {
case 'chrome:devextreme-shr2':
return 'chrome:headless --disable-gpu --window-size=1200,800';
return 'chrome --headless=old --disable-gpu --window-size=1200,800';
case 'chrome:docker':
return 'chromium:headless --no-sandbox --disable-gpu --window-size=1200,800';
}
Expand Down
10 changes: 3 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91e1fd4

Please sign in to comment.