set store via excel
This commit is contained in:
@@ -443,6 +443,8 @@ class CommandorPage {
|
|||||||
if (!this.page.isClosed() && !this.isTerminated) {
|
if (!this.page.isClosed() && !this.isTerminated) {
|
||||||
if (this.contact.store === undefined || this.contact.store.length === 0) {
|
if (this.contact.store === undefined || this.contact.store.length === 0) {
|
||||||
this.contact.store = this.selectedStore;
|
this.contact.store = this.selectedStore;
|
||||||
|
} else {
|
||||||
|
this.selectedStore = this.contact.store;
|
||||||
}
|
}
|
||||||
if (this.contact.store !== "random") {
|
if (this.contact.store !== "random") {
|
||||||
// page.focus(PREFER_STORE);
|
// page.focus(PREFER_STORE);
|
||||||
|
|||||||
Reference in New Issue
Block a user