selenium-selenese 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/selenium/client/legacy_driver.rb +4 -1
- metadata +5 -5
|
@@ -134,7 +134,10 @@ module Selenium
|
|
|
134
134
|
module Client
|
|
135
135
|
module GeneratedDriver
|
|
136
136
|
|
|
137
|
-
|
|
137
|
+
#Method by priya
|
|
138
|
+
def to_selenese
|
|
139
|
+
selenese_script
|
|
140
|
+
end
|
|
138
141
|
|
|
139
142
|
# Clicks on a link, button, checkbox or radio button. If the click action
|
|
140
143
|
# causes a new page to load (like a link usually does), call
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: selenium-selenese
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.1.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Technologies
|
|
@@ -16,7 +16,7 @@ bindir: bin
|
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
18
|
date: 2011-02-01 00:00:00 +05:30
|
|
19
|
-
default_executable:
|
|
19
|
+
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
22
|
description: The Selenium Server and Selenium client are merged into single gem. This gem gives you the option to convert the selenium commands into selense script.
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- vendor/selenium-server.jar
|
|
60
60
|
- README.markdown
|
|
61
61
|
has_rdoc: true
|
|
62
|
-
homepage:
|
|
62
|
+
homepage:
|
|
63
63
|
licenses: []
|
|
64
64
|
|
|
65
65
|
post_install_message:
|