The scenario is like this, When we open the chrome freshly and right click on the chrome page, you can see the options like Back, Forward, Reload, inspect etc. I want to automate the selection of these option in chrome using Selenium Python. Can anyone suggest me how to achieve it?
Thank You