是否有各种查找器语法的术语

Is there an term for various finder syntax

是否有此类语法的术语?

page.find(:xpath, '//span[class("blah1 blah2 blah3Button")]')

是否有此类语法的术语?

page.find('span.blah1.blah2.blah3.Button')

仅仅是显式还是隐式?

这些都是方法调用,语法上没有什么特别之处。