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.
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.