From d4303007a472c41b7f803d27d6b5aa5f74fb6f47 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 4 Jul 2019 14:55:54 +0800 Subject: [PATCH 1/2] abc --- .idea/Python.iml | 2 +- .idea/encodings.xml | 4 + .idea/misc.xml | 2 +- .idea/vcs.xml | 1 + .idea/workspace.xml | 306 +++++++++++++++++++------- Python | 1 + report.html | 275 +++++++++++++++++++++++ selenium_practice.py | 17 ++ "selenium\344\275\277\347\224\250.py" | 3 + uniseleniumpra.py | 44 ++++ unittest_selenium_practice.py | 71 ++++++ 11 files changed, 645 insertions(+), 81 deletions(-) create mode 100644 .idea/encodings.xml create mode 160000 Python create mode 100644 report.html create mode 100644 selenium_practice.py create mode 100644 uniseleniumpra.py create mode 100644 unittest_selenium_practice.py diff --git a/.idea/Python.iml b/.idea/Python.iml index b4e13b8..5a21be2 100644 --- a/.idea/Python.iml +++ b/.idea/Python.iml @@ -2,7 +2,7 @@ - + diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 7064634..fe78e36 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..3ea0af8 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 50f1938..ab56283 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,15 @@ - + + + + + + + - + + + + + + + + + + + - + - - + + @@ -27,17 +43,38 @@ - + - - + + - + + + + + + + + + + + + + + + + + + + + + + @@ -56,23 +93,30 @@ - + + + @@ -84,13 +128,12 @@ + @@ -243,6 +243,7 @@ + 1562120525813 @@ -296,13 +297,13 @@ - - + - + @@ -350,13 +351,7 @@ - - - - - - - + @@ -374,16 +369,7 @@ - - - - - - - - - - + @@ -422,6 +408,16 @@ + + + + + + + + + + @@ -431,18 +427,8 @@ - - - - - - - - - - - - + + diff --git a/Python b/Python new file mode 160000 index 0000000..e866266 --- /dev/null +++ b/Python @@ -0,0 +1 @@ +Subproject commit e866266ac8f8544fa7af551df0d0a077d4536aa3