nastester
2 years agoRegular Contributor
Interacting with datepicker object
Is there any way for me to interact with this object?
I want to be able to set a future date but I keep getting "Failed to enter text in the edit box, since it is read-only"
var end = Aliases.browser.pageMdaDashboard.formMarqueeupdatesform.textboxEndDate;
Log.Message(end);
end.Click();
end.SetText('07-18-2023')
Is SetText not the right method? What am I missing here?