FakeFiller / fake-filler-extension

A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
https://fakefiller.com
MIT License
571 stars 162 forks source link

XPath and CSS targeting #195

Open tuhin-ccm opened 1 year ago

tuhin-ccm commented 1 year ago

Hello Shabbir, Thank you for making this amazing tool. It is a life saver.

I had a quick question about targeting elements using XPATH or CSS selectors. The page I am working with now has elements which do not have any unique element names/Id, which can be used to be targeted. The only way where I can uniquely identify the elements is by using any of the common selectors available, So, I was wondering if you have any plans to extend the targeting, or is it possible today to target an element based on its xpath?

Thank you.