You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the title, the Selenium WebElement has deprecated its getAttribute() method and recommends to use getDomAttribute/Property() instead. The TestBenchElement variant should also be deprecated and have a respective comment.
Additionally, it needs to override getDomAttribute/Property to not throw an UnsupportedOpException
The text was updated successfully, but these errors were encountered:
As described in the title, the Selenium WebElement has deprecated its
getAttribute()
method and recommends to usegetDomAttribute/Property()
instead. The TestBenchElement variant should also be deprecated and have a respective comment.Additionally, it needs to override
getDomAttribute/Property
to not throw anUnsupportedOpException
The text was updated successfully, but these errors were encountered: