Commit 6f142aa9 by zhangying

1

parent 6f3ba11b
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
</list> </list>
</option> </option>
</component> </component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
<option name="UPDATE_TYPE" value="MERGE" />
</component>
<component name="ProjectId" id="1rs9ZpPilAAlLNqzhekOkTFPGAp" /> <component name="ProjectId" id="1rs9ZpPilAAlLNqzhekOkTFPGAp" />
<component name="ProjectViewState"> <component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
...@@ -236,5 +240,9 @@ ...@@ -236,5 +240,9 @@
<screen x="0" y="23" width="1680" height="1027" /> <screen x="0" y="23" width="1680" height="1027" />
</state> </state>
<state x="529" y="370" key="com.intellij.ide.util.TipDialog/0.23.1680.1027@0.23.1680.1027" timestamp="1620266238812" /> <state x="529" y="370" key="com.intellij.ide.util.TipDialog/0.23.1680.1027@0.23.1680.1027" timestamp="1620266238812" />
<state x="633" y="443" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1620647359543">
<screen x="0" y="23" width="1680" height="1027" />
</state>
<state x="633" y="443" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.23.1680.1027@0.23.1680.1027" timestamp="1620647359543" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -33,6 +33,3 @@ def get_app_driver(PATH_TO_BINARY_APP): ...@@ -33,6 +33,3 @@ def get_app_driver(PATH_TO_BINARY_APP):
if __name__ == '__main__': if __name__ == '__main__':
driver = get_app_driver('/Applications/小麦企学院.app/Contents/MacOS/小麦企学院') driver = get_app_driver('/Applications/小麦企学院.app/Contents/MacOS/小麦企学院')
driver.find_element_by_id("rc-tabs-0-tab-2").click() driver.find_element_by_id("rc-tabs-0-tab-2").click()
# driver.find_element_by_class_name("xm_input").click()
# time.sleep(3)
# driver.find_element_by_class_name("xm_input").send_keys("15068165765")
\ No newline at end of file
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