tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

Add GetProperty function #249

Closed fodpeter closed 3 years ago

fodpeter commented 3 years ago

The GetProperty method is needed for Chrome 91, because the behavior of GetAttribute has changed.

Issue: https://github.com/tebeka/selenium/issues/248

This pull request also fixes the formatting in selenium_test.go

fodpeter commented 3 years ago

Thanks for the review. Please take another look.