Skip to content

Commit 613e289

Browse files
committed
correct open behavior on record
1 parent 86d3d06 commit 613e289

File tree

1 file changed

+1
-1
lines changed
  • packages/selenium-ide/src/main/session/controllers/Recorder

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/main/session/controllers/Recorder/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default class RecorderController extends BaseController {
187187
playbackURL.endsWith('/playback-window.html')
188188
)
189189
} else {
190-
await this.session.windows.initializePlaybackWindow()
190+
await this.session.windows.openPlaybackWindow()
191191
playbackWindow = await this.session.windows.getLastPlaybackWindow()
192192
inited = false
193193
}

0 commit comments

Comments
 (0)