admin管理员组

文章数量:1203400

I'm trying to log the network requests after each selenium test and I've noticed that the requestId on some messages is a float while others looks like GUID.

What determines the value of requestId?

# the last value is the requestId from each set of network messages.
GET     200 document   415ms /    9325E3648E6D554113038729DFFE7469
GET     200 script     165ms .js  58300.2
GET     200 stylesheet 176ms .css 58300.3
GET     200 fetch      162ms .json               58300.6
GET     200 other      146ms .png               58300.12
OPTIONS 204 preflight  241ms  FE91C8AC20BF8D593F422414A82A6013
POST    200 fetch      462ms       58305.13

本文标签: What determines the requestId value in selenium network loggingStack Overflow