Closed
Description
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