Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0nw0nk/selenium
Batch file selenium fast portable no dependencies i have built it to be very automated for tasks phantomjs selenium chromium google chrome geckodrive firefox msedgedriver microsoft edge iedriverserver internet explorer sonarr radarr lidarr transmission qbittorrent utorrent bittorrent localhost networking vivaldi brave chrome firefox tor opera edge
https://github.com/c0nw0nk/selenium
automation batch-file batch-script chrome chromedriver cmd cmdline firefox geckodriver iedriverserver obfs4 opera operadriver phantom-js phantomjs selenium selenium-firefox selenium-webdriver vivaldi webdriver
Last synced: 17 days ago
JSON representation
Batch file selenium fast portable no dependencies i have built it to be very automated for tasks phantomjs selenium chromium google chrome geckodrive firefox msedgedriver microsoft edge iedriverserver internet explorer sonarr radarr lidarr transmission qbittorrent utorrent bittorrent localhost networking vivaldi brave chrome firefox tor opera edge
- Host: GitHub
- URL: https://github.com/c0nw0nk/selenium
- Owner: C0nw0nk
- License: other
- Created: 2022-11-16T14:58:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T02:22:11.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:48:06.094Z (7 months ago)
- Topics: automation, batch-file, batch-script, chrome, chromedriver, cmd, cmdline, firefox, geckodriver, iedriverserver, obfs4, opera, operadriver, phantom-js, phantomjs, selenium, selenium-firefox, selenium-webdriver, vivaldi, webdriver
- Language: Batchfile
- Homepage:
- Size: 400 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Selenium
Batch file selenium fast portable no dependencies or requirments i have built it to be very automated for tasks
Automatically sets up selenium and webdriver for use to be portable to any folder on your pc no python required pip any of that nonsense needed
all you need is the batch script it will download the latest versions from their github pages portable selenium!# Features
Portable Selenium for Windows! One file thats it! move to any folder you like!
Supports IEDriverServer for internet explorer `iedriverserver.exe`
Supports MSEdgeDriver for Microsoft Edge `msedgedriver.exe`
Supports GeckoDrive for Mozilla Firefox `geckodriver.exe`
Supports Chromedriver for Google Chrome `chromedriver.exe`
Supports Operadriver for Opera `operadriver.exe`
Supports PhantomJS for PhantomJS `phantomjs.exe`
GhostDriver being a part of PhantomJS driver
Full driver support!
Allows you to enable headless so the automated browser tasks are hidden so you can game or work watch videos
Background tasks
Foreground tasks
Interval looped selenium browser tasks every X amount of seconds (60 seconds i set as default you can change it)
Multiple browsers,
Firefox web browser
Chrome Chrome web browser
Opera web Browser
Brave web Browser
Tor web Browser - Configurable Bridges - obfs4 - meek-azure - snowflake
Vivaldi web Browser
Microsoft Edge web Browser
Internet explorer web browser
PhantomJS phantom javascript web browser
MSEdgeDriver Chromedriver and Operadriver patching making them Undetectable
# Information
If you have any bugs issues or problems just post a Issue request.
https://github.com/C0nw0nk/Selenium/issues
If you fork or make any changes to improve this or fix problems please do make a pull request for the community who also use this.
https://github.com/C0nw0nk/Selenium/pulls
# Why did i make this ?
Because nobody has bothered to make a phantomjs or selenium portable and easy soloution for windows they are all requiring you to setup python and pip and have way to many dependencies this has NONE!
It is also useful for automating web based tasked on windows for example with Sonarr or Radarr even just opening facebook and clicking like on the latest post from a friend.
# How do i find XPath to use inside the script ?
Open developer tools in your browser normally
#### Keyboard: `Ctrl + Shift + I`
#### Internet Explorer and Edge: `F12`
#### macOS: `⌘ + ⌥ + I`The right click a element you want to click modify alter output use what not and `COPY` then `XPath` Thats it!
# Requirments NONE!
NONE! YES NONE! YOU DO NOT NEED TO ANYTHING JUST RUN THE `.cmd` batch file script and enjoy.