Skip to content

General

37 results found

  1. global error hendlers

    add an opportunity to intercept errors

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. add keyboard+mouse automation api

    let clicking on buttons or typing in textboxes

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. add proxy server support

    i'd like for all requests to come from my IP. please enable proxy server support

    45 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Option to select CSS @media type

    This appears to be inconsistent across PhantomJS versions, so being able to force 'print' or 'screen' media type would be useful.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Push local variables.

    Angular and React often use JWT stored in local storage for authentification. So my idea is to provide the method to push variables in virtual local storage before rendering.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. execute page automation

    It's able to exec page automation via phantomjs ?
    for example , fill login details and click login then get the login status and save the session . Is it possible ?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. allow rendering of thumbnails, not just full-size screenshots

    allow taking a full-size screenshot (ex 1280x720) but return a thumbnail of that to the user.

    18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. curl examples for API

    It is not easy to read through the Java or C# docs... they look more like lib docs than HTTP docs.

    curl examples would let me use the command line to test stuff, and even if i can't figure out how to use my languages http libs, i could have it use the curl commands that i was able to get working on the command line.

    i was able to use your api without reading too much of the API, but the API just looks alien, and it's not obvious how to translated it to curl or my language.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Please allow to post data in url as url parameters.

    Please allow to post custom user defined data in query string, for example something like this http://example.com/index.php?a1=0&a2=0&a3=1&a4=2&a5=3&a6=4
    where a1,a2 are user defined custom parameters which will used in php page to create chart and then Phantomjscloud api will create image of final chart.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Support POST for targetContent parameter

    /single/browser/v1/<key>?targetContent API call should support POST.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Add CORS headers to your endpoints

    See https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS

    I want to use to call your endpoints directly from javascript on a web page.

    I'm building a canvas based application and I want to be able to draw html onto it without proxying it through my own server.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Enable directly writing phantomjs script instead of just injecting JS to the page

    Currently the inject script function is just injecting the javascript into the webpage. Is it possible I can write my own phantom js script?

    I want to do some page migration and in the process some login is needed. It would be great if I can inject casperjs script into the current phantomjs. I also need to do some checking before knowing which page to take the screenshot. Inject into the webpage is not enough for this. I need higher level control.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. we are having troubles with font support. all fonts are rendered as verdana. is there a reason for that? something wrong that we are doing?

    hey, we are having troubles with font support. all fonts are rendered as verdana. is there a reason for that? something wrong that we are doing?

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Fix poor accuracy in getting calculated image dimensions

    I have an image that has a smaller calculated width/height when I view it in the browser. However, phantomJsCloud is not picking up on this true calculated height. I set the viewport width to something small. I am injecting a script that is trying to use various methods of getting these calculated dimensions but they are all just passing back the native dimensions. I am trying to use these but they are all giving the wrong result:
    $(img).width()
    img.offsetWidth
    img.clientWidth
    window.getComputedStyle(img, null).getPropertyValue("width")

    Even when I change the viewport width that I pass in, the image dimensions don't change (but they…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Specify phantomJS version in request

    I'm running into some JS issues with the older phantomJS version, which should have been fixed in version 2.0. Version 2 is still unstable, but I would like to try it instead of the latest stable version (1.9.8). It would be great if one could specify whether to use stable or latest version in the API request.

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. I would like to use your service, but it doesn't support web fonts!

    Phantom 2.0 is still not released, but I really need it! It supports google fonts and evrth seems to be ok...

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. https api support?

    I want to use your service, but my site runs over https too, and your api call breaks my security.
    Do you have, or are you planning to support your api calls over https too?

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base