I was assigned with this project and searching for your video on this and delighted to know that it is here finally Hope the series of whole short framework with this in pipeline
Hii, Using selenium we used a particular browser driver to run script in that browser.. How can we run scripts in different browsers(like IE, safari,edge) using selenide.
Thanks Naveen for one more informative session. Understood each & every step in first go. As a Mac user, I'd advise you to hide your bottom taskbar when not in use, if you move over mouse, it will pop up if you set preferences like this. Also, you can remove unwanted app's icons from there too such as podcast, notes, stats, emailClient, chat etc. (It wont uninstall but just remove from that list) so you can get more space for your other mimized windows. Also you have an option to zoom the mouse hovered app's icon there. You can achieve all this by right clicking on that bottom status bar.
Hi Naveen , i have a selenide implemented in gradle under a maven project implemented in BDD, when i try running a selenide test locally , my Open method wont work , i do not get getWebDriver method as well, could you please help me with what version of selenium i should have inorder to get this work ? My current version is 4.5.3
Informative thanks! Can we implement Hybrid Page Object model with selenide? Also at some places , can we also implement directly selenium along with selenide?
Holla Naveen. I`m very beginer , and i have a problem on some websites witch have Notifications. When this notification appears all tests are stoped , i don`t know how to deny that notifications. Help
Hi Naveen, i project is using selenide. Which command i use to wait for the page to completely load. Before loading it tries to enter the value in of username in password field.
Thanks you Naveen .its pretty awesome cool features for UI tests..Thanks once again for showing us new things in simple way. Just one question here how its internally always launching chrome browser cz we are not mentioning browser information anywhere in test.
Thanks naveen for starting this series. Would you recommend migrating existing selenium framework to selenide? Can we use reporting frameworks like Extent Report with Selenide?
May I know how to resolve (The method $(By) from the type Selenide refers to the missing type SelenideElement) even though I have been imported the two required classes such as (.selenide.Selenide.*; .selenide.Condition.*; ) $ is not working. it is necessary to use any framework like TestNG, etc.
Hi Sir, Thanks much for the wonderful videos. I tried to write my first program on selenide and imported import static com.codeborne.selenide.Selenide.*; import static com.codeborne.selenide.Condition.*; but it throws an error "The import com.codeborne cannot be resolved".. Please help me in fxing this issue. Thanks, Charan
Thanks Naveen for selenide session. It is really nice. I am not able to import the method import static com.codeborne.selenide.Selenide.*; import static com.codeborne.selenide.Condition.*; I am not able to paste also in my program also.I have added My programe is: package selenidebasics; import org.junit.Test; public class Helloword { @Test public void login(){
}} com.codeborne selenide 5.25.0 Can you please provide the solution
I was assigned with this project and searching for your video on this and delighted to know that it is here finally
Hope the series of whole short framework with this in pipeline
Wow, this was really awesome. I'm starting my selenide journal at work at I see that this is what I exactly need.
Thanks naveen for starting this series.
Hii, Using selenium we used a particular browser driver to run script in that browser.. How can we run scripts in different browsers(like IE, safari,edge) using selenide.
Thanks Naveen.. always find ur videos fruitful.
Excited to start Selenide Journey with you ...
Hi Naveen, how to launch specific browser?
Thank you Naveen 🙂..waiting for upcoming sessions 🤩
This is one of the best automation tools in the market. Thanks for covering this topic 🙂
Coz it's using selenium WebDriver internally.
@@naveenautomationlabs No. The main reason is they use JS magic to make things works smooth. Also they handle drivers and loggers out of the box.
There is no JS magic. It's a wrapper on top selenium webdriver API. Actual engine is webdriver only.
@@naveenautomationlabs of course. What I mean is just using selenium under the hood is not sufficient to make a good automation tool.
Thanks Naveen, Waiting for more tutorials on Selenide
Thanks for sharing this , In current project we are using this
Excited for the entire series 😊👍
Thank you Naveen to keep us learning new thing in easy way . You are doing great job for us. Really appreciate 😊🙏🙏
Thanks Naveen for one more informative session. Understood each & every step in first go.
As a Mac user, I'd advise you to hide your bottom taskbar when not in use, if you move over mouse, it will pop up if you set preferences like this.
Also, you can remove unwanted app's icons from there too such as podcast, notes, stats, emailClient, chat etc. (It wont uninstall but just remove from that list) so you can get more space for your other mimized windows.
Also you have an option to zoom the mouse hovered app's icon there.
You can achieve all this by right clicking on that bottom status bar.
Awesome, thanks Naveen
Will try to use this on my new project 🙂
Thanks Naveen for the quick and understanding video. Eagerly waiting for the series
Thanks alot Naveen for making this tutorial on selenide
Thanks Naveen 👍
Interesting thing to learn
Thank you Naveen, I am eagerly waiting for this series
Hi Naveen , i have a selenide implemented in gradle under a maven project implemented in BDD, when i try running a selenide test locally , my Open method wont work , i do not get getWebDriver method as well, could you please help me with what version of selenium i should have inorder to get this work ? My current version is 4.5.3
Thanks Naveen for this usefull session.
Thanks Naveen for taking this new series.. Really would be great learning for testing community.. U r doing good job for us.👍
Thank you Naveen👍 gonna be interesting series to learn 🔥
Yes it will be :)
Great video Naveen! Are you going to talk about Selenium 4 in future?
This is we have to do first time installation for selenide or first we have to follow selenium first and then selenide
If you know selenium already, it will be beneficial for sure. Else you can selenide directly.
so useful! regards from Chile! :)
Informative thanks!
Can we implement Hybrid Page Object model with selenide?
Also at some places , can we also implement directly selenium along with selenide?
Hybrid page model not possible in Selenide. Try Selenium.
Thank you. Please create a video on selenide-mobile automation.
Thanks, Naveen :-)
Hi navin am looking for interview support. Please let me know if you can help me. Thank you
Holla Naveen. I`m very beginer , and i have a problem on some websites witch have Notifications. When this notification appears all tests are stoped , i don`t know how to deny that notifications. Help
Hi Naveen.. very interested to see the use of GraalVM for automation runs and a comparison to see if this makes any difference in test run time.
Interesting. Sure will have a look. Thanks for sharing it.
Hi Naveen, i project is using selenide. Which command i use to wait for the page to completely load. Before loading it tries to enter the value in of username in password field.
Thank you sir, it's very interesting to learn.
When you will start next selenium automation training
By nov mid
Is that Morning or evening regular batch?
Thanks you Naveen .its pretty awesome cool features for UI tests..Thanks once again for showing us new things in simple way. Just one question here how its internally always launching chrome browser cz we are not mentioning browser information anywhere in test.
Yes it always take default browser as chrome. I have covered this in part 2. Thanks for watching :)
@@naveenautomationlabs Thanks for your reply. Naveen. Eagerly waiting for parallel execution and jenkins integration chapter.:)
One major question is, how can we segregate the driver for parallel execution? How the selenium and browser synchronisation is done.
I'll cover that part as well
@@naveenautomationlabs ya sure looking forward to it. Thanks for an intersting series.
Thanks naveen for starting this series. Would you recommend migrating existing selenium framework to selenide? Can we use reporting frameworks like Extent Report with Selenide?
It's ur choice to migrate. Not mandatory, it provides wrapper methods on selenium only. Reports like extent and allure will remain same.
@@naveenautomationlabs Thank you Naveen
Hi, it’s very nice 👍🏻.. how we can use different browsers with it?
Bro...its helpful .....where are you from bro
May I know how to resolve (The method $(By) from the type Selenide refers to the missing type SelenideElement) even though I have been imported the two required classes such as
(.selenide.Selenide.*;
.selenide.Condition.*; )
$ is not working.
it is necessary to use any framework like TestNG, etc.
Hi Naveen Page Object Model and Data Driven testing in Selenide videos please .
Hi Naveen Is this tool can be used for Angular Application?
Yes it can be.
Thanks Man you truely doing great Job for Testing Community Looking farward for full series
Hi Naveen, Where you have given chrome driver to open the site in Chrome or Firefox
Naveen sir even I'm also having same doubt, so we chrome driver isn't specified anywhere how it got launched by default
Hello All
Can anyone explain how POM in selenium is going to be different from POM in selenide
We don't need to set-up any drivers right to launch the browser..
By default it's taking the chrome browser..
Will you please clarify my question....?
Yes u don't need to. Please check the part 2
@@naveenautomationlabs yeah got it...
Thanks
what is a fat jar?
Hi Sir, Thanks much for the wonderful videos.
I tried to write my first program on selenide and imported
import static com.codeborne.selenide.Selenide.*;
import static com.codeborne.selenide.Condition.*;
but it throws an error "The import com.codeborne cannot be resolved"..
Please help me in fxing this issue.
Thanks,
Charan
Sir, Issue got fixed . I deleted the project and created a new one... Now it works fine.. thank you... Keeping educating, sir✌️
Where we need to mention which browser to trigger
How it is invoking browser
Grrat great!
Thanks Naveen for selenide session. It is really nice. I am not able to import the method
import static com.codeborne.selenide.Selenide.*;
import static com.codeborne.selenide.Condition.*;
I am not able to paste also in my program also.I have added
My programe is:
package selenidebasics;
import org.junit.Test;
public class Helloword {
@Test
public void login(){
}}
com.codeborne
selenide
5.25.0
Can you please provide the solution
you forgot to mention about no longer needing to setup the webdriver