I always have to thank the indian guys... you're the best... big hug from Brazil...
@maximumautomation Жыл бұрын
Thank you! 😊
@kuzmenko86 Жыл бұрын
if some one have difficulties with running the tests in some of the browser - just add the --selenium-manager true to run command so it will looks like: java -jar selenium-server-4.14.1.jar standalone --selenium-manager true
@nsallitoАй бұрын
Do you have anything special configured on your VM? Because from my local machine, when I run the webDriver to the VM: driver = new RemoteWebDriver(new URL(urlRemote), options); I get the following error: "An error occurred while opening the browser: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. "
@thalai143 Жыл бұрын
Ok please tell us how to add this on Gitlab CI
@Rimba0611 ай бұрын
How to add video recording to session in selenium grid, so the automation can be seen in selenium grid, not launch in local browser?
@maximumautomation11 ай бұрын
How did you set up your grid? With docker image or jar file? You can watch the video below to see the one way of recording your execution. kzbin.info/www/bejne/i6XImGODlNKDrbc
@kalicharanpremi-pd9ip11 ай бұрын
thank you sir
@maximumautomation11 ай бұрын
Most welcome
@Exparo Жыл бұрын
How do you keep running the selenium server, when you close the cmd it will ended
@maximumautomation Жыл бұрын
You can run your jar file as a background process in the window server machine. You can refer to the articles to run jar files on the window server.
@KrishanVaish-j7m3 күн бұрын
I dont understand this when I'm running it parallel its going in queue but in your case it isnt
@KavibharathiP-p7j Жыл бұрын
How to create that VM1, VM2 in our local machine?? Can you explain that ?
@maximumautomation Жыл бұрын
If you do not have VMs then I would suggest setting the Grid through the docker container.
@maximumautomation Жыл бұрын
You can watch the video below to set up the grid using docker. kzbin.info/www/bejne/iJDFmoOlnJp8j8U
@nileshsinha617110 ай бұрын
Where do you see the reports?
@5002sj Жыл бұрын
Hi thanks for the video, i have a doubt, is there any way to stop the parallel execution in grid. i cant run my scripts parallel. It has to be executed one after other.
@maximumautomation Жыл бұрын
Yes, you can do your execution in a sequential order over Grid. By default Grid does not run the scripts in parallel. You need to make sure you are not running your test in parallel. For example if you are using testng.xml file then you don't have to provide a parallel attribute.
@5002sj Жыл бұрын
Hi thanks for the reply. Just one more doubt I am using webdriver manager in my framework. When i run the stand alone server jar i am getting no drivers has been configured or have been found on path. How can i solve this error? Download and keep drivers in path will solve the issue? Will it create any conflict with webdiver manager if i download driver manually and keep it on the path?
@maximumautomation Жыл бұрын
No, you don't need to download the driver manually now, if you're using webdriver manager. Could you please share the code where you are initiating a webdriver object?
@5002sj Жыл бұрын
My issues fixed after upgrading from selenium 4.11 to 4.16.1 it shows 8 chrome 8 edge in my computer. In remote machine also i was getting the no driver found issue, so i manually downloaded a chrome driver and keep it in the folder of jar file, now it is showing 4 chrome drivers in my vm
@pshravantikka45173 ай бұрын
Hi . Do you know why does a white screen\browser launches first when running tests using selenium grid in standalone mode ? It executes the tests in the grid but the appearance white screen \ browser is very annoying. Any help would be appreciated
@maximumautomation3 ай бұрын
Hi, does it happen with a specific web page or with all website?