You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?The text was updated successfully, but these errors were encountered: