How can I click a button element whose “id/name” value changes dynamically?
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
- Sometimes, when I click on a link or button, the page looks like it is loading, but nothing happens. Whats the problem?
- Why does Symantec CSP show changes after I click the Refresh button in the management console?
- Why does Symantec CSP show changes after I click the Refresh button in the management console?
- Why do I get Authorization Failure - Invalid User ID or PIN when I click the Forgot PIN button?
- Why do I get Authorization Failure - Invalid User ID or PIN when I click the Forgot PIN button?
- How can I click a button element whose "id/name" value changes dynamically?