We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d3d06 commit 613e289Copy full SHA for 613e289
packages/selenium-ide/src/main/session/controllers/Recorder/index.ts
@@ -187,7 +187,7 @@ export default class RecorderController extends BaseController {
187
playbackURL.endsWith('/playback-window.html')
188
)
189
} else {
190
- await this.session.windows.initializePlaybackWindow()
+ await this.session.windows.openPlaybackWindow()
191
playbackWindow = await this.session.windows.getLastPlaybackWindow()
192
inited = false
193
}
0 commit comments