Winston Zhao

Results 1 comments of Winston Zhao

``` if (videoJSON.schedule) { const desiredDate = videoJSON.schedule; const scheduleXPath = "//*[normalize-space(text())='Schedule']"; const scheduleButton = yield page.waitForXPath(scheduleXPath); yield scheduleButton.click(); // calculate dateTime index to month as string e.g. Jan, Feb,...