As asked how to set up Firefox in Docker, enter commands: docker pull selenium/standalone-firefox; docker pull selenium/node-firefox-debug. And then Docker will give guiding commands to install Firefox.
@GLR1743 ай бұрын
Thanks for the interesting video. The usage of synchronized block is not clear though, i didn't analyze your code, but synchronized blocks are usually used to prevent concurrent access to the code inside this block, and it seems like even though you run tests in parallel, only one thread at a time is executed, while others are waiting for it to finish
@testautomation9993 ай бұрын
Thank you for watching the video and comments!
@MostafaMahmoudf23 күн бұрын
That's great, but when i am applying this the platform is Linux, How can i change Linux to windows or mac?
@nkpro937710 ай бұрын
Hello, I followed your guidance about the Selenium grid hub and node. I've almost done the example except for the VNC. After running the test, the session is automatically removed from the grid, so I can click on the camera icon. How can I fix it? Please give me the ideal. Thanks
@testautomation99910 ай бұрын
Thank you for watching the video. In my case, the session would be keeping for a while, after a while the session would be disappearing. I clicked on the icon to watch the processes when the test was running.
@EmanuelSantana-lq3tw7 ай бұрын
hey, thanks for the content. How can you proceed to use docker and to get the devtools? I saw you had a video about the devtools but not in docker. I did the setup you showed for docker and the one for devtools, but things don't work. Do you know how to proceed with that? Thanks for your videos.
@testautomation9997 ай бұрын
Thank you! Sorry to delay replying. You may try to use "ChromeDriver driver = (ChromeDriver) new RemoteWebDriver(new URL(remote_url_chrome), options)" instead of "ChromeDriver driver = new ChromeDriver()"
@bananaaaaaa5 ай бұрын
Great video! It would be nice to see the code, if possible, to not have to type everything.
@sheillaprosper71268 ай бұрын
Hello Sir, I'm trying to replicate what you did in this video, but the name of the IDE you used. Could you pls let me know the name?
@testautomation9998 ай бұрын
Thank you for watching the video. You may need IntelliJ Download and install IntelliJ: www.jetbrains.com/idea/download and also need Docker.