Replies: 3 comments 1 reply
|
@govindn have you tried https://codecept.io/helpers/WebDriver#switchtonexttab |
0 replies
|
@govindn In case the solution proposed by @peterngtr is not sufficient I would suggest having a look over wdio switchWindow and implement it through a helper |
0 replies
|
After 2 and a bit years I would hope this has been addressed. Has there been any updates on this? I too have a similar issue but in this case it is making a purchase from a third party checkout window, the basket page greyed out and a new window opens with the checkout form in it, how can you move focus from the background window to the foreground window? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What are you trying to achieve?
I am trying to login to my app but via social login i.e. facebook or google
steps:
What do you get instead?
is there something like 'switchToNextTab' for switch window as well
# paste output here// paste testDetails
All reactions