Skip to content

Conversation

@Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Sep 4, 2025

@Skn0tt Skn0tt requested a review from mxschmitt September 4, 2025 15:01
@Skn0tt Skn0tt self-assigned this Sep 4, 2025
mainFrame.waitForLoadStateImpl(state, convertType(options, Frame.WaitForLoadStateOptions.class), logger);
return null;
public void waitForLoadState(LoadState _state, WaitForLoadStateOptions options) {
final LoadState state = _state == null ? LoadState.LOAD : _state;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we don't use underscore in the var names.

@Skn0tt Skn0tt merged commit eb1fea9 into microsoft:main Sep 8, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: java waitForLoadState is shown without event name in trace viewer

3 participants