supervisor_start() error in webshot function in R

Hi, In R code (R Version 3.6.1), I am creating flextable and storing it as image in local drive. I am using PhantomJs and Webshot.
It was working fine, till my system got some updates last week. After that it started giving error:
Error in supervisor_start() :
processx supervisor was not ready after 5 seconds.

In google, I found that due to OS update or Antivirus update, webdriver is getting blocked, so this error is coming.
Is there any alternate way we can take screen shot from html file? Or do we have any other way to create image file from flextable.

Thanks
Rajneesh

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.