01 2020 档案
摘要:In my cefpython application I specify a remote debug port: Run chromedriver: I'm using selenium python bindings: I wanted chromedriver and selenium on
阅读全文
摘要:Overview ChromeDriver and Selenium are tools for automated testing of Chromium based applications. The tests themselves can be written in a number of
阅读全文
摘要:今天看activiti的act_ru_task表,发现有一个parent_task_id_字段,比较好奇,就研究了一番。 发现原来是可以给一个task创建subtask 那么他的适用场景就是 创建自子任务 创建抄送任务 任务分裂 上代码,如何实现创建子任务,为Zl用户创建一个任务 注意,新建的tas
阅读全文