How to fix the error Message: element not interactable (Session info: chrome=75.0.3770.100) (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 10.0.17763 x86_64) | Selenium C# Forum
S
SYED MOHAMMAD SHARIF Posted on 03/07/2019

S
Support Desk Replied on 15/07/2019

Element not interactable exception comes up when the element you're trying to access is not visible on the screen. In this case, you may need to make the element visible before interacting with it.