Hi there!
My website contains numerous forms, and I’m trying to locate a specific one that lacks an ID or a form name. Is there a method to scrape the elements across the entire website to pinpoint their exact locations?
Thanks!
Hi there!
My website contains numerous forms, and I’m trying to locate a specific one that lacks an ID or a form name. Is there a method to scrape the elements across the entire website to pinpoint their exact locations?
Thanks!
You could export the site, and then search the files with a tool like GREP.
That’s usually how I do it.