Open PeterJCLaw opened 6 years ago
It appears that the default mouse position on the latest raspbian is in the top left corner. That causes the Firefox address bar to be visible.
https://askubuntu.com/questions/792911/how-to-set-cursor-position-with-command-script/792914#792914 suggests the use of xdotool mousemove 200 200 to move the cursor, which does indeed work.
xdotool mousemove 200 200
This continues to be an intermittent issue.
It appears that the default mouse position on the latest raspbian is in the top left corner. That causes the Firefox address bar to be visible.
https://askubuntu.com/questions/792911/how-to-set-cursor-position-with-command-script/792914#792914 suggests the use of
xdotool mousemove 200 200
to move the cursor, which does indeed work.