Thanks for the video. I'm having problems at minute 9:27 of this video. When I go to select the title, it won't let me select just the title. It selects the whole little box for the company selected including phone number, rating, address, website link, and directions link. Any ideas on how to fix this?
@oumaimabenkhalifa99463 жыл бұрын
same problem
@djberniboyberni55883 жыл бұрын
same here
@rakhijain95163 жыл бұрын
Yes, Earlier It was picking up the specific text but seems like now It selects the entire box. However, you can open every item and then scrape the data (address etc), then again go back and do the same for rest of the items. you can watch this video for reference( kzbin.info/www/bejne/jX-ZdZ-Cnqh2gcU)
@anat9003 жыл бұрын
Great video! I got stuck @ "no results found" as I don't get that screen the chevron is simply not highlighted anymore and it continues to re-loop through the last page. Is there another way to stop the loop when it gets to the last page?
@fifimimi68344 жыл бұрын
Love ur work! Dont stop! Ur on the right path!
@divyam271Ай бұрын
It's showing object reference not set to an object instance in Add data row Please help me
@gobindadas29993 жыл бұрын
Hi Leon, currently both Get Text & "No Results Found" option is not working for Google. I can't select company name & contact etc, entire element is getting selected, also at the last page next arrow is getting disabled but no results found is not coming. Is there any better option to do this based on current google search page?
@preetbenipal10343 жыл бұрын
u got one more subscriber ..loved ur work ..thank you ...
@LeonPetrou3 жыл бұрын
appreciate that! Thank you :)
@abdulwahidmomodu96922 жыл бұрын
Hi Leon, I’m a student from the Udemy class. I’m unable to select the text using the get text activity
@deekshithullal984210 ай бұрын
Me also🥲
@shahanweerakoon35992 жыл бұрын
I wanna scrape website links from google map, can you tell me how I do it?
@i3oomiizz3 жыл бұрын
Thank you Leon, I'm your student in Udemy Course and I try to create this assignment but I can't using GetText to get the company name and telephone no.
@parul99344 жыл бұрын
Thanks Leon. Awesome video. Learned lot from your course. Thanks you so much for making great course
@nasirsaleem4223 жыл бұрын
Amazing work but I have a problem selecting the name and number can you help me?
@unathimatu4 жыл бұрын
THIS IS AWESOME great work, I just started out with UiPath and RPA in general I was wonderinghow you would comple this exact same task in the open source RPA python library or Automagica. I appreaciate your work.
@LeonPetrou4 жыл бұрын
Thank you! Glad you like it :) If you're just getting started out learning UiPath RPA, I recommend you check out my Udemy course. Here is a link: www.udemy.com/course/complete-uipath-rpa-developer-course/?couponCode=LOWESTPRICE
@unathimatu4 жыл бұрын
@@LeonPetrou hahahah already started the course.
@LeonPetrou4 жыл бұрын
@@unathimatu Haha! Nice. Hope you enjoy it!
@mrakoo7oo3 жыл бұрын
how can we also take website url?
@tahirarpack64644 жыл бұрын
That is Great Job.. Well Done! I could'nt see url in UI Explorer, there is a title instead of url.. So I coundt change the rest of url to * . Please Help me :D
@LeonPetrou4 жыл бұрын
It should still work with the title.
@Chezky7703 ай бұрын
This tutorial doesn't work anymore, as Google maps has switched to endless scrolling instead of pagination.
@suk1n520Ай бұрын
any solutions to that?
@Chezky770Ай бұрын
@suk1n520 Yes it's complicated but possible, Leon said he would try to work on an updated tutorial at some point. 🤷♂️
@rudratrivedi4575Ай бұрын
@@Chezky770 when?
@Chezky770Ай бұрын
@@rudratrivedi4575 You would need to ask Leon..
@heathengaming84614 жыл бұрын
Hi, I am actually doing a project like this but I want to get also the addresses. How can I send a click to the "companyname" ? A popup will appear beside it containing the relevant details and that's where I want to scrape the datas
@leonpetrou3194 жыл бұрын
Hello :) I have a video where we build a custom data extractor which clicks into each listing. Here is the video on that: kzbin.info/www/bejne/jX-ZdZ-Cnqh2gcU You can apply the same logic to Google Maps and then use a Get Text to scrape the address.
@heathengaming84614 жыл бұрын
@@leonpetrou319 thanks ;)
@heathengaming84614 жыл бұрын
Hi. Its me again. When i reached the last page, it doesnt show the "no results found" so i cant use the element exist activity. What happens when i reach the last page, the next chevron is already unclickable/disable. Do you have suggestion on what activity i should use to detect if the next button is disable?
@LeonPetrou4 жыл бұрын
@@heathengaming8461 Let the bot run with Simulate Type set to true, then it will click the next button in the background and the "No results found" message will show.