SeasideSt / Parasol

Testing web apps in Smalltalk using Selenium WebDriver.
MIT License
31 stars 16 forks source link

49 get attribute may return nil using chromedriver #50

Closed jbrichau closed 3 years ago

jbrichau commented 3 years ago

Added the method getProperty: which is to be used to retrieve properties instead of attributes. The change to chromedriver in issue #49 is a breaking change that modifies the semantics of the getAttribute: to be W3C compliant. This means tests need to use getProperty: rather than getAttribute: in many cases.

jbrichau commented 3 years ago

Parasol still fails in Pharo9.