Switch http pages in OH2

Hi,
is it possible to make rule for automatically switching of openhab web pages according string item similar HABPanel_Switcher in Habpanel ?
Habpanel variable is for switching present and functional.
Habpanel screen switch

Will The Group Item serve your needs? Clicking the group goes to a different web page.

Is a rule like
when
Group item has changed to …
then
switch to http://openhabip:8080/classicui/app#_0006
possible ?

String LastVoiceCmd “Last voice command [%s]” (EchoCommands) {channel=“amazonechocontrol:echo:xxxxxxxx:lastVoiceCommand”}

rule “Switch OH web page”
when
Member of EchoCommands changed to “Failures”
then
cmd to switch openhab web page Failures etc.
end

I wish to switch between OH pages via Alexa voice command (string item LastVoiceCmd)