fixed browser, made payload optional
This commit is contained in:
parent
917f91715a
commit
cde67db271
9 changed files with 10 additions and 12 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue