Skip to content

Albatros46/SeleniumGridWithJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

java -jar selenium-server-<version>.jar hub


java -jar selenium-server-<version>.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/)  

Releases

No releases published

Packages

 
 
 

Contributors