update wait
This commit is contained in:
parent
e5e74d7a96
commit
9518e81ce3
|
|
@ -450,6 +450,12 @@ export class GraysProductBid extends ProductBid {
|
||||||
|
|
||||||
if (bidedData && bidedData.Price >= this.max_price + this.plus_price) {
|
if (bidedData && bidedData.Price >= this.max_price + this.plus_price) {
|
||||||
console.log(`[${this.id}] Bidded with ${bidedData.Price}`);
|
console.log(`[${this.id}] Bidded with ${bidedData.Price}`);
|
||||||
|
|
||||||
|
// Reload page
|
||||||
|
await this.page_context.reload({
|
||||||
|
waitUntil: ["networkidle0", "domcontentloaded"],
|
||||||
|
});
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue