In my selenium file, I want to add printed data i.e. odr_id of terminal to database using model.py or any alternative option?

后端 未结 0 1123
醉话见心
醉话见心 2021-01-11 16:54

odr_id = pay.find_element_by_id(\'deep-dtyp-order-details-section\') sleep(3) print(odr_id.text)

#views.py def odr(request): name = odr_id.GET(request)



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题