Posts by felubra • 71 points
4 posts
-
1
votes1
answer81
viewsA: Vuejs: Is it possible to render multi-Components after firing actions within each of them?
You can do this without using the Vue-router, only with the special component Component. This component is a container for another component that is dynamically loaded according to the name defined…
-
3
votes1
answer77
viewsA: Webscraping - Site with choices
A starting point for knowing how any website works are the developer tools available in the browsers. In this case, I used Chrome’s Network (Network) tab to check where the file was being downloaded…
-
0
votes2
answers73
viewsA: How do I get Django to see the folders on my computer?
Take a look at this documentation entry (in English): https://docs.djangoproject.com/pt-br/3.0/howto/static-files/#serving-files-uploaded-by-a-user-During-Development Before using this, you have to…
-
0
votes2
answers668
viewsA: Problems in the automation of sending messages on Whatsapp through the Python Selenium library
Unable to send emojis using Chrome at the moment due to a bug. You must use firefox. Regarding the error on Firefox startup, there are several possibilities: Firefox is not installed on your system,…