In this question both answers used setAttribute()
as WebElement
functionality. However, I couldn't find this method in the Java, C# nor Python documentation, only getAttribute()
. Trying to call this method from WebElement
object in C# (Visual Studio) and Java (Eclipse) with the latest Selenium
version produced the same results.
So my question is, does this method really exist?