Commit Graph

334 Commits

Author SHA1 Message Date
Sanpi
cd499a71b5 Add homepage assertion 2013-02-18 13:59:08 +01:00
Konstantin Kudryashov
4fcc72c3b6 Do not support 2.0 2013-02-06 10:25:54 +01:00
Konstantin Kudryashov
adfa91e807 Update .travis.yml 2013-02-06 10:12:01 +01:00
Konstantin Kudryashov
7d2698903a Merge pull request #66 from sizuhiko/fix_preg_match_condition_with_utf8
add option for using utf8 to preg match strings
2013-02-06 00:57:42 -08:00
sizuhiko
61696847f4 add option using utf8 to preg match strings 2013-02-06 15:20:43 +09:00
Konstantin Kudryashov
de6bd8dba0 Update composer.json 2013-01-27 16:32:41 +01:00
James Bodkin
27ffbde33d Add firefox profile configuration to selenium2 driver 2013-01-15 17:28:37 +00:00
Christophe Coevoet
63ca078ecd Merge pull request #64 from arendjantetteroo/nl-translations
Added new translations for dutch language (nl)
2013-01-11 08:42:03 -08:00
Arend-Jan Tetteroo
340793c2ff Added new translations for dutch language (nl) 2013-01-11 16:54:37 +01:00
Konstantin Kudryashov
0888c4b2d2 Merge pull request #63 from gimler/german_translations
German translations
2013-01-10 11:57:56 -08:00
Gordon Franke
69c36a4bf6 add german then translation 2013-01-10 20:45:06 +01:00
Gordon Franke
0ea5623869 add missing and reorder trasnaltion strings for german language 2013-01-10 18:13:27 +01:00
Christophe Coevoet
624e66b121 Merge pull request #62 from adrienbrault/patch-2
Fix RawMinkContext::saveScreenshot not working
2013-01-03 09:37:30 -08:00
Adrien Brault
169f970fff Fix RawMinkContext::saveScreenshot not working 2013-01-03 18:33:16 +01:00
Konstantin Kudryashov
8ea6b22cab Merge pull request #61 from adrienbrault/patch-1
Fix RawMinkContext::getSession return type
2013-01-03 07:39:44 -08:00
Adrien Brault
e368950d82 Fix RawMinkContext::getSession return type 2013-01-03 16:39:08 +01:00
Mikael RANDY
82045aa228 Add tips for SSL auto-signed certificates and guzzle check
Add tips for SSL auto-signed certificates and guzzle check
2013-01-03 14:49:45 +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
Konstantin Kudryashov
d513d4ea53 Merge pull request #54 from Goutte/steps_sugar
Added optional 'the' to iAmOnHomepage step
2012-12-04 08:26:49 -08:00
Goutte
be2a10eda8 Added optional 'the' to iAmOnHomepage step 2012-12-04 17:20:34 +01:00
Christophe Coevoet
880fc457e0 Merge pull request #51 from stfalcon/patch-2
Update i18n/ru.xliff
2012-11-20 16:22:28 -08:00
Stepan Tanasiychuk
5c9e9c8e5e Update i18n/ru.xliff 2012-11-20 15:46:06 +02:00
Christophe Coevoet
71fed8e03d Merge pull request #50 from stfalcon/patch-1
Update i18n/ru.xliff
2012-11-09 12:47:22 -08:00
Stepan Tanasiychuk
1c58e5bada Update i18n/ru.xliff 2012-11-09 21:14:55 +02:00
Konstantin Kudryashov
94e3eac4e6 Merge pull request #49 from misiak/Slovak_language
Added Slovak (sk) language
2012-11-05 10:40:56 -08:00
Michal Kvasničák
0ce323398a slovak language 2012-11-02 12:43:12 +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
Konstantin Kudryashov
da3116c036 Merge pull request #45 from khepin/element_should_not_contain
Add "element should contain" counter part "should NOT contain"
2012-10-15 05:15:18 -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
Christophe Coevoet
b191eb1b9f Merge pull request #43 from danielcsgomes/master
Updated pt translation and minor correction on README File
2012-10-04 15:14:51 -07:00
Daniel Gomes
7cab770372 updated the pt translation 2012-10-04 23:06:09 +01:00
Daniel Gomes
fe29a3a96f correction of the word 'integration' 2012-10-04 23:05:51 +01:00
Konstantin Kudryashov
7653c3ca1f Merge pull request #42 from robocoder/proxy-patch
Selenium2 - proxy patch
2012-09-29 04:02:05 -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
Konstantin Kudryashov
37dfaecd23 Merge pull request #39 from swestcott/master
Set default value for WebDriver proxy config
2012-09-20 07:36:59 -07:00