摘要:
#打开文件 wb = load_workbook('newexcel.xlsx') #使用哪个页签 ws = wb.active #读取数值 for row in range(1,5): for col in range(1,5): char = get_column_letter(col) pri 阅读全文
摘要:
遇到只读的日期控件,可以直接赋值 Assign Id To Element xpath=//*[@id="ext-comp-1011"] dateInputExecute Javascript window.document.getElementById('dateInput').value='20 阅读全文