You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a chrome portable version 107 (and must use this version) that on load have focus on url address, and want send CTRL-F6 to set focus on content web page.
using this code :
page.KeyActions().Press(input.ControlLeft).Type(input.F6).MustDo()
the result is that page have cursor blinking on document input tag, but focus remain on url address
from chrome version 122 on load the focus is on content web page.
The text was updated successfully, but these errors were encountered:
Rod Version: v0.114.8
i have a chrome portable version 107 (and must use this version) that on load have focus on url address, and want send CTRL-F6 to set focus on content web page.
using this code :
page.KeyActions().Press(input.ControlLeft).Type(input.F6).MustDo()
the result is that page have cursor blinking on document input tag, but focus remain on url address
from chrome version 122 on load the focus is on content web page.
The text was updated successfully, but these errors were encountered: