Latest
-
I was looking for ways to split a string into characters and found this .net string method that works perfectly. Say you want to split the word elephant into individual characters and display it, just use the method ToCharArray() and it will be converted the way you want it! Take note to change the TypeArgument… Continue Reading
-
On your Desktop, Start >> Settings >> Apps >> Apps & Features >> Optional features >> Add feature Look for RSAT: Active Directory Domain Services and Lightweight Directory Services Tool If it tells you of any dependency, install that first. Here it shows I need to install RSAT: Server Manager first so let’s do that After installation you… Continue Reading
-
This is the easiest way for me. Since Microsoft Edge is Chromium-based, it supports the same extension used by your Google Chrome browser. So the UiPath Web Automation Chrome extension should work:https://chrome.google.com/webstore/detail/uipath-web-automation/dkgencfabioofgdmhhjljpkbbchbikbh What you should do is open the extension URL and install it straight on your Edge browser. With this you don’t need to… Continue Reading
-
Might come in handy! 1. Run Notepad as Administrator (right click > Run as Admin) 2. Open the location C:\Windows\System32\Drivers\etc, select All Files and hosts should appear on the list 3. Add the IP and hostname on the last line then save. In this case I added two hosts for surfandperf and google. You may read the commented part for more… Continue Reading
-
For when you want to launch a file folder for quick access after the robot runs. Using the Start Process activity, put “explorer.exe” under Input FileName, and your desired folder path unde Arguments. That’s it! Continue Reading
-
Heya! Quick note on how to setup and install Eggplant Studio on Windows What you need: Step 1: Install Eggplant Functional This one’s pretty straightforward, just launch the installer and follow the next steps on there. Step 2: Download your license file If you don’t have the license file you can download it from your… Continue Reading