Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle multiple windows session in the same application? #1367

Open
rajfivestar opened this issue Jun 26, 2020 · 0 comments
Open

How to handle multiple windows session in the same application? #1367

rajfivestar opened this issue Jun 26, 2020 · 0 comments

Comments

@rajfivestar
Copy link

I'm using Appium AndroidDriver with Selenium WebDriver (Java) to automate my Power BI windows application. In one scenario after the particular click event New window will get opening up.

I was able to locate the elements & automationID in it, but driver.switchTo().frame("XXXX"); does not switching to that particular window.

After dig into that, I found that the particular frame is not capturing in my current session. Now I have to switch to that frame.

Any inputs??

Environment

  • Java client build version or git revision if you use some snapshot:
  • Appium server version or git revision if you use some snapshot:
  • Desktop OS/version used to run Appium if necessary:
  • Node.js version (unless using Appium.app|exe) or Appium CLI or Appium.app|exe:
  • Mobile platform/version under test:
  • Real device or emulator/simulator:

Details

Please provide more details, if necessary.

Code To Reproduce Issue [ Good To Have ]

Please remember: it's easier to reproduce and fix the bug with sample code.
You can git clone https://github.com/appium/appium/tree/master/sample-code or https://github.com/appium/appium/tree/master/sample-code/apps and reproduce an issue using Java and sample apps.
Also you can create a gist with pasted java code sample or put it here using markdown. About markdown please read Mastering markdown and
Writing on GitHub

Exception Stacktraces

Please create a gist with the pasted stacktrace of the exception thrown by java.

Link To Appium Logs

Please create a gist which is a paste of your full Appium logs, and link them here. Do not paste your full Appium logs here, as it will make this issue very long and hard to read!
If you are reporting a bug, always include Appium logs as linked gists! It helps to define the problem correctly and clearly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant