Size: a a a

2020 January 28

А

Алексей in Uipath RPA
mby, regular Expression?
источник

O

Oleg in Uipath RPA
123 321
Use split function : split(myString.toString, "=")(1) this will give you all after =
"Any text 1+1=2, another text 2+2=4 and so on"
To use Split() is a good idea, but you need to know the template of string before.
источник

O

Oleg in Uipath RPA
Naveed
I want to extract 460293991 from the string, digits will be dynamic but it will always be after split=
Can someone help me in this.
Thanks
Look at Regexp.
/Split\=(\d+)/g
источник

N

Naveed in Uipath RPA
Thank u guys, i will try that
источник

NK

ID:1022658067 in Uipath RPA
Won’t a get text work ?
источник

O

Oleg in Uipath RPA
ID:1022658067
Won’t a get text work ?
Yeah, it will. But what text do you want to get?
источник

NK

ID:1022658067 in Uipath RPA
Oleg
Yeah, it will. But what text do you want to get?
I was asking with respect to the question that was asked a while back ,regarding the extraction of numbers from the string
источник

O

Oleg in Uipath RPA
I got it, but getText will return the full string. Am I wrong?
источник

N

Nagaprasad in Uipath RPA
источник

N

Nagaprasad in Uipath RPA
I want to click on tabs, how to do this
источник

O

Oleg in Uipath RPA
You can click on any part of screen using click() activity. Use the selector to choose the tab properly.
источник

MR

Mohammed Riyaz in Uipath RPA
We are asking you to share for a good cause any1 who can share pls do reply individually on chat its much appreciated
источник

G

Godfather in Uipath RPA
Mohammed Riyaz
We are asking you to share for a good cause any1 who can share pls do reply individually on chat its much appreciated
Just google it 😄
You will find plenty of good ones.
источник

G

Godfather in Uipath RPA
I have resumes of real people who interviewed in my company but it's ethically wrong to share them here. I can tell you it's pretty generic and standard format.
Professional summary
Previous work experience
Projects
Personal details
источник

MR

Mohammed Riyaz in Uipath RPA
I do know if we go through google uncle will lead with various path options to lead if we need a specific requirement and job designation details it will be an easy approach to move ahead
источник

N

Nagaprasad in Uipath RPA
Oleg
You can click on any part of screen using click() activity. Use the selector to choose the tab properly.
I used click activity, not working
источник

O

Oleg in Uipath RPA
Nagaprasad
I used click activity, not working
First of all turn on the computer. (c)

What do you mean exactly? Share your screenshots and errors.
источник

O

Oleg in Uipath RPA
Maybe you have wrong selectors for these tabs
источник

N

Nagaprasad in Uipath RPA
Nagaprasad
See this screen shot
источник

N

Nagaprasad in Uipath RPA
There is no error, I want click next tab
источник