Shashikant
|
137ce54666
|
Added Selenium-Version Capabilities
|
2013-03-08 23:42:29 +00:00 |
|
Shashikant
|
3a6a59cbf8
|
Added Selenium-Version Capabilities
|
2013-03-08 23:27:39 +00:00 |
|
Shashikant
|
98f368edd1
|
Added some more desired capabilities to selenium2
|
2012-10-20 16:30:41 +02:00 |
|
Shashikant
|
4fd06934d4
|
Added Desired capabilities for Webdriver
|
2012-10-20 16:26:24 +02:00 |
|
Konstantin Kudryashov
|
0314376612
|
Merge pull request #44 from metaltoad/getScreenshotFeature
Implements saveScreenshot helper method in MinkContext
|
2012-10-16 02:40:16 -07:00 |
|
Sebastien Armand
|
5041313307
|
Mink can now check that an element does not contain the given HTML
|
2012-10-15 19:54:25 +08:00 |
|
Tony Rasmussen
|
be9240abe0
|
getScreenshot is now in Session, not Driver
|
2012-10-07 10:55:25 -07:00 |
|
Tony Rasmussen
|
da2e4ca85f
|
Lowercase boolean
|
2012-10-07 06:47:51 -07:00 |
|
Tony Rasmussen
|
5e854cd042
|
Implements saveScreenshot helper method in MinkContext
|
2012-10-06 20:24:32 -07:00 |
|
Anthon Pang
|
156b6e37bb
|
partial revert 37dfaec to not set default (as it is browser-specific); define the other Proxy JSON options (previously supported implicitly via useAttributeAsKey); use validation rule to fix #37
|
2012-09-28 22:36:16 -04:00 |
|
Simon Westcott
|
0fa25fc9e5
|
ProxyType is a required field when defining a proxy.
This sets a sensible default as per http://code.google.com/p/selenium/wiki/DesiredCapabilities
|
2012-09-20 14:47:57 +01:00 |
|
Pascal Borreli
|
0fa9296b91
|
Fixed typos
|
2012-09-19 22:25:06 +00:00 |
|
Konstantin Kudryashov
|
5ed575335e
|
Merge pull request #21 from michalochman/allow-relative-files-path
Allow relative paths in files_path
|
2012-09-18 03:05:05 -07:00 |
|
everzet
|
0b9c0447bd
|
Reload session before outline examples (closes #22)
|
2012-09-18 12:03:48 +02:00 |
|
Konstantin Kudryashov
|
306010033a
|
Merge pull request #35 from robocoder/selenium2-capabilities-patch
add remaining Selenium2 webdriver capabilities
|
2012-09-18 03:00:50 -07:00 |
|
Anthon Pang
|
246f2200f9
|
chromedriver capabilities support
|
2012-09-14 23:48:26 -04:00 |
|
Anthon Pang
|
b950fb7bfa
|
add remaining Selenium2 webdriver capabilities
(takesScreenshot, handlesAlerts, and cssSelectorsEnabled are read-only)
|
2012-09-14 22:46:01 -04:00 |
|
everzet
|
2a0913a19c
|
fixed default value
|
2012-09-10 21:24:31 +02:00 |
|
everzet
|
63b6c126ce
|
added support for setting show_auto through ENV vars
|
2012-09-10 21:20:33 +02:00 |
|
everzet
|
9e2c34cbd0
|
added support for automatic show on failures
|
2012-09-10 20:20:10 +02:00 |
|
Frédéric Hardy
|
6897c15732
|
Port of sahi is 9999, not 999
|
2012-08-29 17:18:09 +03:00 |
|
everzet
|
cf32eff0ce
|
added guzzle_parameters section to goutte config
|
2012-08-28 11:55:25 +02:00 |
|
Anthon Pang
|
a4284d9cda
|
convert version to string
|
2012-08-23 10:46:05 -04:00 |
|
jubianchi
|
57d6199102
|
Add config via env
|
2012-08-23 11:09:55 +02:00 |
|
Konstantin Kudryashov
|
3e874c2c99
|
Merge pull request #28 from robocoder/firefox-version-patch
bump desired firefox version from 8 to 9 to match behat.xml
|
2012-08-23 01:44:21 -07:00 |
|
Anthon Pang
|
f82c22663c
|
add support for WebDriver proxy in desired capabilities
|
2012-08-22 14:17:48 +00:00 |
|
Anthon Pang
|
b5e891196b
|
bump desired firefox version from 8 to 9 to match behat.xml; also change type from integer to string to fix "java.lang.Long cannot be cast to java.lang.String" error
|
2012-08-22 14:10:49 +00:00 |
|
Michał Ochman
|
814b4a8df0
|
Allow relative paths in files_path
|
2012-08-07 09:47:17 +02:00 |
|
Roger Llopart Pla
|
4de12635e2
|
Fixed a rename which was done only partially in the MinkDictionary trait.
|
2012-07-24 17:34:25 +02:00 |
|
Ryan Weaver
|
cb0e9ed3fa
|
Fixing the SelectorsPass, which referenced the wrong id for the SelectorsHandler, making this compiler never do anything
|
2012-07-20 15:54:34 -05:00 |
|
Konstantin Kudryashov
|
f96606ddb1
|
fixed priorities for initializer event listeners
prepare sessions before hooks, but teardown them after
|
2012-07-05 10:59:06 +03:00 |
|
everzet
|
6c292e7f02
|
added homepage definition shortcut
|
2012-06-19 18:36:45 +02:00 |
|
Michel Salib
|
542c11698e
|
Fixing use of MinkDictionary
|
2012-06-18 17:29:54 +03:00 |
|
Konstantin Kudryashov
|
b62d9ddb3a
|
fixed bug, introduced with previous commit
|
2012-06-18 14:32:57 +03:00 |
|
Konstantin Kudryashov
|
7effa5f2ce
|
pass base_url
|
2012-06-18 14:12:42 +03:00 |
|
e-weimann
|
018e3d6152
|
A Scenario Outline was not configuring default Mink session before each scenario, added beforeOutline eventName to SubscribedEvents.
|
2012-06-11 16:38:39 +03:00 |
|
Romulo De Lazzari
|
98e4dacd7a
|
changed from $text to $pattern
|
2012-06-08 18:26:18 +01:00 |
|
everzet
|
5ff38df4b9
|
added missing last argument (fixes #7)
|
2012-06-05 13:48:51 +02:00 |
|
Konstantin Kudryashov
|
f4b9700355
|
allow optional full path usage even if files_path option set
|
2012-06-03 20:17:20 +03:00 |
|
everzet
|
b90c244dc7
|
Merge branch 'master' of github.com:Behat/MinkExtension
|
2012-06-02 22:10:27 +02:00 |
|
everzet
|
7ead2a0e08
|
Fixed PSR2 style guides compliance
|
2012-06-02 22:10:00 +02:00 |
|
Simon Westcott
|
ef648efca7
|
Corrected driver namespace and constructor parameter ordering
|
2012-06-01 21:24:11 +01:00 |
|
everzet
|
fe2d420ab9
|
moved drivers check after mink_loader requirement
|
2012-05-30 10:45:45 +02:00 |
|
everzet
|
075a938dc1
|
validate that driver is actually installed before activating it
|
2012-05-30 10:40:44 +02:00 |
|
everzet
|
cf9ddc4b93
|
automatically activate session if specific driver installed
|
2012-05-30 01:05:14 +02:00 |
|
Simon Westcott
|
faceec8fb6
|
Explicitly set parameter types to string
|
2012-05-24 10:56:41 +01:00 |
|
everzet
|
72760dbc34
|
fixed selenium2 session definition
|
2012-05-22 22:06:02 +02:00 |
|
everzet
|
4a46111a46
|
added missing configuration blocks
|
2012-05-21 01:47:43 +02:00 |
|
everzet
|
06bcf5e8bc
|
fixed event subscriber
|
2012-05-20 21:38:27 +02:00 |
|
everzet
|
e66dae35cd
|
updated extension for latest Mink beta
|
2012-05-20 21:27:46 +02:00 |
|