File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/session/controllers/System Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " selenium-ide" ,
3- "version" : " 4.0.1-alpha.96 " ,
3+ "version" : " 4.0.1-alpha.97 " ,
44 "private" : false ,
55 "description" : " Selenium IDE electron app" ,
66 "author" :
" Todd <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ export default class SystemController extends BaseController {
5050 if ( this . isDown ) {
5151 // If automated, assume we already have a chromedriver process running
5252 if ( ! isAutomated ) {
53- this . checkForUpdates ( )
53+ // Just don't do this until we have CSC unfortunately
54+ // this.checkForUpdates()
5455 const startupError = await this . session . driver . startProcess (
5556 this . session . store . get ( 'browserInfo' )
5657 )
You can’t perform that action at this time.
0 commit comments