i want to download tools in this web with Rcrawler and Rselenium package but the process is long time
and this is my code
url <- "https://www.knowledgeleader.com/KnowledgeLeader/Content.nsf/klTools.xsp"
Rcrawler(Website = "https://www.knowledgeleader.com/KnowledgeLeader/Content.nsf/klTools.xsp", urlregexfilter ="klTools.xsp" )
i want to simple this code and download all page in tools tab but it's download anything in the website,
can anyone help me how to correctly download for all tools in tab ?
thank for anyone who want to help me