Skip to content

Commit

Permalink
Update web-scraping-utilizando-selenium.md
Browse files Browse the repository at this point in the history
Add alert-info box at line 146.
  • Loading branch information
anisa-hawes committed Nov 22, 2023
1 parent 69014f8 commit 809dd02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion es/borradores/originales/web-scraping-utilizando-selenium.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ import csv
driver = webdriver.Chrome('/Users/joseh/Downloads/chromedriverfolder/chromedriver')
```

<div class="alert alert-info">
Reiteramos que nuestro ejemplo solamente utilizara Chrome, pero fácilmente puede hacer lo mismo con los demás browsers.
</div>

Ahora añadimos la línea que le ordena al driver a abrir una página especifica en este caso Latipat que usa el URL [https://lp.espacenet.com/?locale=es_LP](https://lp.espacenet.com/?locale=es_LP):

Expand Down

0 comments on commit 809dd02

Please sign in to comment.