We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fef3d7 commit abe81ceCopy full SHA for abe81ce
1 file changed
multimodal/gui-agent/operator-aio/src/AIOBrowser.ts
@@ -117,6 +117,10 @@ export class AIOBrowser {
117
waitUntil: [], // Wait for no event
118
});
119
this.logger.info('Navigation completed');
120
+
121
+ await new Promise((resolve) => setTimeout(resolve, 300));
122
+ await page.bringToFront();
123
+ this.logger.info('Page brought to front');
124
}
125
126
public async handleNavigateBack(): Promise<void> {
0 commit comments