-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: support window management #888
base: main
Are you sure you want to change the base?
Conversation
e44ffdc
to
dd74e4d
Compare
add to builder and forge tests.
I have converted to ready state from draft state of this pr. |
Wow, @mato533 this is great. I haven't had any time over the holidays to go over your other PR yet! I will look at them both tomorrow. @christian-bromann What do you think to adding @mato533 to the community org as a contributor? |
@goosewobbler @christian-bromann |
Description
To support window management that supports switching between windows.
The
WebdriverIO
is not support auto switch between windows example of splash screen.This PR is add the following features.
handle
of the window. When it was changed, get new handle and callbrowser.switchToWindow(handle)
.Related issue
#771