Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I click a button element whose “id/name” value changes dynamically?

0
10 Posted

How can I click a button element whose “id/name” value changes dynamically?

0
10

You can do this by inserting fireEventOnElementfunction under Dynamic Functions Category in the Built-In functions UI. Syntax of fireEventOnElement: fireEventOnElement(“tagName”, “propertyName”, “propertyValue”, index, “actionName”, “actionValue”, “useRegExp”) Where TagName=Tag name of the elements to be identified.select in your case Propertypropertyname = Property to be matched.id/name of select element propertyvalue = Property value to be matched. value of id/name index = Occurrence of the elements. actionName= select in your case actionValue= Option value to be selected regExpRequired =true/false.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123