pychrome icon indicating copy to clipboard operation
pychrome copied to clipboard

Date object return by runtime is {}

Open venssy opened this issue 5 years ago • 0 comments

tab.Runtime.evaluate(expression="new Date()", returnByValue=True) it returns {'result': {'type': 'object', 'value': {}}} but not a datetime object, is there anyway to return date object but not transfer by timestamp ?

venssy avatar Oct 14 '20 06:10 venssy