0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed handling of connection exceptions More... almost 7 years ago
Fixed windows being left opened after the driver is stopped More... almost 7 years ago
Added support for switching windows More... almost 7 years ago
Fixed click not waiting for page to finish loading More... almost 7 years ago
Use native functions to emulate real click instead of just triggering element.click(), when the element is visible More... almost 7 years ago
Don't trigger change on checkboxes. The .click() already did. More... almost 7 years ago
Use .click() to trigger checkbox events to support handlers which listen for onclick instead of onchange More... almost 7 years ago
Send focus and blur when setting field values More... almost 7 years ago
Fixed change/keyup events not being caught by jquery handlers More... almost 7 years ago
Added support for fetching multi-dimensional arrays/json objects More... almost 7 years ago
Fixed isVisible relying on naive display:none check More... almost 7 years ago
Fixed drag and drop on smaller items More... almost 7 years ago
Support for null, undefined and json object return types in evaluateScript More... almost 7 years ago
DispatchEvent for clicking didn't work for some elements. Switch to .click() More... almost 7 years ago
Optimized wait function to avoid unnecessary sleeping More... almost 7 years ago
Set page_ready to false when navigating More... almost 7 years ago
Reduced duplication of ->send('Runtime.evaluate') More... almost 7 years ago
Fetch the URL from network events instead of requesting via javascript More... almost 7 years ago
Fixed getText() including hidden content More... almost 7 years ago
Implemented behat extension for registering the mink driver More... almost 7 years ago
Removed unused imports More... about 7 years ago
Removed hardcoded base_url More... about 7 years ago
Implemented drag and drop More... about 7 years ago
Implemented isSelected More... about 7 years ago
Implemented isVisible More... about 7 years ago
Implemented form submit More... about 7 years ago
Implemented window resizing More... about 7 years ago
Cleaned up logic for finding elements based on xpath and running javascript against them More... about 7 years ago
Removed @throws UnsupportedDriverActionException from supported methods More... about 7 years ago
Fixed 'invalid arguments' when element coordinates were floats More... about 7 years ago