issues
search
britka
/
playwrightium
Run Selenium or Selenide tests with Playwright Java
Apache License 2.0
55
stars
4
forks
source link
Fix get tagname and attribute
#103
Open
BorisOsipov
opened
1 week ago
BorisOsipov
commented
1 week ago
Fix various issues when retrieving element attributes:
get data-test-id attr fails because dot access to the field
NPE thrown if attr value is null
Fix various issues when retrieving element attributes: