You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Did you use binary PhantomJS or did you compile it from source?
binary
Please provide any additional information below.
I find the reason in a web page which url is TypeError: 'undefined' is not a function teampoltergeist/poltergeist#292
jonleighton said:
PhantomJS currently uses an older version of WebKit which does not support Function.prototype.bind. That's your problem. (There are efforts to get a new WebKit version in PhantomJS but it's not done yet.)
The text was updated successfully, but these errors were encountered:
lcalca1
changed the title
TypeError: 'undefined' is not a function. It occures when I try to click a tag "a"
TypeError: 'undefined' is not a function. It occures when I try to click a tag "a".
Sep 30, 2016
ixti
added a commit
to ixti/sidekiq-throttled
that referenced
this issue
Apr 2, 2017
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
Which version of PhantomJS are you using? Tip: run
phantomjs --version
.What steps will reproduce the problem?
document.querySelectorAll("#tvsite>table td[style='white-space:nowrap;'] a")[1].trigger("click");//with jquery
or
document.querySelectorAll("#tvsite>table td[style='white-space:nowrap;'] a")[1].click();
Which operating system are you using?
Did you use binary PhantomJS or did you compile it from source?
binary
Please provide any additional information below.
I find the reason in a web page which url is TypeError: 'undefined' is not a function teampoltergeist/poltergeist#292
jonleighton said:
PhantomJS currently uses an older version of WebKit which does not support Function.prototype.bind. That's your problem. (There are efforts to get a new WebKit version in PhantomJS but it's not done yet.)
The text was updated successfully, but these errors were encountered: