How to Resolve session not created Exception i.e. “org.openqa.selenium.SessionNotCreatedException”?

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • This video shows how to fix “Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version xx
    Current browser version is xxx.x.xxxx.xx with binary path C:\xxxx\xxx\Chrome\Application\chrome.exe”
    I hope you like this video. For any questions, suggestions or appreciation please contact us at: programmerworl... or email at: programmerworld1990@gmail.com
    programmerworl...
    import org.openqa.selenium.By;
    import org.openqa.selenium.WebDriver;
    import org.openqa.selenium.chrome.ChromeDriver;
    import org.openqa.selenium.interactions.SendKeysAction;
    public class Demo {
    public static void main(String[] args) {
    // TODO Auto-generated method stub
    System.setProperty("webdriver.chrome.driver", "C:\\Ulearning\\chromedriver_win32\\chromedriver.exe");
    WebDriver driver = new ChromeDriver();
    driver.get("programmerworl...");
    }
    }
    -

Комментарии • 19

  • @rutujsonkusare6181
    @rutujsonkusare6181 Год назад +1

    Thank you so much it is really helpful
    I was so worried because mine too facing this problem and didn't understand what to do
    Bt just saw you video n my issue got resolved
    Really thanks alot again 🙏☺️

  • @shreyanshprajapati2022
    @shreyanshprajapati2022 2 года назад +1

    i also got the same problem , by watching this video , its resolve , thank you

  • @balaji5167
    @balaji5167 Год назад +1

    Clear explanation. Thank you...

  • @minatisleeping
    @minatisleeping Год назад +1

    It work for me. Many thanks.

  • @zubairhangargekar2496
    @zubairhangargekar2496 Год назад +1

    Thanks a lot. Great tutorial

  • @nimrodmarkovich
    @nimrodmarkovich Год назад +1

    Thank you for your tutorial. It helped a lot :)

  • @isuriprabuddhini8240
    @isuriprabuddhini8240 Год назад +1

    Thank you so much.. it was really helpful...😀

  • @user-ix6oo4zz1e
    @user-ix6oo4zz1e Год назад +1

    thank you so much mam i am now full happy

  • @lalitabisht6643
    @lalitabisht6643 Год назад +1

    Thank u soo much ma'am,

  • @atharvamulaokar
    @atharvamulaokar Год назад +1

    Thanks ma'am it helped :)

  • @entertainment519
    @entertainment519 2 года назад +1

    Thank u so much dear ...

  • @sagargaikwad0532
    @sagargaikwad0532 Год назад +1

    Thank you for help

  • @user-qi9yn9eu3e
    @user-qi9yn9eu3e Год назад +1

    it helps me thank you

  • @saritar7331
    @saritar7331 Год назад +1

    Thanks you a lot. It helps us Gracias

  • @flowrinnoronha4286
    @flowrinnoronha4286 2 года назад

    Mam m getting same exception but it says could not start a new session. Chrome failed to start: crashed. Please help me know why n resolve the error

  • @roshankedar8732
    @roshankedar8732 Год назад +1

    thank you

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

    I am getting same error only

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

    Issue not resolved