-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparando ambiente para execução com SeleniumGRID
- Loading branch information
1 parent
b3a031e
commit 80be307
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
1 - Baixe a versão do seleniumGRID de igual com a versão do seu selenium webdriver que está localizado no seu pom.xml | ||
1.1 - Nome do arquivo .jar à ser baixo é com um nome semelhante a esse; | ||
>> selenium-server-standalone-AquiFicaAVersão.jar | ||
|
||
2 - Criado uma pasta, que no caso esse projeto chamado de SeleniumGRID dentro dele coloquei o arquivo .jar | ||
|
||
3 - No prompt de comando se direcione até dentro da pasta e uso o comando: | ||
java -jar selenium-server-standalone-3.141.59.jar -role hub | ||
Mostrará que foi lançado selenium grid na porta 4444 | ||
|
||
4 - Entre no link | ||
http://localhost:4444/ | ||
Significa que está funcionando se abriu algo do selenium. | ||
|
||
5 - Agora criando um nó, abra um novo prompt de comando e coloca: | ||
5.1 dentro do mesmo diretório SeleniumGRID | ||
java -jar selenium-server-standalone-3.141.59.jar -role node | ||
|
||
|
||
|