appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Apache License 2.0
1.19k stars 755 forks source link

chore: Introduce better constructor argument validation for the AppiumFieldDecorator class #2070

Closed mykola-mokhnach closed 8 months ago

mykola-mokhnach commented 8 months ago

Change list

I see cases where users unexpectedly pass null values to AppiumFieldDecorator constructor and then get confused. this change should help to better diagnose such situation

Types of changes