Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8327c685
...
8327c6853ba5af1877ecb196709df00e6c408911
authored
2013-02-21 23:05:43 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
closes #350 - Add a Casper.waitForSelectorTextChange() method
1 parent
61b83b86
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
CHANGELOG.md
modules/clientutils.js
CHANGELOG.md
View file @
8327c68
...
...
@@ -65,6 +65,7 @@ Last, all the casper test suites have been upgraded to use the new testing featu
### Bugfixes & enhancements
-
closed
[
#392
](
https://github.com/n1k0/casperjs/issues/392
)
-
`--direct`
&
`--log-level`
options available for the
`casperjs`
executable
-
closed
[
#350
](
https://github.com/n1k0/casperjs/issues/350
)
- Add a Casper.waitForSelectorTextChange() method
2013-02-08, v1.0.2
------------------
...
...
modules/clientutils.js
View file @
8327c68
...
...
@@ -459,6 +459,7 @@
* @return Mixed
*/
this
.
getFieldValue
=
function
getFieldValue
(
inputName
,
options
)
{
options
=
options
||
{};
function
getSingleValue
(
input
)
{
var
type
;
try
{
...
...
Please
register
or
sign in
to post a comment