Commit f87b2d62 by linguangwei

修改店铺验证元素

parent 4d51708b
......@@ -18,7 +18,7 @@ class LoginPage(Page):
# 验证元素
# 店铺名称
store_name = (By.CLASS_NAME, "inst")
store_name = (By.XPATH, """//div[@class="inst"]""")
def __init__(self, driver):
Page.__init__(self, driver)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment