Feature and motivation
WebElement.getDomAttribute and WebElement.getDomProperty have been added in Selenium 4.
It might be good to deprecate WebElement.getAttribute to remove it at a undefined time in the future.
Usage example
This would warn people to move to the 'new' methods when maintaining existing code.
Feature and motivation
WebElement.getDomAttributeandWebElement.getDomPropertyhave been added in Selenium 4.It might be good to deprecate
WebElement.getAttributeto remove it at a undefined time in the future.Usage example
This would warn people to move to the 'new' methods when maintaining existing code.