-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Phantomjs opens a about:blank page instead of the URL #13738
Comments
Hi, could you find a solution? Same happens to me with phantom 1.9.7. |
Which version of PhantomJS and casperJS solved this issue? I am facing this problem with |
I could not solve it yet. With chromedriver it works perfectly. Basically it is the same issue here: |
The problem was occurring due to casperjs 1.1.2. Although the folder was casperjs 1.1.3, I checked the version by command "casperjs --version", and found that it was originally 1.1.2. Then I made sure that casperjs is really 1.1.3, and the problem disappeared. |
I still get the issue even after upgrading to 1.1.4. |
it happens to me, casperjs 1.1.0-beta5, phantomjs 2.1.1 but now even i delete the test or decrease the maxListener, it keeps giving the error |
Due to our very limited maintenance capacity (see #14541 for more details), we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed. In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution! |
I am creating a new project with phantomjs and selenium. I am able to see the instance of driver is opened but it is showing the title as about:blank. Can anyone tell me what is that i am doing wrong.
have attched the pom.xml and my test java file.
MavenTest.txt
pom.txt
The text was updated successfully, but these errors were encountered: