-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
listviewer is really cool! I thought this would be great fit for Rselenium because it creates some difficult to navigate lists. I tried it out but get a bunch of warnings (see below) but no listviewer. Any ideas?
library(RSelenium)
pJS <- phantom()
remDr <- remoteDriver(browserName = 'phantomjs')
remDr$open(silent = TRUE)
remDr$navigate("http://vnijs.rady.ucsd.edu:3838/marketing")
webElems <- remDr$findElements("css selector", "label")
jsonedit(webElems)
remDr$close()
pJS$stop()
Warning messages:
1: In FUN(X[[28L]], ...) :
converting an R function to JSON as null. To change this, define a method for toJSON() for a 'function' object.
Metadata
Metadata
Assignees
Labels
No labels