Open AndreMikulec opened 6 years ago
I am having the exact same issue. Has a solution already been found?
Ok, did some more investigation. Apparently you need to provide a list with at least one element for the args argument of phantomExecute. So, for example:
result <- remDr$phantomExecute("var page = this;", list(""))
I think this is a bug that needs to be fixed.
Whenever, I try to run the simplest javascript through
I always get the same error
From the beginning of the example of ( near the bottom of the HTML page )