Is that possible casperjs get content from ionic framework?Grab the resource contents in CasperJS or PhantomJSCasperJS scrolling contentHow to get currently executed file directory in CasperJSHow can I click this button in CasperJS?Submitting Table Content with CasperJSRetrieve selector content in CasperJSPHPUnit, Selenium, and Firefox work, but when I try it with PhantomJS, nothing happensCasperjs web service multithreadCasperjs Not returning Google Search link titles BUT Screenshot & Source Code test workscasperjs catch dynamic content after dynamic click

Is there enough fresh water in the world to eradicate the drinking water crisis?

How can I raise concerns with a new DM about XP splitting?

Do all polymers contain either carbon or silicon?

Simple recursive Sudoku solver

Can the harmonic series explain the origin of the major scale?

Calculating the number of days between 2 dates in Excel

Does "Dominei" mean something?

Are Warlocks Arcane or Divine?

Greatest common substring

Can somebody explain Brexit in a few child-proof sentences?

Giant Toughroad SLR 2 for 200 miles in two days, will it make it?

How to check participants in at events?

Proof of Lemma: Every integer can be written as a product of primes

What do you call the infoboxes with text and sometimes images on the side of a page we find in textbooks?

Adding empty element to declared container without declaring type of element

Latex for-and in equation

Did US corporations pay demonstrators in the German demonstrations against article 13?

Freedom of speech and where it applies

Why are on-board computers allowed to change controls without notifying the pilots?

Is a naturally all "male" species possible?

How do I repair my stair bannister?

Is there a good way to store credentials outside of a password manager?

Resetting two CD4017 counters simultaneously, only one resets

Is there an wasy way to program in Tikz something like the one in the image?



Is that possible casperjs get content from ionic framework?


Grab the resource contents in CasperJS or PhantomJSCasperJS scrolling contentHow to get currently executed file directory in CasperJSHow can I click this button in CasperJS?Submitting Table Content with CasperJSRetrieve selector content in CasperJSPHPUnit, Selenium, and Firefox work, but when I try it with PhantomJS, nothing happensCasperjs web service multithreadCasperjs Not returning Google Search link titles BUT Screenshot & Source Code test workscasperjs catch dynamic content after dynamic click













0















I'm confuse why i can't get the content from ionic framework such as https://www.airasia.com/booking/select/id/id/JOG/DPS/2019-03-14/2019-03-17/1/0/0/R/N/IDR/SC



i run it with casperjs with code like this :






var casper = require('casper').create(
verbose: true,
logLevel: 'debug',
pageSettings:
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0',
loadImages: true,
loadPlugins: true

);


var url = "https://www.airasia.com/booking/select/id/id/SOC/DPS/2019-05-14/2019-05-17/1/0/0/R/N/IDR/SC";

casper.start(url, function()

casper.wait(20000,function()
casper.capture('result.png');
casper.exit();
);
);

casper.run(function()

);





but the result.png show only loading icon, not the price what i need. Like this :
onlyload_capture



The normal result should like this :
normal_capture



Can you help or suggest what should i do ? Thank you.










share|improve this question


























    0















    I'm confuse why i can't get the content from ionic framework such as https://www.airasia.com/booking/select/id/id/JOG/DPS/2019-03-14/2019-03-17/1/0/0/R/N/IDR/SC



    i run it with casperjs with code like this :






    var casper = require('casper').create(
    verbose: true,
    logLevel: 'debug',
    pageSettings:
    userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0',
    loadImages: true,
    loadPlugins: true

    );


    var url = "https://www.airasia.com/booking/select/id/id/SOC/DPS/2019-05-14/2019-05-17/1/0/0/R/N/IDR/SC";

    casper.start(url, function()

    casper.wait(20000,function()
    casper.capture('result.png');
    casper.exit();
    );
    );

    casper.run(function()

    );





    but the result.png show only loading icon, not the price what i need. Like this :
    onlyload_capture



    The normal result should like this :
    normal_capture



    Can you help or suggest what should i do ? Thank you.










    share|improve this question
























      0












      0








      0








      I'm confuse why i can't get the content from ionic framework such as https://www.airasia.com/booking/select/id/id/JOG/DPS/2019-03-14/2019-03-17/1/0/0/R/N/IDR/SC



      i run it with casperjs with code like this :






      var casper = require('casper').create(
      verbose: true,
      logLevel: 'debug',
      pageSettings:
      userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0',
      loadImages: true,
      loadPlugins: true

      );


      var url = "https://www.airasia.com/booking/select/id/id/SOC/DPS/2019-05-14/2019-05-17/1/0/0/R/N/IDR/SC";

      casper.start(url, function()

      casper.wait(20000,function()
      casper.capture('result.png');
      casper.exit();
      );
      );

      casper.run(function()

      );





      but the result.png show only loading icon, not the price what i need. Like this :
      onlyload_capture



      The normal result should like this :
      normal_capture



      Can you help or suggest what should i do ? Thank you.










      share|improve this question














      I'm confuse why i can't get the content from ionic framework such as https://www.airasia.com/booking/select/id/id/JOG/DPS/2019-03-14/2019-03-17/1/0/0/R/N/IDR/SC



      i run it with casperjs with code like this :






      var casper = require('casper').create(
      verbose: true,
      logLevel: 'debug',
      pageSettings:
      userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0',
      loadImages: true,
      loadPlugins: true

      );


      var url = "https://www.airasia.com/booking/select/id/id/SOC/DPS/2019-05-14/2019-05-17/1/0/0/R/N/IDR/SC";

      casper.start(url, function()

      casper.wait(20000,function()
      casper.capture('result.png');
      casper.exit();
      );
      );

      casper.run(function()

      );





      but the result.png show only loading icon, not the price what i need. Like this :
      onlyload_capture



      The normal result should like this :
      normal_capture



      Can you help or suggest what should i do ? Thank you.






      var casper = require('casper').create(
      verbose: true,
      logLevel: 'debug',
      pageSettings:
      userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0',
      loadImages: true,
      loadPlugins: true

      );


      var url = "https://www.airasia.com/booking/select/id/id/SOC/DPS/2019-05-14/2019-05-17/1/0/0/R/N/IDR/SC";

      casper.start(url, function()

      casper.wait(20000,function()
      casper.capture('result.png');
      casper.exit();
      );
      );

      casper.run(function()

      );





      var casper = require('casper').create(
      verbose: true,
      logLevel: 'debug',
      pageSettings:
      userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0',
      loadImages: true,
      loadPlugins: true

      );


      var url = "https://www.airasia.com/booking/select/id/id/SOC/DPS/2019-05-14/2019-05-17/1/0/0/R/N/IDR/SC";

      casper.start(url, function()

      casper.wait(20000,function()
      casper.capture('result.png');
      casper.exit();
      );
      );

      casper.run(function()

      );






      phantomjs casperjs






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 10:19









      CharlesCharles

      12




      12






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55041321%2fis-that-possible-casperjs-get-content-from-ionic-framework%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55041321%2fis-that-possible-casperjs-get-content-from-ionic-framework%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          1928 у кіно

          Захаров Федір Захарович

          Ель Греко