Skip to content

Commit

Permalink
Fix 500 Error on Session Property Value Retrieval #138
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Jul 5, 2024
1 parent 0fadd6a commit ec2b2ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/config_templates/circleci-linux-chrome.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
// More info on Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/
//
// w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78)
w3c: true,
w3c: false,
args: [
'--headless',
'--start-maximized',
Expand Down
2 changes: 1 addition & 1 deletion assets/config_templates/github-linux-chrome.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
// More info on Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/
//
// w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78)
w3c: true,
w3c: false,
args: [
'--headless',
'--start-maximized',
Expand Down
2 changes: 1 addition & 1 deletion nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
// More info on Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/
//
// w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78)
w3c: true,
w3c: false,
args: [
'--headless',
'--start-maximized',
Expand Down

0 comments on commit ec2b2ab

Please sign in to comment.