form-scraper icon indicating copy to clipboard operation
form-scraper copied to clipboard

class instead of id

Open AutomataVM opened this issue 6 years ago • 2 comments

whenever you want to fecth the form, it takes the id of the form in the html DOM, but, what if it is a class instead of an id? is there any way to fetch it?

AutomataVM avatar Mar 12 '18 13:03 AutomataVM

i need the same but with the form name

adalbertoadrian avatar Mar 20 '18 13:03 adalbertoadrian

Just use . instead of #

craftystudio avatar Oct 19 '18 11:10 craftystudio