Commit Graph

8 Commits

Author SHA1 Message Date
Thomas Walpole eba8eaba40 change node and driver api to use find_xpath and find_css 2013-02-19 09:03:26 -08:00
Jonas Nicklas 7da8833df2 Fix visiting relative URLs when no server started, closes #861 2012-11-14 14:29:12 +01:00
Jonas Nicklas 72368aa693 Move test sessions out of spec helper 2012-10-30 14:32:47 +01:00
Jonas Nicklas 7e4d3b85f5 Use expect..to instead of the `running` alias 2012-10-30 14:26:19 +01:00
Jo Liss 954fcc69a3 Rename Driver#body to Driver#html
For historical reasons, Session#html used to delegate to Driver#body,
(but Session#body & Session#source delegate to Driver#source). This
commit puts an end to this confusing state of affairs.

This change requires driver authors to update their drivers.
2012-09-10 03:17:15 +02:00
Jonas Nicklas 01cb16e32a Allow protocol relative URLs, closes #776 2012-09-06 10:46:54 +02:00
Jonas Nicklas 2462443f89 Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
Jonas Nicklas 7ef798bbca move driver specs into spec root 2012-07-13 13:16:24 +02:00