⟩ Tell me how could the web element attributes be inspected in order to use them in different locators?
Firebug is a Firefox plugin that provides various development tools for debugging applications. From an automation perspective, Firebug is used specifically for inspecting web-elements in order to use their attributes like id, class, name etc. in different locators.