Selenium Ninja
Selenium Ninja
  • Видео 52
  • Просмотров 122 425

Видео

Creating a TestNG XML File in Intellij | Step-by-Step Tutorial
Просмотров 8 тыс.Год назад
Learn the easy and efficient way to create a TestNG XML file in IntelliJ with this quick tutorial!
No Need to Download chromedriver.exe or EdgeDriver.exe | Introducing Selenium Manager
Просмотров 961Год назад
Starting from Selenium 4.6.0, there's no need to manually download chromedriver.exe, EdgeDriver.exe, or use webdrivermanager when utilizing Selenium. This video will guide you on how to effectively utilize these features.
mvn test does not trigger the execution of tests, but shows 'BUILD SUCCESS' | No tests are executed
Просмотров 3,8 тыс.Год назад
This video demonstrates how to execute test cases in IntelliJ using Maven commands, allowing you to efficiently run tests
Send keys not working. Use actions class to send data in selenium | Actions class | Selenium Ninja
Просмотров 3,8 тыс.Год назад
Sendkeys not working in selenium? Don't worry we are here with you! Checkout this video tutorial to send data using an alternate method. Save any webpage using ctrl s in selenium: www.youtube.com/watch?v=IrzXZ... Subscribe to the channel for more updates. #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch #interviewpreparation #selenium #seleniuma...
How to save as with different html formats in selenium | Selenium Ninja
Просмотров 9712 года назад
This video is unique since it is the first one on RUclips where we use Selenium to save (Ctrl S) the webpage in different html formats like (HTML only, Single file). The window pop-up is handled like a pro. Checkout this blockbuster video. Save any webpage using ctrl s in selenium: ruclips.net/video/IrzXZrfwYg8/видео.html Subscribe to the channel for more updates. #seleniumforbeginners #seleniu...
Save any webpage using ctrl + S in selenium | Selenium Ninja
Просмотров 2,1 тыс.2 года назад
This video is unique since it is the first one on RUclips where we use Selenium to save (Ctrl S) a whole webpage to a specific location. The window pop-up is handled like a pro. Checkout this blockbuster video. Subscribe to the channel for more updates. #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch #interviewpreparation #selenium #seleniumaut...
How to open all links in new tabs of a webpage | Open every link on a webpage in a new tab | SN
Просмотров 1,7 тыс.2 года назад
Our subscribers were facing some issues so, it is a small contribution for the team. Checkout this video where we 'Open every link in a web page in new tabs / windows'. Create a maven project: ruclips.net/video/rbnagPUlBPo/видео.html Open links in new tabs: ruclips.net/video/cACzGhGBYQE/видео.html Subscribe to the channel for more updates. #seleniumforbeginners #seleniumautomation #seleniumtest...
Selenium commonly asked interview questions for 2 years of experience | Selenium Ninja
Просмотров 2562 года назад
Get familiar with the commonly asked interview questions in selenium for 2 years of experience. Subscribe to the channel for more updates. #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch #interviewpreparation #selenium #seleniumautomation How to handle multiple tabs in selenium: ruclips.net/video/TzMUZ2xCXTA/видео.html Chapters: 0:00 Objective ...
Not pausing the search box in flipkart | Issue Resolved | Pause search box in flipkart debugger | SN
Просмотров 3242 года назад
The screen is not paused when pressed f8 in search box of Flipkart web app. Use debugger in selenium to create xpath for disappearing elements. Subscribe to the channel for more updates. #Selenium #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch #interviewpreparation Chapters: 0:00 Objective? 0:05 Inspect elements from the search box 0:45 Create...
How to use Debugger Concept in selenium for xpath | Create xpath for disappearing elements | SN
Просмотров 3302 года назад
Use debugger in selenium to create xpath for disappearing elements. Subscribe to the channel for more updates. #Selenium #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch #interviewpreparation Chapters: 0:00 Objective? 0:04 Handle disappearing elements to inspect on them 0:46 Create xpath ? 1:13 Thank you
How to export random data to a csv file in java | Create csv file using java | Selenium Ninja
Просмотров 1,2 тыс.2 года назад
Want to create and export random data to a csv file in java. Checkout this video, as it will solve your problem. We are exporting random data to a csv file and also customizing the random data as per our requirements. Subscribe to the channel for more updates. #Selenium #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch Chapters: 0:00 Objective of...
How to create a simple Maven project | POM Project | Selenium Ninja
Просмотров 1702 года назад
Facing issues while creating a maven project ? Checkout this simple video and be a master of creating a maven project template. Subscribe to the channel for more updates. #Selenium #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch #interviewpreparation Chapters: 0:00 Why do we need a maven project ? 0:42 Creating a framework ? 1:34 Group ID and A...
Automation Framework Interview Questions | Why do we use Automation Framework? | Selenium Ninja
Просмотров 2012 года назад
Our goal in this video is to exclusively prepare for questions relating to the Automation framework. Brush up your skills with the latest Automation framework related interview questions. Subscribe to the channel for more updates. #Selenium #seleniumforbeginners #seleniumautomation #seleniumtesting #seleniumwebdriver #seleniumfromscratch #interviewpreparation Chapters: 0:00 Objective of this vi...
Manual Testing Interview Questions 2022 | Part - 1 | Selenium Ninja
Просмотров 1242 года назад
Welcome to the first half of the 2022 interview questions. The IT sector had a tremendous growth and now is the time to brush up on your abilities. Gain an advantage by mastering these questions. These are not just interview questions, these are some of the core concepts in testing that will bring more clarity. Subscribe to the channel for more updates. #Selenium #seleniumforbeginners #selenium...
How to Open a New Tab or Window from Scratch with Selenium | Selenium 4 Feature
Просмотров 3 тыс.2 года назад
How to Open a New Tab or Window from Scratch with Selenium | Selenium 4 Feature
Customize the taskbar icons in Windows 11 to the far left end, just like in Windows 10.
Просмотров 352 года назад
Customize the taskbar icons in Windows 11 to the far left end, just like in Windows 10.
How to Handle a Google Account Popup in Selenium | Sign in with a Google Account | Login with Google
Просмотров 8 тыс.2 года назад
How to Handle a Google Account Popup in Selenium | Sign in with a Google Account | Login with Google
Run Selenium on an Already Opened Browser | How to use test cases on an already opened browser | SN
Просмотров 2,7 тыс.2 года назад
Run Selenium on an Already Opened Browser | How to use test cases on an already opened browser | SN
How to use ChromeOptions class in Selenium | What is the significance of ChromeOptions | SN
Просмотров 2,2 тыс.2 года назад
How to use ChromeOptions class in Selenium | What is the significance of ChromeOptions | SN
Close vs Quit in Selenium Webdriver | Difference between close and quit | Interview Question | SN
Просмотров 2 тыс.2 года назад
Close vs Quit in Selenium Webdriver | Difference between close and quit | Interview Question | SN
How to take a Screenshot in Selenium | Selenium Ninja
Просмотров 1812 года назад
How to take a Screenshot in Selenium | Selenium Ninja
How to Scroll the page upwards + Scroll page using an Element in Selenium | Selenium Ninja
Просмотров 5182 года назад
How to Scroll the page upwards Scroll page using an Element in Selenium | Selenium Ninja
Difference between Implicit wait, explicit wait and Thread.sleep | Selenium Ninja
Просмотров 9 тыс.2 года назад
Difference between Implicit wait, explicit wait and Thread.sleep | Selenium Ninja
What is Thread.sleep in Java | Types of Waits - Part 3 | Selenium Ninja
Просмотров 2,7 тыс.2 года назад
What is Thread.sleep in Java | Types of Waits - Part 3 | Selenium Ninja
What is Explicit wait in Selenium | Types of Wait - Part 2 | Selenium Ninja
Просмотров 1252 года назад
What is Explicit wait in Selenium | Types of Wait - Part 2 | Selenium Ninja
Implicit Wait in Selenium | Types of Waits | Part 1
Просмотров 1452 года назад
Implicit Wait in Selenium | Types of Waits | Part 1
Static dropdowns in Selenium | All methods of Static dropdowns | Grab all options using allOptions()
Просмотров 1652 года назад
Static dropdowns in Selenium | All methods of Static dropdowns | Grab all options using allOptions()
Handle Frames in Selenium | Selenium Ninja
Просмотров 1753 года назад
Handle Frames in Selenium | Selenium Ninja
Handle Checkboxes in Selenium | Working with checkboxes in Selenium | Selenium Ninja
Просмотров 1153 года назад
Handle Checkboxes in Selenium | Working with checkboxes in Selenium | Selenium Ninja

Комментарии

  • @sindhumuthu1007
    @sindhumuthu1007 22 дня назад

    Thank you , very useful

  • @rizkikurniawanrasyid7532
    @rizkikurniawanrasyid7532 2 месяца назад

    how if the xml file is not in the root folder, is still possible following this way?

  • @AmolKapade
    @AmolKapade 2 месяца назад

    I was also facing the same issue. This video helped me. Thanks a lot !!!

  • @yashmittal4691
    @yashmittal4691 3 месяца назад

    How to do this in Python???

  • @srinivas3321
    @srinivas3321 3 месяца назад

    ./mvnw validate also not working . . its showing up like java home not found in your environment

  • @dhanrajyadav5259
    @dhanrajyadav5259 5 месяцев назад

    😊

  • @tieppham8351
    @tieppham8351 7 месяцев назад

    hey I only add " testng.xml " like u and it work. After that, I remove it, it still work. I am so confused about them. Can u explain for me ?

  • @poornimaa2246
    @poornimaa2246 8 месяцев назад

    Super sir ... Do playlist of testng

  • @poornimaa2246
    @poornimaa2246 8 месяцев назад

    Webdriver and chromedriver cannot be resolved to a type ...this error is coming... what to do sir??

  • @user-mf6wt6iy9c
    @user-mf6wt6iy9c 8 месяцев назад

    i am facing same issue with cucumber, u explained for TestNG, Plz suggest any for Cucumber process too.

  • @pragyachauhan7377
    @pragyachauhan7377 8 месяцев назад

    I had executed with command - mvn clean test and tried exactly in this way also, still no test case run but Maven BUILD SUCCESSFUL. I am using Eclipse.

  • @vamsinow
    @vamsinow 9 месяцев назад

    Thank you very much

  • @user-dp9ck3ne9z
    @user-dp9ck3ne9z 9 месяцев назад

    Thank you thank you so much , your way of explanation is amazing 👏

  • @raghadraghad8433
    @raghadraghad8433 11 месяцев назад

    Thank you very much very helpful 😊

  • @yaserarafath6581
    @yaserarafath6581 11 месяцев назад

    Hi sir, under module path if we add the external jar means what happen sir

  • @allancunningham2670
    @allancunningham2670 Год назад

    ✔️ 'Promo sm'

  • @anantanuragyadav
    @anantanuragyadav Год назад

    This works great for local execution but it fails when a test case is triggered from local machine to run on Sauce Labs. Is there any way do perform CTRL+S for this scenario?

  • @rohitmotkuri9030
    @rohitmotkuri9030 Год назад

    Very useful information

  • @bhuvaneshveera8334
    @bhuvaneshveera8334 Год назад

    Bro please tell me what is the purpose of the new selenium manager

    • @seleniumninja
      @seleniumninja Год назад

      Please watch the video. It is explained step by step

    • @bhuvaneshveera8334
      @bhuvaneshveera8334 Год назад

      Yes I watched but what are the functions inside the selenium manager please put video on those

  • @user-oz9du6fx4x
    @user-oz9du6fx4x Год назад

    Thank you so much for this tutorial! I learned a lot. Instead of UUID, I used Faker to create data and went from there. I plan to research this next question, so if you don't get back to me, no problem, but I'm curious to know if I can download a CSV template, fill this information in the same file, and resubmit it. It's not that big of a deal, really, as my test creating a brand new file to upload the way you've described here is more than enough, I'm really just curious.

  • @GurpreetSingh-dm6sc
    @GurpreetSingh-dm6sc Год назад

    I am not able to run on my offical Website but same code is running on other websites. Is there any library ? Recaptcha or Cloudfare is stopping my code ?

  • @ECE_A_LE_Uma
    @ECE_A_LE_Uma Год назад

    Tqsm❤

  • @shashikalakoravar6556
    @shashikalakoravar6556 Год назад

    Hi sir facing problem with chrome driver jars

  • @arunkrishna9926
    @arunkrishna9926 Год назад

    I was working on a automation project for the first time and was really confused, I need to do some R&D as I was dealing with Microsoft but the process stays same. Thank a lot for this, keep making more videos

  • @user-uh6jt7dc1c
    @user-uh6jt7dc1c Год назад

    I am unable to find the "class" in netflix. can I take the email option? Awaiting for your reply.

  • @gmsrilakshmi1467
    @gmsrilakshmi1467 Год назад

    for me including # before the attribute to locate the element by css selector didn't work and is showing error.

  • @kishorautade2663
    @kishorautade2663 Год назад

    thank you so much

  • @tejaskole4718
    @tejaskole4718 Год назад

    Sir, the selenium files which you "Add external JARs" those are few and mine are many and I see your file names, I hv 2 jar common files only. I don't know where are the others... Do u kn anything about this situation 🤔 I'm using windows

  • @tejaskole446
    @tejaskole446 Год назад

    Is that win32 also for 64bit?

  • @gangadharbirajdar2058
    @gangadharbirajdar2058 Год назад

    Hi Sir, I have been added jar files still I am not able to import the Chromedriver and WebDriver

  • @101_twentySomethings
    @101_twentySomethings Год назад

    thank you for this

  • @harishhappy7700
    @harishhappy7700 Год назад

    Nice bro ,all the best, good videos

  • @varaprasad7731
    @varaprasad7731 Год назад

    Hi it was excellent lessons what your explained everything and I want some help regarding selenium jar files actually we are facing same issue in windows 11 near code we have getting code error I have seen you are video you are explained previously it seems but I didn't get can you help me out for this.

  • @user-mt4by9sf5x
    @user-mt4by9sf5x Год назад

    THANKS LIKE + SUB

  • @heisenbergukr3180
    @heisenbergukr3180 Год назад

    Hii brother please can you reply

  • @heisenbergukr3180
    @heisenbergukr3180 Год назад

    Your are teaching simply and straight farward 🤗🤗 i learn lot off things

  • @anikethan95
    @anikethan95 Год назад

    Really nice video. Can we send values within the same action class. Like after we do the backspace, can we add sendkeys to the same line?.

  • @IT-ng8pd
    @IT-ng8pd Год назад

    Actual: prnt.sc/4qzYW3K4qtQ3 My code: /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package gmail.logi; import org.openqa.selenium.By; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.WebDriver; /** * * @author 88017 */ public class GmailLogi { /** * @param args the command line arguments */ public static void main(String[] args) throws InterruptedException{ System.setProperty("webdriver.chrome.driver", "C:\\Users\\88017\\Downloads\\chromedriver_win32 (4)\\chromedriver.exe"); WebDriver cdriver=new ChromeDriver(); cdriver.navigate().to("accounts.google.com/"); cdriver.findElement(By.id("identifierId")).sendKeys("m.masom.2022@gmail.com"); Thread.sleep(1000); cdriver.findElement(By.className("VfPpkd-vQzf8d")).click(); cdriver.findElement(By.name("Passwd")).sendKeys("****"); cdriver.findElement(By.className("VfPpkd-vQzf8d")).click(); } }

  • @rishabhdubey4922
    @rishabhdubey4922 Год назад

    Hello sir I am facing issue in adding selenium jars for the version 4.8.1 and java version is jdk 19

  • @tanvir608
    @tanvir608 Год назад

    Thank you. Your explanation was very clear

  • @saikrishna6932
    @saikrishna6932 Год назад

    Link text is not working

  • @madhukaran7995
    @madhukaran7995 Год назад

    Very useful

  • @gousiakhan732
    @gousiakhan732 Год назад

    In home folder am getting so many sir.like selenium api 4.7.2 am not getting client combines one's sir

  • @gousiakhan732
    @gousiakhan732 Год назад

    Hlo sir as u said clicked on download and scrolled down am getting ruby java like wise sir am getting java logo will clickingon it getting stable : 4.7.2 (December13,2022) changelog apidocs.4.7.2 is ok sir please reply sir

  • @VenkateshVSVS
    @VenkateshVSVS Год назад

    Hi I need your help on eclipse jars build

  • @sandeeprapolusandeeprapolu
    @sandeeprapolusandeeprapolu Год назад

    Make a video on similar topic like how to disable the save password option of Google Chrome browser

  • @anilravi634
    @anilravi634 Год назад

    In case 1 , without flushing data how u got the output 🤚

  • @anithadomakonda2512
    @anithadomakonda2512 Год назад

    thank you for the video, heartfelt gratitude

  • @nandankabra9678
    @nandankabra9678 Год назад

    windows.iterator method missing

  • @acoustic_nishith
    @acoustic_nishith Год назад

    Thanks for the explanation buddy...i am facing the error element not interactable in sending the password keys any resolutions