#39. Upcasting & Down casting in Selenium WebDriver | WebDriver driver = new ChromeDriver() |

Поділитися
Вставка
  • Опубліковано 9 лип 2024
  • #selenium #seleniumwebdriver #seleniumtraining #seleniumautomation #seleniumjava #selenium4 #automationtesting
    You must have used below statements in Selenium WebDriver - Java
    WebDriver driver = new ChromeDriver();
    JavascriptExecutor jsExecutor = (JavascriptExecutor) driver;
    TakesScreenshot screenshot = (TakesScreenshot) driver;
    We always do not need to use these. Let's understand upcasting, down casting in Java and when to use them.
    Refer Code here - github.com/amod-mahajan/Selen...
    Refer complete playlist of Selenium WebDriver Tutorial: A Comprehensive Guide for Beginners & Professionals -
    • Selenium WebDriver Tut...
    Don't forget to like, share, and subscribe for more valuable content on Selenium WebDriver and test automation. Let's master Selenium together! #Selenium #WebDriver #AutomationTesting
  • Наука та технологія

КОМЕНТАРІ • 3

  • @xoda345
    @xoda345 10 днів тому +1

    Bhai you have a very easy to understand voice. You teach like a teacher teaching 5 year old student. It's really refreshing that you can do this. Most trainer now has so much ego and use condescending tone to other people who comes to learn from them. This is such an important video and you made it crystal clear. I read this explanation before but nowhere it explained in so much details. Good work. Why don't you create a live training bro? In api ? It will help a lot of employees. I know you have the free stuff in your playlist but sometimes we get stuck and lose time so maybe live training may help.

  • @UserUnkown-do1ji
    @UserUnkown-do1ji 18 днів тому +2

    thanks

  • @ravisen2189
    @ravisen2189 17 днів тому

    Great explanation.