openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
CasperJS
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 16 hours
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 39 of 75
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
minor adjusting for #376
Nicolas Perriault
More...
over 12 years ago
closes #350 - Add a Casper.waitForSelectorTextChange() method
Nicolas Perriault
More...
over 12 years ago
Merge pull request #376 from lukeasrodgers/bugfix_getFormValues_for_multiple_forms
Nicolas Perriault
More...
over 12 years ago
Merge pull request #388 from p/agent-test
Nicolas Perriault
More...
over 12 years ago
closes #392 - casperjs exec gets --direct & --log-level options
Nicolas Perriault
More...
over 12 years ago
updated doclink
Nicolas Perriault
More...
over 12 years ago
code reformat
Nicolas Perriault
More...
over 12 years ago
simpler casper error handling in tests
Nicolas Perriault
More...
over 12 years ago
There is now one more assertion
Oleg Pudeyev
More...
over 12 years ago
Merge pull request #386 from p/python-open
Nicolas Perriault
More...
over 12 years ago
Check that user-agent header exists before retrieving it
Oleg Pudeyev
More...
over 12 years ago
fixes #383, #369: waiting process not stopped on timeout reached
Nicolas Perriault
More...
over 12 years ago
refs #369 - fixing asserts not performed on wait timeout
Nicolas Perriault
More...
over 12 years ago
better form submission in fill() by using events
Nicolas Perriault
More...
over 12 years ago
Optional 'planned' parameter in Tester.begin()
Nicolas Perriault
More...
over 12 years ago
more detailed default message for Tester.assertElementCount()
Nicolas Perriault
More...
over 12 years ago
Close package.json after using it
Oleg Pudeyev
More...
over 12 years ago
Bugfix: `getFormvalues` choked on >1 form with same field names. If a document had more than one form, and there was overlap in field names across forms, `getFormValues` would not return the correct result. Solution is to pass formSelector to `getFieldValue` so it only attempts to retrieve values for fields in the given form.
Luke Rodgers
More...
over 12 years ago
updated CHANGELOG
Nicolas Perriault
More...
over 12 years ago
updated CHANGELOG
Nicolas Perriault
More...
over 12 years ago
Merge pull request #370 from ThomasR/master
Nicolas Perriault
More...
over 12 years ago
updated CHANGELOG
Nicolas Perriault
More...
over 12 years ago
Merge pull request #375 from lukeasrodgers/bugfix_getFormValues
Nicolas Perriault
More...
over 12 years ago
sync with 1.0
Nicolas Perriault
More...
over 12 years ago
closes #373 - Casper.waitForText() RegExp support
Nicolas Perriault
More...
over 12 years ago
Bugfix: `getFormValues` choked on some radio inputs. clientutils `getMultipleValues` choked on radio inputs where any radio before the last one was chosen, mistakenly resetting the value to `undefined`. Added spec to cover this case.
Luke Rodgers
More...
over 12 years ago
Prevent superfluous processing of already-processed form fields. Since casper already handles fields with the same name (checkbox, radio) in `getFieldValue`, we shouldn't process already-processed form fields again in the main loop of `getFormValues`.
Luke Rodgers
More...
over 12 years ago
Added tests for mergeObjects; Fixed exception when add[p] or origin[p] was falsy
Thomas Rosenau
More...
over 12 years ago
Fixed incorrect merging algorithm; did not deep-clone when merging into empty object
Thomas Rosenau
More...
over 12 years ago
fixed #368 - check that a link still exists after click for processing further
Nicolas Perriault
More...
over 12 years ago
←
1
2
…
35
36
37
38
39
40
41
42
43
…
74
75
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree