Posts by Gabriel Phelipe • 16 points
2 posts
-
-5
votes2
answers93
viewsA: How to Loop a Java Object
Try this: var listCasas = function () { for (var i = 0; i < obj.length; i++) { console.log(obj[i].cor + ' ' + obj[i].quartos); } } listCasas();
-
1
votes1
answer49
viewsA: How to take a differentiated input value using Beautifulsoup
I believe it is a dynamic site, so only Beautifulsoup could not handle to take some elements. Try to use lib Selenium pip3 install selenium . It can handle dynamic websites