ananthandivya

Results 1 comments of ananthandivya

Hi @xiaocong I tried running your code def double_click(*args, **kwargs): # set ack timeout config = d.server.jsonrpc.getConfigurator() config['actionAcknowledgmentTimeout'] = 40 d.server.jsonrpc.setConfigurator(config) # double click d(*args, **kwargs).click() d(*args, **kwargs).click() # restore...