Giter Club home page Giter Club logo

Comments (10)

jonleighton avatar jonleighton commented on August 19, 2024

This will be fixed once PhantomJS 1.5 is out.

from poltergeist.

fringd avatar fringd commented on August 19, 2024

so phantomJS 1.5 is out now... is there some way to get stack traces?

my app currently fails with "undefined is not a function"...

a stack trace would really clarify what idiot thing i have done.

from poltergeist.

jonleighton avatar jonleighton commented on August 19, 2024

I need to do a new release. I've got some partially finished code for the 1.5 upgrade but there's a bug to iron out. I've been a bit slow to get it done due to real life stuff, but will get it out as soon as I can.

from poltergeist.

fringd avatar fringd commented on August 19, 2024

that's totally cool, just eager to try it out, been using webkit capybara, and this sounds like a more elegant solution...

from poltergeist.

gmile avatar gmile commented on August 19, 2024

@jonleighton Now that 0.6 released shouldn't this be closed?

from poltergeist.

jonleighton avatar jonleighton commented on August 19, 2024

Yes, thanks for pointing it out.

from poltergeist.

cj avatar cj commented on August 19, 2024

I'm still getting the issue with poltergeist (0.6.0)

{"error"=>{"name"=>"Poltergeist.BrowserError", "args"=>["TypeError: 'undefined' is not a function", [{"file"=>"/Users/cj/Dropbox/sd/a
cd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compiled/agent.js", "function"=>"", "line"=>
163}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compil
ed/agent.js", "function"=>"", "line"=>68}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/l
ib/capybara/poltergeist/client/compiled/agent.js", "function"=>"", "line"=>11}, {"file"=>"phantomjs://webpage.evaluate()", "function"
=>"", "line"=>2}, {"file"=>"phantomjs://webpage.evaluate()", "function"=>"", "line"=>1}, {"file"=>"phantomjs://webpage.evaluate()", "
function"=>"", "line"=>1}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/polt
ergeist/client/compiled/web_page.js", "function"=>"", "line"=>153}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1
/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compiled/web_page.js", "function"=>"", "line"=>182}, {"file"=>"/Users/cj/Drop
box/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compiled/web_page.js", "function"=>"
", "line"=>28}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/cli
ent/compiled/node.js", "function"=>"", "line"=>17}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeis
t-0.6.0/lib/capybara/poltergeist/client/compiled/browser.js", "function"=>"", "line"=>52}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline
/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compiled/browser.js", "function"=>"", "line"=>41}, {"f
ile"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compiled/browse
r.js", "function"=>"", "line"=>50}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capy
bara/poltergeist/client/compiled/browser.js", "function"=>"", "line"=>92}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/rub
y/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compiled/main.js", "function"=>"", "line"=>24}, {"file"=>"/Users/cj/Dr
opbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist/client/compiled/connection.js", "function
"=>"", "line"=>14}, {"file"=>"/Users/cj/Dropbox/sd/acd/redline/vendor/gems/ruby/1.9.1/gems/poltergeist-0.6.0/lib/capybara/poltergeist
/client/compiled/browser.js", "function"=>"", "line"=>1}]]}}

from poltergeist.

cj avatar cj commented on August 19, 2024

It seems to be when I use capybara's fill_in method..... the click_button before doesn't create that error....

from poltergeist.

jonleighton avatar jonleighton commented on August 19, 2024

@cj please could you open a new ticket with details about your issue?

from poltergeist.

cj avatar cj commented on August 19, 2024

@jonleighton done #57

from poltergeist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.