Commit 8fffe073 by zhangying

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	.idea/workspace.xml
parents 61890667 f87b2d62
......@@ -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