RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

Fix ids generation for commands #6

Closed RLesur closed 6 years ago

RLesur commented 6 years ago

When I run the example in the README:

r_project <- 
  chrome %>% 
  Page.enable() %>%
  Page.navigate(url = "https://www.r-project.org/")

The same id is used for the Page.enable and for the Page.navigate commands.

RLesur commented 6 years ago

Using random numbers now.

cderv commented 6 years ago

fixed in 57af3f288bc117600eb20e4c5d50c08c1c8e73b3