Skip to content

Commit

Permalink
feat: Change default browser height from 604px to 800px
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Sep 5, 2024
1 parent e6ba6b6 commit 6e8f266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/browsers/browser-creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface WebDriverOptions {

const defaultOptions: WebDriverOptions = {
width: 1200,
height: 604,
height: 800,
needsKeyboard: false,
implicitTimeout: 5000,
scriptTimeout: 30000,
Expand Down
2 changes: 1 addition & 1 deletion test/browsers/browserstack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import BrowserStackBrowserCreator from '../../src/browsers/browserstack';
const browserName = 'Chrome';
const browserOptions = {
width: 1200,
height: 604,
height: 800,
needsKeyboard: false,
implicitTimeout: 100,
nSecSleepBeforeRetry: 0.001,
Expand Down

0 comments on commit 6e8f266

Please sign in to comment.