Skip to content

Commit

Permalink
Merge pull request #39 from BillalPatel/Fix_Typo
Browse files Browse the repository at this point in the history
Fixed typo for capabilities
  • Loading branch information
Shahnawaz-Sk authored Oct 11, 2023
2 parents ce30b50 + 4b42830 commit e07975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
openedBrowsers: { },
async _startBrowser (id, url, capabilities) {
showTrace('StartBrowser Initiated for ', id);
console.log('capaibilites', capabilities);
console.log('capabilities', capabilities);
let webDriver = await wd.promiseChainRemote(`https://${PROCESS_ENVIRONMENT.LT_USERNAME}:${PROCESS_ENVIRONMENT.LT_ACCESS_KEY}@${AUTOMATION_HUB_URL}:443/wd/hub`, 443);

if (capabilities.isRealMobile) webDriver = await wd.promiseChainRemote(`https://${PROCESS_ENVIRONMENT.LT_USERNAME}:${PROCESS_ENVIRONMENT.LT_ACCESS_KEY}@${MOBILE_AUTOMATION_HUB_URL}:443/wd/hub`, 443);
Expand Down

0 comments on commit e07975f

Please sign in to comment.