Problem : ScrollIntoView hiding element behind header/footer . My application is having header/footer .
Tried following solutions :
1) ScrollIntoView(true) , it hiding web element behind header if element is up and tried to scroll from bottom .
2) Sending true/false , it works , but I don't know exact location of element , so cant use every time to tell framework scroll down/up towards element .
3) Directly clicked ( taken action ) on element , chrome automatically scroll to visibility , but header is present that's why it hiding behind that .
Please let me know is there any single code that will make a element visible even it header/footer present .Looking solution is c# and using chrome browser .