Hello,I am trying to extract data from a website.It has multiple pages,I have selected the "Next" button as a select element as pager but it is throwing error.I have added extension too to the browser and entered all the settings as required.I am attaching below the error text it is showing in the script.Help me to resolve this.
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Failed to extract data (web page error while extracting data). ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebPager.WebPagePager.<>c__DisplayClass19_0.<EnsureInitForWebExtensionsBrowser>b__0()
at Microsoft.Flow.RPA.Desktop.Robin.Shared.Runtime.Utilities.Clock[T](Int64 maxMillisecondsToWait, Int32 step, Func`1 action, Func`2 successCondition)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebPager.WebPagePager.EnsureInitForWebExtensionsBrowser(Boolean retryAction, Int32 retryTimes, Int32 retryInterval)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebPager.WebPagePager.TryClickOnNextPagerLinkAndIncrementPageCounter(Boolean retryAction, Int32 retryTimes, Int32 retryInterval)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebPager.WebPageEnumerator.ForEachPage(WebBrowserInstanceHandle browserInstance, WebPagerParameters pagerParameters, WebActionRetryParameters navigationRetryParameters, Action action)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.DataExtraction.Engine.WebDataExtractionEngine.ExtractElementData[T](WebBrowserInstanceHandle browserHandle, WebPagerParameters pagerParameters, WebActionRetryParameters retryParameters, Nullable`1 timeout)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.DataExtraction.WebDataExtractionActions.AttemptExtractionSafe[T](IWebDataExtractionEngine engine, WebBrowserInstanceHandle browserHandle, WebPagerParameters pagerParameters, WebActionRetryParameters retryParameters, Nullable`1 timeout)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.ExtractData.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)

Report
All responses (
Answers (