You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kensoh
Thanks to you Guide book, I try RPA-Python for some simple demo.
I dont know how to opera when I want to get each text from multi items which have same feature.
Such as:
a = r.count('.gl-i-wrap strong i') // a= 30
b = r.read('.gl-i-wrap strong i') // b only get the text from first item
Please show me the correct way to get all text. Tkx
The text was updated successfully, but these errors were encountered:
Hi @kensoh
Thanks to you Guide book, I try RPA-Python for some simple demo.
I dont know how to opera when I want to get each text from multi items which have same feature.
Such as:
a = r.count('.gl-i-wrap strong i') // a= 30
b = r.read('.gl-i-wrap strong i') // b only get the text from first item
Please show me the correct way to get all text. Tkx
The text was updated successfully, but these errors were encountered: