log GotoPage

This commit is contained in:
Haiping Chen 2024-07-09 07:15:03 -05:00
parent a0e44307e0
commit 2aaf2e6058

View file

@ -29,6 +29,7 @@ public partial class PlaywrightWebDriver
var page = args.OpenNewTab ? await _instance.NewPage(message.ContextId, fetched: args.OnDataFetched) :
_instance.GetPage(message.ContextId);
Serilog.Log.Information($"goto page: {args.Url}");
var response = await page.GotoAsync(args.Url, new PageGotoOptions
{
Timeout = args.Timeout