So i tried using webpath scrape activities in the uipathteam.xpathwebscrapeactivities package, but it said it wasnt compatible with windows projects
Then i tried to use a simple “htmldocumenttest = web.load(html)” and it told me that needs a reference to system.private.url. … which wasnt compatible with windows projects.
Surely these basic Html / web functionalities must be avilable on UiPath new projects as well as legacy projects? Am i doing something wrong. Or missing something ? Is there another way to do this?
It seems like you’re facing compatibility issues with UiPath and the packages you’re trying to use for web scraping. UiPath is designed to be versatile and compatible with different types of projects, including legacy and newer projects. However package compatibility and dependencies can sometimes be tricky.
Ensure that you have the necessary dependencies and packages installed.
Make sure you’ve selected the appropriate project type.
You can use activities such as 'Open Browser,Get Text and Click to interact with web elements.
Im trying to do things by getting the entire html from various sites.
And parsing with xpath or other methods.
And these dont seem to work due to the lack of package compatibility in the new “windows” as distinct from windows legacy frame work.
If you cant use the two packages i just cited, one of which is really extremely basic, i imagine theres TONNES of functionality unavailable in UiPath “windows” version…?
When the author of a particular author decides not to offer a package for
Windows Compatibility
OR
Stops its support for Legacy
we cannot force.
In such case we recommend to check what will be the best option for
the next close time
in general
As we can expect, that UiPath Marketplace / other Nuget Packages will be on the present .Net Levels we can also expect the trend to phase out Legacy
When working directly with HAP (e.g solving the case or creating the own Custom Library) is an option, then we can also help for setting up the same functionality as Code Statements
I used notepad but i can go back and do it again in notepad++ and see if it improves anything including specifically the error message on opening UiPath studio.
But even with windows notepad it already worked. How is the difference significant?