#y3rsh# Well this is my Homepage.
Thank you Github.
| aiohttp==3.4.4 | |
| aionotify==0.2.0 | |
| aiosqlite==0.17.0 | |
| anyio==3.3.0 | |
| asgiref==3.4.1 | |
| async-timeout==3.0.1 | |
| attrs==18.2.0 | |
| bleach==3.1.0 | |
| cchardet==2.1.4 | |
| certifi==2022.6.15 |
| cd ~ | |
| mkdir robot_python | |
| cd robot_python | |
| pyenv local 3.7.13 | |
| python -m venv venv | |
| source ./venv/bin/activate | |
| pip install pip==10.0.1 | |
| pip install setuptools==44.0.0 | |
| pip install -r requirements.txt |
| import requests | |
| import zipfile | |
| import io | |
| import re | |
| import subprocess | |
| from sys import platform | |
| class GetChromedriver: | |
| LATEST_URL = "http://chromedriver.storage.googleapis.com/LATEST_RELEASE" |
| [core] | |
| editor = 'code' --wait |
| /// <summary> | |
| /// Highlight an element for a time | |
| /// Useful in debugging/demos | |
| /// </summary> | |
| /// <param name="element">the element to highlight</param> | |
| /// <param name="time">time to highlight before returning to normal</param> | |
| public static void HighlightElement(IWebElement element, int highlightTimeMilliseconds = 5000) | |
| { | |
| IJavaScriptExecutor js = TestRunner.Driver as IJavaScriptExecutor; | |
| String oldStyle = element.GetAttribute("style"); |
#y3rsh# Well this is my Homepage.
Thank you Github.
| import System; | |
| import System.IO; | |
| import System.Windows.Forms; | |
| import Microsoft.VisualBasic; | |
| import Fiddler; | |
| // GLOBALIZATION NOTE: | |
| // Be sure to save this file with UTF-8 Encoding if using any non-ASCII characters | |
| // in strings, etc. | |
| // |
| import java.io.*; | |
| public class FileBuilder { | |
| /** | |
| * @param args | |
| */ | |
| public static void main(String[] args) { | |
| try { |
| import System; | |
| import System.IO; | |
| import System.Windows.Forms; | |
| import Microsoft.VisualBasic; | |
| import Fiddler; | |
| // GLOBALIZATION NOTE: | |
| // Be sure to save this file with UTF-8 Encoding if using any non-ASCII characters | |
| // in strings, etc. | |
| // |