69707172737475
return ans; } protected By buildByFromDefault() { return new ByIdOrName(field.getName()); }
6970717273747576777879
case ID: return By.id(using); case ID_OR_NAME: return new ByIdOrName(using); case LINK_TEXT: return By.linkText(using); case NAME:
179180181182183184185186187188189
215216217218219220221222223224225
183184185186187188189190191192193
225226227228229230231232233234235
949596979899100101102103104
case ID: return org.openqa.selenium.By.id(using); case ID_OR_NAME: return new ByIdOrName(using); case LINK_TEXT: return org.openqa.selenium.By.linkText(using); case NAME: