Marco Antonio Faganello
Marco Antonio Faganello
I'm trying to scrap data from a dynamic form page. I'm setting an implicit wait time out that works fine in the first steps of the form. For example, I...
Iḿ trying to access a link with the command: `splash("localhost") %>% render_html("http://www.uol.com.br")` but it returns that output error: Error in render_html(., "http://www.uol.com.br") : Bad Gateway (HTTP 502). What should I...
Hi. How can I revoke the "anyone with link" permission for a file? I would like to restrict access to the file only to the owner. I´ve tried ` drive_share(file...
Hi. I would like to give a suggestion. Itś a little tricky to draw the polygons lines when the object is in the border of the image. The mouse selector...
Eu e um colega estávamos tendo dificuldades com as seguintes funções e fizemos algumas modificações. Seguem abaixo.
Hi. When i try to insert a selected line in Python cmd that contains break lines, like this: class Robo: def __init__(self, x, y): self.x = x self.y = y...