no need to set preferred store

This commit is contained in:
2022-03-25 22:13:20 +01:00
parent 892a93bd92
commit a025c8c9fa
3 changed files with 32 additions and 23 deletions
+1 -1
View File
@@ -101,8 +101,8 @@ class CommandorPage:
print("on_document_loaded called")
def _setPhoneCountryAndStore(self):
# document.getElementById("prefer").value = \"faubourg\";
self.page.evaluate("""()=>{
document.getElementById("prefer").value = \"faubourg\";
document.getElementById("phone_country").value = \"FR\" }""")
def _setPhoneNumber(self, phoneNumber):