set store via excel
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user