1. selenium chrome: calenda time
And input created time from "2023-07-01 17:19"
@step('input created time from "{Keyword}"')
def step_impl(context, Keyword):
context.resourceCataloguePage.created_time_input_start_date(Keyword)
def created_time_input_start_date(self, value):标签:created,chrome,self,selenium,start,time,date,input From: https://www.cnblogs.com/pangniu/p/17698738.html
self.find_element_and_send_keys(Elements.created_time_start_date, Keys.COMMAND + 'a')
self.find_element_and_send_keys(Elements.created_time_start_date, Keys.DELETE)
self.find_element_and_send_keys(Elements.created_time_start_date, value)