selenium chrome: calenda time
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):
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)
浙公网安备 33010602011771号