Terminal command to allow remote automation for Safari 14.x
I am trying to automate selenium script in remote machine but i was unable to enable developmenu as well as allow remote automation option in safari 14.x.
defaults write com.apple.Safari IncludeDevelopMenu -bool true; defaults write com.apple.Safari AllowRemoteAutomation 1" used to work in safari 13.x but not working for safari 14.x.
Can some please help me on this command if any one using it for their scripts.
Any help would be appriciated.
Thanks.