selenium_dsl 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/.idea/selenium_dsl.iml +5 -16
- data/.idea/workspace.xml +86 -37
- data/CHANGES +5 -1
- data/lib/selenium_dsl/selenium_webdriver/script.rb +1 -1
- data/lib/selenium_dsl/version.rb +1 -1
- metadata +5 -18
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
YTU3MjA2NWIyYzJhOTgwZWNkYjcyMjY4NzQ2MWZlODc2OGVjNTI1Nw==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MDcyOTBkY2U0ZDYwMThmZjNiYzk1OTUyMjJlYjQ4MWViOTkwNTQ2YQ==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
ODY5ZTg3NjEzNDljMjU0YjkyN2IyNzA2NmVkNDQ2YWMyZDA1MTNiZTJkYjM5
|
10
|
+
OWU0NjM1MWQ0ZTA4ZGE3ZmM2NTk1MGRkNThhNmE1NTgwZjkwOTdiOWJkMmZm
|
11
|
+
MmIyMGRkMjQ0NDg1Nzc4NmE2ZTI2YzM2YzYxMTZlZmU1Y2UzZGY=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MTEwNWI4M2JlYTZhZWE5YzI2ZTAwZjBlNTE4OWQ0OTNlMjcyNTZhNWY3OGIz
|
14
|
+
ZjQ3ZTQyZmNlODg3NDhkZDIwYzNjOGZjNDg1NTNiNWI1OTAxYzcwZjgzOWZl
|
15
|
+
NDE3OTZhM2I2NGFmMWJkMDU2Yzk1MzQ0ODI5MTk2ODM3MTcwNWE=
|
data/.idea/selenium_dsl.iml
CHANGED
@@ -13,22 +13,11 @@
|
|
13
13
|
<content url="file://$MODULE_DIR$" />
|
14
14
|
<orderEntry type="inheritedJdk" />
|
15
15
|
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.0.5, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="jar_wrapper (v0.1.7, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
23
|
-
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
24
|
-
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.13.2, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
25
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.6.1, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
26
|
-
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v0.9.9, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
27
|
-
<orderEntry type="library" scope="PROVIDED" name="selenium (v0.2.9, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
28
|
-
<orderEntry type="library" scope="PROVIDED" name="selenium-webdriver (v2.30.0, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
29
|
-
<orderEntry type="library" scope="PROVIDED" name="watir-webdriver (v0.6.2, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
30
|
-
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.0.7, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
31
|
-
<orderEntry type="library" scope="PROVIDED" name="zip (v2.0.2, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="archive-tar-minitar (v0.5.2, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.1, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="linecache19 (v0.5.13, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.0.3, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby_core_source (v0.1.5, RVM: ruby-1.9.3-p392 [selenium_dsl]) [gem]" level="application" />
|
32
21
|
</component>
|
33
22
|
</module>
|
34
23
|
|
data/.idea/workspace.xml
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
<list default="true" id="4f121c6d-2d22-4993-b695-5f87cc8a9c19" name="Default" comment="">
|
5
5
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/CHANGES" afterPath="$PROJECT_DIR$/CHANGES" />
|
6
6
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" />
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
|
9
7
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/script.rb" afterPath="$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/script.rb" />
|
10
8
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/selenium_dsl.iml" afterPath="$PROJECT_DIR$/.idea/selenium_dsl.iml" />
|
11
9
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/selenium_dsl/version.rb" afterPath="$PROJECT_DIR$/lib/selenium_dsl/version.rb" />
|
@@ -19,13 +17,13 @@
|
|
19
17
|
<file path="/README.md" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360795559375" ignored="false" />
|
20
18
|
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/selenium_dsl.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360789774819" ignored="false" />
|
21
19
|
<file path="/Rakefile" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361395087532" ignored="false" />
|
22
|
-
<file path="/CHANGES" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="
|
20
|
+
<file path="/CHANGES" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362606073164" ignored="false" />
|
23
21
|
<file path="/proxy.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360796901347" ignored="false" />
|
24
|
-
<file path="/a.dummy" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="
|
22
|
+
<file path="/a.dummy" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362606044014" ignored="false" />
|
25
23
|
<file path="/script.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361479487836" ignored="false" />
|
26
24
|
<file path="/selenium_dsl_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360792796732" ignored="false" />
|
27
25
|
<file path="/selenium_dsl.gemspec" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360790966351" ignored="false" />
|
28
|
-
<file path="$USER_HOME$/work/ui/src/Gemfile" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="
|
26
|
+
<file path="$USER_HOME$/work/ui/src/Gemfile" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362001074785" ignored="false" />
|
29
27
|
<file path="/Gemfile" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361409054070" ignored="false" />
|
30
28
|
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/direct_flow_triton_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361383550864" ignored="false" />
|
31
29
|
<file path="/direct_flow_triton_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361382916002" ignored="false" />
|
@@ -33,11 +31,11 @@
|
|
33
31
|
<file path="/selenium_spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361401549198" ignored="false" />
|
34
32
|
<file path="$USER_HOME$/work/ui-r19/src/spec/acceptance/selenium/selenium_spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360792938364" ignored="false" />
|
35
33
|
<file path="/spec_helper2.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360793356653" ignored="false" />
|
36
|
-
<file path="/.rvmrc" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="
|
34
|
+
<file path="/.rvmrc" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997900112" ignored="false" />
|
37
35
|
<file path="/spec_helper.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361400018098" ignored="false" />
|
38
36
|
<file path="/access_webapp_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360796014103" ignored="false" />
|
39
37
|
<file path="/fragment.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361310548521" ignored="false" />
|
40
|
-
<file path="/Dummy.txt" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="
|
38
|
+
<file path="/Dummy.txt" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362606015500" ignored="false" />
|
41
39
|
<file path="/dsl.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361478901431" ignored="false" />
|
42
40
|
<file path="$USER_HOME$/work/ui/src/Gemfile.lock" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1360945074826" ignored="false" />
|
43
41
|
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/support/plan_page_steps.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361050776348" ignored="false" />
|
@@ -72,6 +70,46 @@
|
|
72
70
|
<file path="$PROJECT_DIR$/../selenium/CHANGES" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361410182013" ignored="false" />
|
73
71
|
<file path="$PROJECT_DIR$/../selenium/lib/selenium/starter.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361410194909" ignored="false" />
|
74
72
|
<file path="$PROJECT_DIR$/../etv/.rvmrc" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361737852113" ignored="false" />
|
73
|
+
<file path="$USER_HOME$/work/ui/src/app/controllers/retail_activation_controller.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
74
|
+
<file path="$USER_HOME$/work/ui/src/app/models/login.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
75
|
+
<file path="$USER_HOME$/work/ui/src/lib/tasks/ci.rake" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
76
|
+
<file path="$USER_HOME$/work/ui/src/app/models/credit_card.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
77
|
+
<file path="$USER_HOME$/work/ui/src/app/models/customer_care_login.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
78
|
+
<file path="$USER_HOME$/work/ui/src/app/models/device.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
79
|
+
<file path="$USER_HOME$/work/ui/src/app/models/page_content.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
80
|
+
<file path="$USER_HOME$/work/ui/src/app/models/plan_device_mapping.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
81
|
+
<file path="$USER_HOME$/work/ui/src/app/controllers/triton/shipping_info_section.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657426" ignored="false" />
|
82
|
+
<file path="$USER_HOME$/work/ui/src/app/models/disclaimer.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
83
|
+
<file path="$USER_HOME$/work/ui/src/app/models/promo_alternate_mapping.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
84
|
+
<file path="$USER_HOME$/work/ui/src/app/domain/logging/dynamic_logger.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
85
|
+
<file path="$USER_HOME$/work/ui/src/app/controllers/triton/base_controller.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
86
|
+
<file path="$USER_HOME$/work/ui/src/app/controllers/order_status_controller.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
87
|
+
<file path="$USER_HOME$/work/ui/src/app/models/account.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
88
|
+
<file path="$USER_HOME$/work/ui/src/app/views/order_on_hold/order_on_hold.html.erb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
89
|
+
<file path="$USER_HOME$/work/ui/src/config/routes.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
90
|
+
<file path="$USER_HOME$/work/ui/src/app/controllers/port_number_success_controller.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
91
|
+
<file path="$USER_HOME$/work/ui/src/app/models/emergency_address.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
92
|
+
<file path="$USER_HOME$/work/ui/src/app/views/order_status/order_interrupted.html.erb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
93
|
+
<file path="$USER_HOME$/work/ui/src/app/models/bad_contact_number.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
94
|
+
<file path="$USER_HOME$/work/ui/src/app/controllers/select_number_controller.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
95
|
+
<file path="$USER_HOME$/work/ui/src/app/controllers/application_controller.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
96
|
+
<file path="$USER_HOME$/work/ui/src/app/services/vdv/active_record_base.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
97
|
+
<file path="$USER_HOME$/work/ui/src/app/models/cart.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
98
|
+
<file path="$USER_HOME$/work/ui/src/app/models/checking_info.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
99
|
+
<file path="$USER_HOME$/work/ui/src/app/models/localized_content.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361997657427" ignored="false" />
|
100
|
+
<file path="$USER_HOME$/work/ui/src/.rvmrc" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361999902603" ignored="false" />
|
101
|
+
<file path="$USER_HOME$/work/ui/src/Gemfile-old" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362001065858" ignored="false" />
|
102
|
+
<file path="/install-proteus-on-mountain-lion.txt" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361998788009" ignored="false" />
|
103
|
+
<file path="$PROJECT_DIR$/../../../../Docs/vonage/install-proteus-on-mountain-lion.txt" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1361998788009" ignored="false" />
|
104
|
+
<file path="$USER_HOME$/work/ui/src/config/environments/development.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362000538396" ignored="false" />
|
105
|
+
<file path="$USER_HOME$/work/ui/src/config/environments/test.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362000915378" ignored="false" />
|
106
|
+
<file path="$USER_HOME$/work/ui/src/lib/tasks/servers.rake" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362000365994" ignored="false" />
|
107
|
+
<file path="$USER_HOME$/work/ui/src/config/environments/coverage.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362000408617" ignored="false" />
|
108
|
+
<file path="$USER_HOME$/work/ui/src/config/dbauth/proteusui-billing-dev" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362000915378" ignored="false" />
|
109
|
+
<file path="$USER_HOME$/work/ui/src/db/schema.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362000915378" ignored="false" />
|
110
|
+
<file path="$USER_HOME$/work/ui/src/config/database.yml" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362001165742" ignored="false" />
|
111
|
+
<file path="/database.yml" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362001165742" ignored="false" />
|
112
|
+
<file path="$USER_HOME$/work/ui/src/spec/acceptance/selenium/tm_flow_vonage_spec.rb" changelist="4f121c6d-2d22-4993-b695-5f87cc8a9c19" time="1362605621178" ignored="false" />
|
75
113
|
<option name="TRACKING_ENABLED" value="true" />
|
76
114
|
<option name="SHOW_DIALOG" value="false" />
|
77
115
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -91,7 +129,7 @@
|
|
91
129
|
<file leaf-file-name="access_wikipedia_spec.rb" pinned="false" current="false" current-in-tab="false">
|
92
130
|
<entry file="file://$PROJECT_DIR$/spec/access_wikipedia_spec.rb">
|
93
131
|
<provider selected="true" editor-type-id="text-editor">
|
94
|
-
<state line="86" column="
|
132
|
+
<state line="86" column="52" selection-start="2221" selection-end="2221" vertical-scroll-proportion="0.0">
|
95
133
|
<folding />
|
96
134
|
</state>
|
97
135
|
</provider>
|
@@ -106,10 +144,19 @@
|
|
106
144
|
</provider>
|
107
145
|
</entry>
|
108
146
|
</file>
|
109
|
-
<file leaf-file-name="CHANGES" pinned="false" current="
|
147
|
+
<file leaf-file-name="CHANGES" pinned="false" current="false" current-in-tab="false">
|
110
148
|
<entry file="file://$PROJECT_DIR$/CHANGES">
|
111
149
|
<provider selected="true" editor-type-id="text-editor">
|
112
|
-
<state line="
|
150
|
+
<state line="14" column="46" selection-start="176" selection-end="176" vertical-scroll-proportion="0.0">
|
151
|
+
<folding />
|
152
|
+
</state>
|
153
|
+
</provider>
|
154
|
+
</entry>
|
155
|
+
</file>
|
156
|
+
<file leaf-file-name="Rakefile" pinned="false" current="true" current-in-tab="true">
|
157
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
158
|
+
<provider selected="true" editor-type-id="text-editor">
|
159
|
+
<state line="15" column="0" selection-start="282" selection-end="282" vertical-scroll-proportion="0.25083613">
|
113
160
|
<folding />
|
114
161
|
</state>
|
115
162
|
</provider>
|
@@ -127,7 +174,7 @@
|
|
127
174
|
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
128
175
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
129
176
|
<provider selected="true" editor-type-id="text-editor">
|
130
|
-
<state line="3" column="
|
177
|
+
<state line="3" column="14" selection-start="70" selection-end="70" vertical-scroll-proportion="0.0">
|
131
178
|
<folding />
|
132
179
|
</state>
|
133
180
|
</provider>
|
@@ -136,7 +183,7 @@
|
|
136
183
|
<file leaf-file-name="dsl.rb" pinned="false" current="false" current-in-tab="false">
|
137
184
|
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/watir_webdriver/dsl.rb">
|
138
185
|
<provider selected="true" editor-type-id="text-editor">
|
139
|
-
<state line="21" column="
|
186
|
+
<state line="21" column="0" selection-start="590" selection-end="590" vertical-scroll-proportion="0.0">
|
140
187
|
<folding />
|
141
188
|
</state>
|
142
189
|
</provider>
|
@@ -145,7 +192,7 @@
|
|
145
192
|
<file leaf-file-name="script.rb" pinned="false" current="false" current-in-tab="false">
|
146
193
|
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/script.rb">
|
147
194
|
<provider selected="true" editor-type-id="text-editor">
|
148
|
-
<state line="
|
195
|
+
<state line="55" column="22" selection-start="1223" selection-end="1223" vertical-scroll-proportion="0.0">
|
149
196
|
<folding />
|
150
197
|
</state>
|
151
198
|
</provider>
|
@@ -230,7 +277,6 @@
|
|
230
277
|
<sortByType />
|
231
278
|
</navigator>
|
232
279
|
<panes>
|
233
|
-
<pane id="Scope" />
|
234
280
|
<pane id="ProjectPane">
|
235
281
|
<subPane>
|
236
282
|
<PATH>
|
@@ -385,17 +431,18 @@
|
|
385
431
|
</PATH>
|
386
432
|
</subPane>
|
387
433
|
</pane>
|
434
|
+
<pane id="Scope" />
|
388
435
|
</panes>
|
389
436
|
</component>
|
390
437
|
<component name="PropertiesComponent">
|
391
438
|
<property name="options.splitter.main.proportions" value="0.3" />
|
392
439
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
393
|
-
<property name="recentsLimit" value="5" />
|
394
440
|
<property name="options.lastSelected" value="project.propVCSSupport.Mappings" />
|
441
|
+
<property name="recentsLimit" value="5" />
|
395
442
|
<property name="restartRequiresConfirmation" value="true" />
|
396
443
|
<property name="FullScreen" value="false" />
|
397
|
-
<property name="options.splitter.details.proportions" value="0.2" />
|
398
444
|
<property name="options.searchVisible" value="true" />
|
445
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
399
446
|
</component>
|
400
447
|
<component name="RecentsManager">
|
401
448
|
<key name="MoveFile.RECENT_KEYS">
|
@@ -756,13 +803,14 @@
|
|
756
803
|
</component>
|
757
804
|
<component name="ToolWindowManager">
|
758
805
|
<frame x="91" y="22" width="1589" height="1028" extended-state="0" />
|
759
|
-
<editor active="
|
806
|
+
<editor active="false" />
|
760
807
|
<layout>
|
761
|
-
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="
|
808
|
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3376206" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
762
809
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
810
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3290461" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
763
811
|
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
764
812
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
765
|
-
<window_info id="Project" active="
|
813
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3058976" sideWeight="0.6709539" order="0" side_tool="false" content_ui="combo" />
|
766
814
|
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.34297964" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
767
815
|
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
768
816
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
@@ -771,7 +819,6 @@
|
|
771
819
|
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
772
820
|
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
773
821
|
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
774
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290461" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
775
822
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32957748" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
776
823
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
777
824
|
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
@@ -855,11 +902,6 @@
|
|
855
902
|
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
856
903
|
</provider>
|
857
904
|
</entry>
|
858
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
859
|
-
<provider selected="true" editor-type-id="text-editor">
|
860
|
-
<state line="15" column="0" selection-start="282" selection-end="282" vertical-scroll-proportion="0.0" />
|
861
|
-
</provider>
|
862
|
-
</entry>
|
863
905
|
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/capybara/dsl.rb">
|
864
906
|
<provider selected="true" editor-type-id="text-editor">
|
865
907
|
<state line="33" column="16" selection-start="1142" selection-end="1142" vertical-scroll-proportion="0.0" />
|
@@ -890,44 +932,44 @@
|
|
890
932
|
<state line="10" column="0" selection-start="309" selection-end="309" vertical-scroll-proportion="-0.5405405" />
|
891
933
|
</provider>
|
892
934
|
</entry>
|
893
|
-
<entry file="file://$PROJECT_DIR$/
|
935
|
+
<entry file="file://$PROJECT_DIR$/spec/access_wikipedia_spec.rb">
|
894
936
|
<provider selected="true" editor-type-id="text-editor">
|
895
|
-
<state line="
|
937
|
+
<state line="86" column="52" selection-start="2221" selection-end="2221" vertical-scroll-proportion="0.0">
|
896
938
|
<folding />
|
897
939
|
</state>
|
898
940
|
</provider>
|
899
941
|
</entry>
|
900
|
-
<entry file="file://$PROJECT_DIR
|
942
|
+
<entry file="file://$PROJECT_DIR$/.rvmrc">
|
901
943
|
<provider selected="true" editor-type-id="text-editor">
|
902
|
-
<state line="
|
944
|
+
<state line="3" column="13" selection-start="70" selection-end="70" vertical-scroll-proportion="0.0">
|
903
945
|
<folding />
|
904
946
|
</state>
|
905
947
|
</provider>
|
906
948
|
</entry>
|
907
|
-
<entry file="file://$PROJECT_DIR$/
|
949
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
908
950
|
<provider selected="true" editor-type-id="text-editor">
|
909
|
-
<state line="
|
951
|
+
<state line="3" column="14" selection-start="70" selection-end="70" vertical-scroll-proportion="0.0">
|
910
952
|
<folding />
|
911
953
|
</state>
|
912
954
|
</provider>
|
913
955
|
</entry>
|
914
|
-
<entry file="file://$PROJECT_DIR$/
|
956
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/watir_webdriver/dsl.rb">
|
915
957
|
<provider selected="true" editor-type-id="text-editor">
|
916
|
-
<state line="
|
958
|
+
<state line="21" column="0" selection-start="590" selection-end="590" vertical-scroll-proportion="0.0">
|
917
959
|
<folding />
|
918
960
|
</state>
|
919
961
|
</provider>
|
920
962
|
</entry>
|
921
|
-
<entry file="file://$PROJECT_DIR
|
963
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/dsl.rb">
|
922
964
|
<provider selected="true" editor-type-id="text-editor">
|
923
|
-
<state line="
|
965
|
+
<state line="24" column="0" selection-start="833" selection-end="833" vertical-scroll-proportion="0.0">
|
924
966
|
<folding />
|
925
967
|
</state>
|
926
968
|
</provider>
|
927
969
|
</entry>
|
928
970
|
<entry file="file://$PROJECT_DIR$/lib/selenium_dsl/selenium_webdriver/script.rb">
|
929
971
|
<provider selected="true" editor-type-id="text-editor">
|
930
|
-
<state line="
|
972
|
+
<state line="55" column="22" selection-start="1223" selection-end="1223" vertical-scroll-proportion="0.0">
|
931
973
|
<folding />
|
932
974
|
</state>
|
933
975
|
</provider>
|
@@ -941,7 +983,14 @@
|
|
941
983
|
</entry>
|
942
984
|
<entry file="file://$PROJECT_DIR$/CHANGES">
|
943
985
|
<provider selected="true" editor-type-id="text-editor">
|
944
|
-
<state line="
|
986
|
+
<state line="14" column="46" selection-start="176" selection-end="176" vertical-scroll-proportion="0.0">
|
987
|
+
<folding />
|
988
|
+
</state>
|
989
|
+
</provider>
|
990
|
+
</entry>
|
991
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
992
|
+
<provider selected="true" editor-type-id="text-editor">
|
993
|
+
<state line="15" column="0" selection-start="282" selection-end="282" vertical-scroll-proportion="0.25083613">
|
945
994
|
<folding />
|
946
995
|
</state>
|
947
996
|
</provider>
|
data/CHANGES
CHANGED
data/lib/selenium_dsl/version.rb
CHANGED
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selenium_dsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
5
|
-
prerelease:
|
4
|
+
version: 1.2.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Alexander Shvets
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-03-06 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: selenium-webdriver
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ! '>='
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ! '>='
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,7 +27,6 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: selenium
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ! '>='
|
36
32
|
- !ruby/object:Gem::Version
|
@@ -38,7 +34,6 @@ dependencies:
|
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ! '>='
|
44
39
|
- !ruby/object:Gem::Version
|
@@ -46,7 +41,6 @@ dependencies:
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: gemspec_deps_gen
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
45
|
- - ! '>='
|
52
46
|
- !ruby/object:Gem::Version
|
@@ -54,7 +48,6 @@ dependencies:
|
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
52
|
- - ! '>='
|
60
53
|
- !ruby/object:Gem::Version
|
@@ -62,7 +55,6 @@ dependencies:
|
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: gemcutter
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
59
|
- - ! '>='
|
68
60
|
- !ruby/object:Gem::Version
|
@@ -70,7 +62,6 @@ dependencies:
|
|
70
62
|
type: :development
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
66
|
- - ! '>='
|
76
67
|
- !ruby/object:Gem::Version
|
@@ -116,30 +107,26 @@ files:
|
|
116
107
|
- spec/spec_helper.rb
|
117
108
|
homepage: http://github.com/shvets/selenium_dsl
|
118
109
|
licenses: []
|
110
|
+
metadata: {}
|
119
111
|
post_install_message:
|
120
112
|
rdoc_options: []
|
121
113
|
require_paths:
|
122
114
|
- lib
|
123
115
|
required_ruby_version: !ruby/object:Gem::Requirement
|
124
|
-
none: false
|
125
116
|
requirements:
|
126
117
|
- - ! '>='
|
127
118
|
- !ruby/object:Gem::Version
|
128
119
|
version: '0'
|
129
|
-
segments:
|
130
|
-
- 0
|
131
|
-
hash: -2346617096350053193
|
132
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
|
-
none: false
|
134
121
|
requirements:
|
135
122
|
- - ! '>='
|
136
123
|
- !ruby/object:Gem::Version
|
137
124
|
version: '0'
|
138
125
|
requirements: []
|
139
126
|
rubyforge_project:
|
140
|
-
rubygems_version:
|
127
|
+
rubygems_version: 2.0.1
|
141
128
|
signing_key:
|
142
|
-
specification_version:
|
129
|
+
specification_version: 4
|
143
130
|
summary: Simple way to build Selenium code as DSL.
|
144
131
|
test_files:
|
145
132
|
- spec/access_wikipedia_spec.rb
|