soda 1.3.6 → 1.3.7

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.
@@ -129,6 +129,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
129
129
  <accessor type="boolean">exists</accessor>
130
130
  <accessor type="string">cssprop</accessor>
131
131
  <accessor type="string">cssvalue</accessor>
132
+ <accessor type="string">append</accessor>
132
133
  </soda_attributes>
133
134
  </textfield>
134
135
 
@@ -153,6 +154,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
153
154
  <accessor type="boolean">exists</accessor>
154
155
  <accessor type="string">cssprop</accessor>
155
156
  <accessor type="string">cssvalue</accessor>
157
+ <accessor type="string">append</accessor>
156
158
  </soda_attributes>
157
159
  </textarea>
158
160
 
@@ -765,6 +767,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
765
767
  <accessor type="boolean">exists</accessor>
766
768
  <accessor type="string">cssprop</accessor>
767
769
  <accessor type="string">cssvalue</accessor>
770
+ <accessor type="string">append</accessor>
768
771
  </soda_attributes>
769
772
  </text_field>
770
773
 
@@ -66,6 +66,8 @@ def SodaFireFox.CreateFireFoxBrowser(options = nil)
66
66
  else
67
67
  result['browser'] = Watir::Browser.new()
68
68
  end
69
+
70
+ result['browser'].maximize()
69
71
  rescue Exception => e
70
72
  result['exception'] = e
71
73
  result['browser'] = nil
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.3.6"
3
+ SODA_GEM_VERSION = "1.3.7"
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 6
10
- version: 1.3.6
9
+ - 7
10
+ version: 1.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-12 00:00:00 Z
18
+ date: 2011-04-13 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: firewatir