https://github.com/albatros46/seleniumgridwithjava
Java with Selenium Grid
https://github.com/albatros46/seleniumgridwithjava
eclipse java selenium selenium-grid selenium-java selenium-webdriver test-automation
Last synced: 20 days ago
JSON representation
Java with Selenium Grid
- Host: GitHub
- URL: https://github.com/albatros46/seleniumgridwithjava
- Owner: Albatros46
- Created: 2025-03-21T00:11:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T00:29:12.000Z (about 1 year ago)
- Last Synced: 2025-03-21T01:25:49.989Z (about 1 year ago)
- Topics: eclipse, java, selenium, selenium-grid, selenium-java, selenium-webdriver, test-automation
- Language: HTML
- Homepage:
- Size: 45.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Grid Project
Bu proje, **Selenium Grid** kullanarak dağıtılmış test otomasyonu çalıştırmak için oluşturulmuştur.
## 🚀 Selenium Grid Nasıl Çalıştırılır?
### **1. Selenium Server Standalone’ı İndirin ve Çalıştırın**
Aşağıdaki komut ile Selenium Grid’i hub olarak başlatın:
```sh
java -jar selenium-server-.jar hub
java -jar selenium-server-.jar node --hub http://localhost:4444
## 📥 Gerekli İndirme Bağlantıları
- [GeckoDriver (Firefox)](https://github.com/mozilla/geckodriver/releases)
- [ChromeDriver](https://sites.google.com/chromium.org/driver/)
- [Selenium Grid](https://www.selenium.dev/downloads/)