FirePath Print

  • 5

FirePath is an extension that works with Firebug to show you your relative xpath. It can be very handy when trying to find the exact location of code that you want to work with. FirePath becoms extremely useful with selenium when you want to automate a redundant task but can't find any unique id to select in your automation. 
Selenium Example:
Command - doubleClickAt
Target - xpath=.//*[@id='']jform_enabled_chzn]/a/span

This works better than the regular select command in selenium in bootstrap dropdown selections. 


Was this answer helpful?

« Back