Skip to content

Commit

Permalink
chore: Update capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Dani committed Aug 8, 2024
1 parent 1f40a23 commit 851a696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/browsers/browser-creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ export default abstract class BrowserCreator {
console.log('=== setupBrowser ===');
console.log('height: ', options.height);

const size = await browser.getWindowSize();
console.log('--- getWindowSize --');
console.log('size: ', size.height);

console.log('capabilities', browser.capabilities);
return browser;
}

Expand Down
1 change: 1 addition & 0 deletions src/browsers/capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const defaultCapabilities: Record<string, Capabilities> = {
},
Firefox: {
browserName: 'firefox',
setWindowRect: true,
'moz:firefoxOptions': {
prefs: {
'fission.webContentIsolationStrategy': 0,
Expand Down

0 comments on commit 851a696

Please sign in to comment.