I have the next code in python 3.0
key = tuple(map(lambda x:x.text, key))
where the key is type WebElement.
I was trying something like<