Size: a a a

2021 February 09

P

Philipe in Uipath RPA
David Mercado
Is that a web page ?
yes :)
источник

DM

David Mercado in Uipath RPA
Can you press f12 and inspect that html element?
источник

DM

David Mercado in Uipath RPA
With chrome
источник

P

Philipe in Uipath RPA
David Mercado
Can you press f12 and inspect that html element?
Sure!
источник

DM

David Mercado in Uipath RPA
Maybe you can get that elements by class name in JavaScript and get the innerHTML each one of them
источник

DM

David Mercado in Uipath RPA
Try to create a css selector to get there
источник

P

Philipe in Uipath RPA
David Mercado
Maybe you can get that elements by class name in JavaScript and get the innerHTML each one of them
yeah, but I actually need to scrap only the first line together
источник

DM

David Mercado in Uipath RPA
Using inject js activity
источник

P

Philipe in Uipath RPA
like this
источник

P

Philipe in Uipath RPA
only the first line of each element
источник

P

Philipe in Uipath RPA
do you think this is possible?
источник

DM

David Mercado in Uipath RPA
I don’t think so because the character that are in the first line are only determine by the letters size
источник

P

Philipe in Uipath RPA
David Mercado
I don’t think so because the character that are in the first line are only determine by the letters size
right. Unfortunately
источник

DM

David Mercado in Uipath RPA
You can estimate the amount of characters that you should extract from each inner html but it would change if the user change the size of the website
источник

P

Philipe in Uipath RPA
David Mercado
You can estimate the amount of characters that you should extract from each inner html but it would change if the user change the size of the website
Nice one. How do I estimate the amount of characters?
источник

P

Philipe in Uipath RPA
:)
источник

P

Philipe in Uipath RPA
You are going to save me, dude hehehe
источник

DM

David Mercado in Uipath RPA
Can you again show me the html element but this time try to collapse it all
источник

DM

David Mercado in Uipath RPA
Until you get to the inner text
источник

DM

David Mercado in Uipath RPA
Sorry expand
источник