An open API service indexing awesome lists of open source software.

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

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/)