Posts by Phill • 402 points
12 posts
-
0
votes0
answers329
viewsQ: Modulenotfounderror: No module named 'requests_html'
I’m trying to use the module requests-html however in Mac OS 10.14, it presents this error both when trying to install with Pip and with easy_install it presents the error saying that this module…
-
2
votes1
answer7779
viewsQ: Is there any Whatsapp API "Official"
I wonder if there is any official Whatsapp API or not. I know there are companies specialized in firing messages via Whatsapp, I would like to know how they do, because I’ve researched other threads…
-
-1
votes1
answer297
viewsA: (Android studio) How to get a user id from their email in Realtime Database (Firebase)
In this case Thiago, Voce can use firebase Authentication with some platform like facebook and google not to need password, or can include the password key in your db. To make a "search" in your db…
-
1
votes1
answer3380
viewsA: Wait page for python Selenium
you can use Webdriverwait together with EC.presence_of_element_located() it will wait a set time or until the element is visible, but depending on the case you will still have to put the system to…
-
0
votes1
answer158
views -
0
votes2
answers136
viewsA: Prevent DIV from changing a defined size
you can try using max-width to limit the maximum size of the div so you don’t want to exceed the limit of her Parent and deface the page. To reduce the name Voce can use word-break: break-all, which…
-
0
votes1
answer27
viewsA: Versions of Android
ola Lucas Daniel Fischer, depends on the Feature you want to use, usually the latest versions of android are backwards compatible in core but not the designs and etc. In Google Developers you can…
-
1
votes1
answer84
viewsA: Doubt Python libraries
In this case, Voce Online Spreadsheet can user Selenium Web Driver or even the Selenium IDE for Google Chrome Mozilla that runs directly in the Browser. Dollar quotation, Voce can fetch one…
-
0
votes1
answer98
viewsA: Data validation
You have a few options, you can use Macros to create a coherent and efficient database, but it will take time to develop and test, but it is the best and best maintenance when the Database is…
-
4
votes1
answer174
viewsA: How to Simulate Zoom Tweezers (Pinch zoom) in Chrome Dev Tools?
Yes, just put Chrome in dev mode with the key F12 (you should already know this), then activates Device Toolbar mode, which will leave the screen responsive or Crtl + Shift + M, click and hold the…
-
3
votes2
answers298
viewsA: Does the IP influence the ranking of the site?
The Shared Server does make your ranking worse, for experiences as you yourself have observed as well as already happened with Devs. No one knows exactly what the Pagerank rules are, but some issues…
-
4
votes1
answer799
viewsA: C / How to exchange for a while?
The difference between the for and the while, is that the for allows you to assign and declare variables only within that scope, so the for will perform both the condition check and the "indicator"…