Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Thanks for using `crrri` ! I observed that when you type your ID in the search bar, it creates a new url of the form https://orcid.org/orcid-search/search?searchQuery=0000-0001-6300-9350 That means you can...

I don't know how to do that. It requires some searching. It seems you can to that with puppeteer but I don't know how they do that. @RLesur is there...

So it seems you can do that in JS. With puppeteer, it seems very easy ! * `page.type` => https://devdocs.io/puppeteer/index#pagetypeselector-text-options * `page.submit` => https://devdocs.io/puppeteer/index#pageclickselector-options * snippet: https://www.codota.com/code/javascript/functions/puppeteer/Page/type Not easy to...

The content of this folder should be clean when chrome is closed. 🤔 But I can see some case where it may not be... on chrome crash for example. Seems...

Just to be sure... In your example, you did not use a callback so `client` is a promise. `Page `client `chrome` object 2. Connect to a tab -> `client` object...

Let's note also that the chrome process is supervised and there is a finalizer, so it should be closed when the object is garbage collected. ```r library(crrri) chrome

I never tried with RSelenium. However, it seems with my current test script that the user data dir is not accessible in headless mode. 🤔 You could try in non-headless...

> However, it seems with my current test script that the user data dir is not accessible in headless mode. I can confirm that I don't get the same behavior...

I don't succeed to persist cookie between headful where I create it and headless when I try to access it. Using the same data dir, it works fine when creating...

Just a note about extensions: it can't be used in headless mode ! See https://github.com/puppeteer/puppeteer/blob/master/docs/api.md#working-with-chrome-extensions