diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index ec4ee84..0f2564c 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -443,6 +443,8 @@ class CommandorPage { if (!this.page.isClosed() && !this.isTerminated) { if (this.contact.store === undefined || this.contact.store.length === 0) { this.contact.store = this.selectedStore; + } else { + this.selectedStore = this.contact.store; } if (this.contact.store !== "random") { // page.focus(PREFER_STORE);