Appium Tutorial 11: List of Locators can use in Appium | Locators to find elements in Appium

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

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

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

    Have a question on the topic? Please share it in the comment section below and our experts will answer it for you. Thanks for watching. 🌟 Please hit on LIKE ❤ Share 🔥 SUBSCRIBE for more AMAZING content on every week! 🌟

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

    Great tutorials for updated Appium version .

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

    Thank you.
    This is help full.
    Waiting for next videos

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

    how to back to main menu, my app when running after end but like hang or stuck not back.. why?

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

      For Android:
      You can use the driver.pressKeyCode() method to simulate a press on the device's home button. Here's an example code snippet in Java: driver.pressKeyCode(AndroidKeyCode.HOME);
      For iOS:
      You can use the driver.homeScreen() method to navigate back to the home screen. Here's an example code snippet in Java: driver.homeScreen();

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

      @@CodenboxAutomationLab oke bro, thanks a lot

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

      @@MrSubandrio : You are welcome !