Skip to main content
1 vote
1 answer
82 views

Trying to save a leaflet map to png works fine but when saving as pdf, it saves the file but the legend does not show the colors only text. Can someone let me know what am I missing? Example below and ...
Salvador's user avatar
  • 1,973
0 votes
1 answer
48 views

I have been porting my code to PhantomJs and have been having a hard time with using $.ajax in Jquery. My code runs perfectly when the function call is dropped. I am new-ish to JavaScript other than ...
Matthew Mills's user avatar
2 votes
0 answers
73 views

[update] I think the error message here is actually misleading. It turns out if I try to run the command phantomjs, I get an error: -bash: /usr/bin/phantomjs: cannot execute: required file not found I ...
John Kitchin's user avatar
  • 2,453
0 votes
1 answer
52 views

Use of PhantomJS: no correct/ expected behaviour Website with web elements Sub Logon() Dim obj As New PhantomJSDriver 'PHANTOMdriver obj.Start "PhantomJS", "" With obj ....
Bruno Peene's user avatar
1 vote
1 answer
97 views

I'm trying to load my HTML until my JS code is executed to translate my HTML using PHP. I would then like to retrieve the content of this translated HTML. I've done a lot of research but I can't get ...
Richardson's user avatar
2 votes
0 answers
84 views

Cliver::Dependency::NotFound:Could not find an executable ["phantomjs"] on your path I'm doing scraping/processing for some of my data using capybara. I have following gem installed gem '...
Nitesh Choudhary's user avatar
0 votes
1 answer
120 views

I want to download a file using webdriver package (phantomJS), however whenever I click/enter the object, nothing happens. I intend to click on 'Download dos dados' and then click and download 'Baixar ...
ffsffs's user avatar
  • 27
0 votes
1 answer
168 views

In @types/phantom, there is a WebPage interface, which includes the following function: interface WebPage { // ... property( key: | "content" | "...
stealing_society's user avatar
2 votes
0 answers
164 views

Hello smart people of the internet, I have written an app in R Shiny that uses the package RSelenium (and specifically, its rsDriver function). It works fine on my local machine. However, when I try ...
user1713174's user avatar
0 votes
0 answers
78 views

I am facing issue in generating the charts in my local. I have followed the steps mentioned in the 'https://github.com/highcharts/node-export-server' and used npm install for installing post cloning ...
Suneel Kumar Cheethirala's user avatar
0 votes
0 answers
23 views

const axios = require("axios"); const cheerio = require("cheerio"); const phantom = require('phantom'); const pretty = require('pretty'); const main = async () => { const ...
Fenrisulfr.33's user avatar
0 votes
0 answers
111 views

I need to create a PDF (or SVG first then the PDF if it is not possible) from a json file created by the export_hc function of Highcharter (Highcharts for R). The file exported by the export_hc ...
Fabrice's user avatar
  • 455
0 votes
1 answer
972 views

I'm trying to install PhantomJS using the webshot package, SO I run the following on my machine: webshot::install_phantomjs(force = TRUE) At the end of the installation process I get the following: ...
Amarullazo's user avatar
1 vote
0 answers
201 views

I am trying to render a chart.js chart using phantomjs. However, upon running phantomjs, I get error ReferenceError: Can't find variable: Chart. Opening the HTML file, that I am trying to render, in a ...
Mayuna's user avatar
  • 31
0 votes
1 answer
83 views

With phantomJS one can include a JavaScript library by doing page.inject("thelibrary.js"). Is it possible with the chromote package? I didn't find anything in the doc.
Stéphane Laurent's user avatar

15 30 50 per page
1
2 3 4 5
505