This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

In a certain workflow my app in test pops up a document viewer pdf, and workflow demands the pdf to be dimissed. If any one can share some ideas on how to dismiss the pdf report using appium…
I am Java with appium, if that matters.

  • created

    Dec '18
  • last reply

    Dec '18
  • 1

    reply

  • 212

    views

  • 2

    users

Does that popup have some close button if not that you can try driver.navigate().back() in android method to dismiss the popup and for ios you need to click some
outer element on screen.