search for: remoteserveraddr

Displaying 2 results from an estimated 2 matches for "remoteserveraddr".

2015 Jun 05
3
usar Selenium para web scraping
..., 1] : subíndice fuera de los límites Total que me he puesto a trastear con RSelenium, y consigo seleccionar el elemento combobox pero no sé como obtener los valores que muestra ni como seleccionarlos. ¿Alguna idea? library(RSelenium) checkForServer() startServer() remDr <- remoteDriver(remoteServerAddr = "localhost" , port = 4444 , browserName = "firefox" ) remDr$open() remDr$navigate(precios) # buscar por id webElem1 <- remDr$findElement(using = 'id', value = 'cri1')
2015 Jun 05
2
usar Selenium para web scraping
...l que me he puesto a trastear con RSelenium, y consigo seleccionar el > elemento combobox pero no sé como obtener los valores que muestra ni como > seleccionarlos. ¿Alguna idea? > > > > library(RSelenium) > checkForServer() > startServer() > > remDr <- remoteDriver(remoteServerAddr = "localhost" > , port = 4444 > , browserName = "firefox" > ) > > remDr$open() > > > remDr$navigate(precios) > > # buscar por id > webElem1 <- remDr$findElement(using = 'id', va...