Is it possible when type in google search one by one,means type two words on google(ex:-flipcart and amazon with each other how to handle it) can i handle two words one by one in google page by uipath
select type into activity (enable click before typing. in the properties) → type into the type into activity “amazon flipkart”
simple as that
you want it to print one by one
like first amazon
then Flipkart??
yes and i want space with flipkart and amazon,is it possible,because i already use type into activity but how space maintain in this activity
I have excel file and in one column amazon and in second column flipcart then type together in google but maintain a space with flipcart and amazon
okay the do this
row(“yourColumn1Name”).ToString + row(“yourColumn2Name”).ToString give this in type into
you mean this right?
row("yourColumn1Name").ToString + " " + row("yourColumn2Name").ToString
Hi
In TYPE INTO activity kindly try with this expression that will type with space in between and also searching with enter key
inside the loop with open browser and type into activity mention as
row(“yourcolumn1name”).ToString+” “+ row(“yourcolumn2name”).ToString+“[k(enter)]”
While using this enable Sendwindowmessage property and disable Simulate type property
Cheers @himanshur
Thanks for everyone
Sir Can i extract related URL(flip cart amazon) to the first page and paste in Excel sheet,Please give me one example with code if possible.
I want this type url shown in pic and pick only first top ten url…my input in excel(flipcart Amazon)
Already use but not extract url and not paste in excel…please give me suggestion with example
Thanks Blesslin
Can i read the url page by uipath
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.