We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the /selenium/tests/hars/three-phases.har sample HAR file, the <span.netTotalTimeLabel> element (circled in red) shows a time of 2.19 seconds.
/selenium/tests/hars/three-phases.har
<span.netTotalTimeLabel>
The page's startedDateTime is 2011-07-24T21:04:59.437+02:00, and the last entry's startedDateTime is 2011-07-24T21:05:14.224+02:00, 13+ seconds later.
startedDateTime
2011-07-24T21:04:59.437+02:00
2011-07-24T21:05:14.224+02:00
So should the span.netTotalTimeLabel element show a time of 2.19 seconds or 13+ seconds?
span.netTotalTimeLabel
If the former, this implies we want to see the 'phase' time, if the latter, we want to see the total time.
Maybe each phase should get its own <tr.netSummaryRow>, and there should be an overall <tr.netSummaryRow>?
<tr.netSummaryRow>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the
/selenium/tests/hars/three-phases.har
sample HAR file, the<span.netTotalTimeLabel>
element (circled in red) shows a time of 2.19 seconds.The page's
startedDateTime
is2011-07-24T21:04:59.437+02:00
, and the last entry'sstartedDateTime
is2011-07-24T21:05:14.224+02:00
, 13+ seconds later.So should the
span.netTotalTimeLabel
element show a time of 2.19 seconds or 13+ seconds?If the former, this implies we want to see the 'phase' time, if the latter, we want to see the total time.
Maybe each phase should get its own
<tr.netSummaryRow>
, and there should be an overall<tr.netSummaryRow>
?The text was updated successfully, but these errors were encountered: