Instead of ``` java context.find().element(By.chained(locator1, locator2)); ``` Allow simply ``` java context.find().element(locator1, locator2); ``` Only thing is I'm not sure that's super obvious (looks like you're looking for two elements maybe in second example)