Table of Contents

Class FrameStoppedLoadingEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.Page
Assembly
Selenium.WebDriver.dll

Fired when frame has stopped loading.

public sealed class FrameStoppedLoadingEventArgs : EventArgs
Inheritance
FrameStoppedLoadingEventArgs
Inherited Members

Properties

FrameId

Id of the frame that has stopped loading.

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string