Commit Graph

191 Commits

Author SHA1 Message Date
Konstantin Kudryashov
07014c6c81 Merge pull request #69 from ICANS/master
Better access to mink configuration parameters
2013-03-12 02:30:49 -07:00
Sebastian
ffaa38a784 * updated traits based on the changes to mink context parameter settings 2013-03-11 17:06:28 +00:00
Konstantin Kudryashov
cf2212350d Merge pull request #71 from Shashikant86/master
Added 'selenium-version' capability to support different versions of selenium server
2013-03-09 04:33:00 -08:00
Konstantin Kudryashov
5cc3976f28 Merge pull request #70 from jeremyFreeAgent/feature/printCurrentUrl
Added 'Then print current URL'
2013-03-09 04:32:33 -08:00
Konstantin Kudryashov
523f2e7034 Merge pull request #57 from kssundar/master
Few more possible regular expressions to check checkbox is checked
2013-03-09 04:32:12 -08:00
Konstantin Kudryashov
bee3cca810 Merge pull request #56 from classmarkets/master
Support PyStringNode for fillField
2013-03-09 04:31:16 -08:00
Konstantin Kudryashov
00d3cbfb60 Merge pull request #68 from sanpii/assert-homepage
Assert homepage
2013-03-09 04:30:42 -08:00
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
Jérémy Romey
52a23ed1f2 Added 'Then print current URL' 2013-03-07 12:08:49 +01:00
Peter Schultz
583c7e8d0a Merge branch 'master' of git://github.com/Behat/MinkExtension 2013-03-04 18:48:25 +01:00
Sebastian
22c41bff9e * added method to get all parameters from the mink configuration
* added method for setting a single parameter (this is useful for
  instance if you want to change the base_url context specific)
2013-03-03 19:15:29 +00:00
Sanpi
cd499a71b5 Add homepage assertion 2013-02-18 13:59:08 +01:00
James Bodkin
27ffbde33d Add firefox profile configuration to selenium2 driver 2013-01-15 17:28:37 +00:00
Adrien Brault
169f970fff Fix RawMinkContext::saveScreenshot not working 2013-01-03 18:33:16 +01:00
Adrien Brault
e368950d82 Fix RawMinkContext::getSession return type 2013-01-03 16:39:08 +01:00
Konstantin Kudryashov
f98a3092ac Do not show page if exception's not from Mink 2012-12-19 11:37:38 +01:00
kssundar
b6df191933 by kssundar: Updated regular expression to remove 2 verbs and updated trait to be in sync with minkcontext. 2012-12-13 16:42:54 +05:30
Konstantin Kudryashov
1b68c7343f Always disable Guzzle redirects 2012-12-12 09:34:22 +01:00
ksbalajisundar
de37a1a1de by kssundar: Added few more possible regular expression to check whether a checkbox is checked. 2012-12-11 12:52:50 +05:30
Peter Schultz
bec083feb2 Support PyStringNode for fillField in Dictionary 2012-12-06 00:16:37 +01:00
Peter Schultz
06908e9e6d Support PyStringNode for fillField 2012-12-06 00:08:15 +01:00
Christophe Coevoet
064cb78ff1 Merge pull request #55 from Goutte/steps_sugar
Updating translation files for PR #54
2012-12-04 16:48:24 -08:00
Goutte
e587c3271e Updating translation files 2012-12-04 20:06:02 +01:00
Konstantin Kudryashov
998b6258a6 Merge pull request #46 from Shashikant86/master
Additional desired_capabilities for Selenium2
2012-12-04 08:27:05 -08:00
Goutte
be2a10eda8 Added optional 'the' to iAmOnHomepage step 2012-12-04 17:20:34 +01:00
Konstantin Kudryashov
0f92203531 Move generic functions to RawMinkContext [2/2] 2012-10-24 17:59:32 +03:00
Konstantin Kudryashov
7968dbc286 Move generic functions to RawMinkContext [1/2] 2012-10-24 17:57:39 +03: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