Skip to content

Commit

Permalink
fix: debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Stngle committed Oct 29, 2020
1 parent a51dba8 commit e6d7a21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
UI Recorder change log
====================
## ver 3.5.3(2020-10-29)
1.Fix:Debugger Mode

## ver 3.4.3(2020-07-28)
1.Fix: chrome options default config

Expand Down
2 changes: 1 addition & 1 deletion lib/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ function startRecorder(options){

}
}
yield browser.url('chrome-extension://' + (debug ? 'njkfhfdkecbpjlnfmminhmdcakopmcnc' : 'njkfhfdkecbpjlnfmminhmdcakopmcnc')+'/'+(mobile?'mobile':'start')+'.html?port='+serverPort);
yield browser.url('chrome-extension://' + (debug ? 'cpeoaoofllichfgeklkgdehjfhmbgeaa' : 'njkfhfdkecbpjlnfmminhmdcakopmcnc')+'/'+(mobile?'mobile':'start')+'.html?port='+serverPort);
yield browser.eval('document.title="'+__('recorder_browser_title')+' - UIRecorder"');
console.log(__('recorder_browser_opened').green);
recorderBrowser = browser;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uirecorder",
"version": "3.5.2",
"version": "3.5.3",
"description": "Tool for record ui test case",
"main": "./index",
"bin": {
Expand Down

0 comments on commit e6d7a21

Please sign in to comment.