integration of authentication

This commit is contained in:
2024-08-06 17:44:09 +02:00
parent d38817f4c5
commit e7a78dcaad
21 changed files with 526 additions and 127 deletions
@@ -120,6 +120,8 @@ class Interencheres extends Scraper {
// askStop : sale is followed by the AuctionAgent and the user ask to stop following
// pause : the Sale is stopped by the Auction House and ready to restart
// end : the Sale is ended
// endOnError : the Sale is ended on error
// endOnRequest: end of follow asked by user
let status = 'ready'
@@ -178,6 +180,7 @@ class Interencheres extends Scraper {
const StopLive = async (params) => {
clearInterval(CheckAskStop);
//Socket.off('Network.webSocketFrameReceived', listener);
await this.JucundusEndSale('end')
page.close()
browser.close()
}