How can I get an object with a specified number? I tried to get the element using the following construct
page('.w-post-data)[1] but I got instanse of the HtmlElement. This class I had gotten when I was trying iterated on page('.w-post-data). How I can solf this problem?
How can I get an object with a specified number? I tried to get the element using the following construct
page('.w-post-data)[1]
but I got instanse of the HtmlElement. This class I had gotten when I was trying iterated on page('.w-post-data). How I can solf this problem?