I am attempting to retrieve the value of the title attribute.
There are multiple links on the page and I need to specifically select the first link and extract its title attribute.
Here is the selenium command that I have used:
self.se.get_attribute("css=a[href*='radio?rid=']:nth-of-type(1)@title")
Unfortunately, I encountered an error while executing this command.
If anyone could provide some assistance in identifying the issue, I would greatly appreciate it. Thank you