fixed browser, made payload optional

This commit is contained in:
Boki 2025-06-20 22:16:13 -04:00
parent 917f91715a
commit cde67db271
9 changed files with 10 additions and 12 deletions

View file

@ -70,7 +70,7 @@ async function testProxyBrowser() {
console.error('❌ Proxy browser test failed:', { error });
} finally {
try {
// await Browser.cleanup();
await Browser.close();
console.log('🧹 Browser cleanup completed');
} catch (cleanupError) {
console.error('Failed to cleanup browser:', { error: cleanupError });