Commit Graph

25 Commits

Author SHA1 Message Date
Jonas Nicklas 9a19b758ca All drivers now support relative searching
There is a bug in Selenium, which causes it to
find only descendant nodes, even when asked for
a global search. Bug filed here:

http://code.google.com/p/selenium/issues/detail?id=403
2010-02-26 18:38:27 +01:00
Jonas Nicklas c23202bb3a Number of tables has changed 2010-02-25 18:01:34 +01:00
Jonas Nicklas 95a63f8d30 Spec boolean attributes 2010-01-30 20:43:56 +01:00
Jonas Nicklas 40d2185753 Removed brittle driver spec 2010-01-11 22:11:02 +01:00
Jonas Nicklas 49cfacba1f Differentiate between source and body
source returns the unmodified page source
body returns the current dom html
2010-01-01 23:58:59 +01:00
Jonas Nicklas 4a69fbd6f5 Moved has_*? back to session from searchable 2010-01-01 18:29:30 +01:00
Jonas Nicklas f26a7f52fe DIE tabs! 2009-12-25 19:09:10 +01:00
Jonas Nicklas 195ca37178 Fix failing specs 2009-12-25 18:50:01 +01:00
Lenny Marks ee49df6561 Pulled out find/have methods into Searchable module to be shared by Session and Node(for relative searching) 2009-12-24 00:41:34 -05:00
Lenny Marks 42c97832ce Node#visible? 2009-12-22 15:13:55 -05:00
Lenny Marks 5c22edb7cd Trashing Driver::Base#response in favor of #response_headers. Not supported by all browsers(e.g. Selenium) 2009-12-18 12:50:55 -05:00
Tom Simnett fe2a3fae58 Spec for current_url 2009-12-17 11:22:47 +00:00
Dennis Rogenius 7867084063 added evaluate_script method to all javascipt drivers for evaluating javascript 2009-12-11 22:41:12 +01:00
Rob Holland b4bce58fd8 Basic drag/drop support in javascript capable drivers. 2009-12-05 18:40:15 +00:00
Jonas Nicklas c389a0c0d3 Added node class and made driver's nodes inherit 2009-11-17 23:52:22 +01:00
Jonas Nicklas and Kevin Fitzpatrick ac7d044243 Changed to use selenium-webdriver and it works! 2009-11-14 10:44:46 +01:00
Jonas Nicklas and Kevin Fitzpatrick c15c17451b Find and fill in textareas 2009-11-10 22:48:31 +01:00
Jonas Nicklas df870eab2a Extract and set field values 2009-11-08 00:28:32 +01:00
Jonas Nicklas 73bc7de10d Stub for SafariWatir (not working 100%) 2009-11-05 23:02:17 +01:00
Jonas Nicklas 7b02830985 Some tests for javascript drivers 2009-11-05 17:35:45 +01:00
Jonas Nicklas cbe0153950 Tag name for nodes 2009-11-05 15:10:18 +01:00
Jonas Nicklas a138207e94 Finding nodes via XPath 2009-11-05 00:34:11 +01:00
Jonas Nicklas c4ee7eaa69 Test with some simple html for #body 2009-11-04 23:32:35 +01:00
Jonas Nicklas and Kevin Fitzpatrick 176a851c9c Renamed get to visit 2009-11-04 23:10:23 +01:00
Jonas Nicklas and Kevin Fitzpatrick 8435d19a3a Initial checkin 2009-11-04 23:00:15 +01:00