resurrectio
resurrectio copied to clipboard
CasperJS test recorder Chrome extension
hello thanks for this code it's helpful i tried to run it and got a login to western-union and save headers on a output text file .but i have a...
A suggestion I may simply achieve myself. Please ping me when you want me to hurry up on doing this ;)
I am facing the following problem: 1) start recording on any web page with a text field. 2) enter "somethinK" in the text field. 3) user backspace to delete character...
recorder.js:380 Uncaught TypeError: element.className.trim is not a function at TestRecorder.ElementInfo.getCleanCSSSelector (recorder.js:380) at new TestRecorder.ElementInfo (recorder.js:304) at new TestRecorder.MouseEvent (recorder.js:456) at TestRecorder.Recorder.clickaction (recorder.js:902) at TestRecorder.Recorder.onclick (recorder.js:1033) (SVG classname is not String...
I had a website with a website: `` So the first space was ignored by the recorder, after manually adding the space I was able to run the script.. `form[name=aspnetForm]...
Hi , I begin a new projet that replay phantomJS script and soon also CasperJS script : https://github.com/jefleponot/ectoplasm Do you think we could together merge our 2 projects ? Best...
Tried it on a site that has a lot of frames (one of those dinosaurs..), and it didn't work. cross-tested it with [w3schools (sorry) frameset](http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_frame_cols) tutorial "try it yourself", and...
It wasn't implemented, so quick work around in casper.js: - uncomment: d[EventTypes.Change] = "change"; - add function: CasperRenderer.prototype.change = function(item) { var tag = item.info.tagName.toLowerCase(); if(tag=='select') { var selector; selector...
- Click resurrectio icon in Chrome - Type a URL, for example a document in docs.google.com - Click Go - Press Return to dismiss the alert - Click stop recording...
I don't know if this is true for all .aspx sites but I found one in which I could not get resurrectio to record any clicks, button/link presses, etc. It...