Hi all,
I want to extract page data from a UI element, but the following error message appears and I cannot extract the data.
「メッセージ = メソッドが見つかりません: 'System.String Microsoft.Flow.RPA.Desktop.UIAutomation.WebAutomation.Core.Browser.WebHelperBrowserExtensions.HighlightAndExtractRecordsAsStringifiedJSon(Microsoft.Flow.RPA.Desktop.UIAutomation.WebAutomation.Core.Browser.Abstractions.IWebBrowserHelper, Microsoft.Flow.RPA.Desktop.UIAutomation.WebAutomation.Abstractions.ExtractDataFromWebPageMode, System.String, System.Collections.Generic.IEnumerable`1<System.ValueTuple`2<System.String,System.String>>)'
エラー = System.MissingMethodException
全文 = System.MissingMethodException: メソッドが見つかりません: 'System.String Microsoft.Flow.RPA.Desktop.UIAutomation.WebAutomation.Core.Browser.WebHelperBrowserExtensions.HighlightAndExtractRecordsAsStringifiedJSon(Microsoft.Flow.RPA.Desktop.UIAutomation.WebAutomation.Core.Browser.Abstractions.IWebBrowserHelper, Microsoft.Flow.RPA.Desktop.UIAutomation.WebAutomation.Abstractions.ExtractDataFromWebPageMode, System.String, System.Collections.Generic.IEnumerable`1<System.ValueTuple`2<System.String,System.String>>)'
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.AutomationServer.Host.WebAutomationService.<>c__DisplayClass7_0.<HighlightAndExtractRecordsAsStringifiedJSon>b__0(IWebBrowserHelper b)
--- リモートでの例外スタックトレース終了 ---
場所 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.Shared.Rpc.RpcDispatchProxy`1.GetRemoteResultOrThrow(ISerializer serializer, RPCMessage response, Type expectedResultType, Object additionalContext)
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.Shared.Rpc.RpcDispatchProxy`1.Invoke(MethodInfo targetMethod, Object[] args)
--- 直前に例外がスローされた場所からのスタック トレースの終わり ---
場所 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
場所 System.Reflection.DispatchProxyGenerator.Invoke(Object[] args)
場所 generatedProxy_2.HighlightAndExtractRecordsAsStringifiedJSon(WebBrowserInfo , ExtractDataFromWebPageMode , String , ExtractionSelector[] )
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.AutomationServer.Agent.WebAutomation.AutomationServerBrowserProxy.HighlightAndExtractRecordsAsStringifiedJSon(ExtractDataFromWebPageMode extractionMode, String baseSelector, ExtractionSelector[] cssSelectors)
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.ExtractFromWeb.Application.ExtractionController.RecalculatePreviewAndHighlightRecordsToExtract(WhatToDoWithColumnNames whatToDoWithColumnNamesEnum)
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.ExtractFromWeb.Application.ExtractionController.ExtractOptionAttribute(ExtractionElementInfo extractionElementInfo)
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.ExtractFromWeb.UI.ElementMenu.ElementMenuWindow.ExecuteMenuOperationWithLogging(Action action, String operationName, String callerMemberName)
場所 Microsoft.Flow.RPA.Desktop.UIAutomation.ExtractFromWeb.UI.ElementMenu.ElementMenuWindow.TextValue_OnClick(Object sender, RoutedEventArgs e)
場所 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
場所 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
場所 System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
場所 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
」
Please help.