Cross platform PageObjectModel for Appium framework | Login test for Android & IOS

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 7

  • @vishalgupta2869
    @vishalgupta2869 ปีที่แล้ว

    Nice

  • @satzzsk
    @satzzsk ปีที่แล้ว

    Hi Sunil, I am following the same pattern for writing cases on both platform simultaneously. Couldn't try to use the sendKeys() but I am able to click the element, throwing InvalidElementStateException while using sendKeys() and tried with giving enough time, also interacted with JSExecutor. And can you suggest any gesture is there for Type operation(setting the value). Can you please help me on this?
    Thanks in Advance!!

    • @qavbox
      @qavbox  ปีที่แล้ว

      when you click on the editbox, did you get the keyboard popup on mobile screen? if not then try to set these 2 capabilities and then use the sendkeys method,
      capabilities.setCapability(“unicodeKeyboard”, false);
      capabilities.setCapability(“resetKeyboard”, false);

    • @satzzsk
      @satzzsk ปีที่แล้ว

      Yes, I am able to see my keyboard opens. But ended with InvalidElementStateException. And, I didn't add those capabilities, that means default it will goes "false" right? @@qavbox

  • @ChandrakarDwivedi
    @ChandrakarDwivedi 6 หลายเดือนก่อน

    From where it is taking app path @qavbox

    • @qavbox
      @qavbox  6 หลายเดือนก่อน

      For the apps, I have installed the apps already into the simulators.
      So instead of the app path, we use app package n activity for Android. bundleID for iOs

  • @nkdvideohub2566
    @nkdvideohub2566 11 หลายเดือนก่อน

    Hi bro I want to talk to you plz tell me your id about automation