nastester
3 years agoRegular Contributor
Working with Calendar date widgets
Prior to switching my project settings to use "Use XPath and CSS selectors for web objects", I was able to interact with my apps calendar widget via the wDate [Set] operation and use a code expression to set the date:
aqDateTime.AddTime(aqDateTime.Today(), -7, 0, 0, 0)
aqDateTime.Today()
I seemingly can no longer do this with the new web test settings.
Is there a workaround/different solution I could do? It was really useful before.
Thanks