How To Solve Element Not Clickable At Point Exception in Selenium using java

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • Many times while clicking in Selenium we face Element Not Clickable At Point Exception, this video will guide you about how to solve this exception.

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

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

    Thanks a lot Mukesh. I'm currently facing a similar issue, but this one is ElementNotInteractableException. Can we you make a demo video for that as well please? Thanks a lot, you are really helping.

  • @PremKumar-kg5ep
    @PremKumar-kg5ep 3 года назад +1

    Thanks brother. I tried lot more. But ur video is very clear. Keep it up.

  • @m.g.satheeshkumar4221
    @m.g.satheeshkumar4221 5 лет назад +2

    Hi, thank you for the video. Please Can you explain the automation project oriented interview questions, for example how to describe the architecture, responsibilities and etc

  • @SarangHoley
    @SarangHoley 5 лет назад

    Thanks for adding this video in the playlist 😊👍

  • @rajaryan-ir8ic
    @rajaryan-ir8ic Год назад

    Thanks sir for the guidance.

  • @christopherquiambao4591
    @christopherquiambao4591 4 года назад +1

    Hi Mukesh,
    I have encountered a scenario wherein the element(button) was able to be selected and already clicked on it but it is not going to the next screen, it logged 200 hence no failure but the button is not working/not changing to next screen. If manually click on it, it was working. How to handle this scenario?

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hi Christopher, you can try using JavaScriptExecutor in this case. I had this issue once which worked with below approach.
      ruclips.net/video/Y89J3mFkkso/видео.html

    • @christopherquiambao4591
      @christopherquiambao4591 4 года назад +1

      @@Mukeshotwani, Thank you. May I know if JavaScriptExecutor also works with Appium mobile using hybrid/webview? Good day.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      yes Mobile WebView i have tried but haven't used for hybrid or Native apps

    • @christopherquiambao4591
      @christopherquiambao4591 4 года назад

      @@Mukeshotwani
      I tried using it in my Appium native and got Method is not implemented. How to handle this? Thanks
      JavascriptExecutor js = (JavascriptExecutor)driver;

      WebElement kups = driver.findElementByXPath("//android.widget.Button[@text='Confirm']");
      js.executeScript("arguments[0].click()", kups);
      But I got this response:
      org.openqa.selenium.UnsupportedCommandException: Method is not implemented

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

    Hi Mukesh,
    In my case even though it is maximized my the element is not able to beclickable. I need to scroll a bar and click. so in this case how to give scroll size until my element got displays and handle it
    Error:
    raise exception_class(message, screen, stacktrace)
    E selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (491, 539). Other element would receive the click: ...
    E (Session info: chrome=94.0.4606.71)

  • @swatimishra6781
    @swatimishra6781 4 года назад +1

    Sir please make a video for using python selenium

  • @VishalPatel-rg8xj
    @VishalPatel-rg8xj Год назад

    when its not clear why overlapping is happening what to do then? how to use WebDriverWait

  • @abraham2961
    @abraham2961 5 лет назад

    Could you please make some video on parameterization concept please

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

    I have list of data that should go to particular website and get some information and write on to the excel but how do I handle exception that in list one of the search data is not available and my code is stopped and giving error as no such element found can you help

  • @venkateshchowdary4331
    @venkateshchowdary4331 3 года назад +1

    how to count flipkart sliding images