I have source code of page like this:
<header style="position: fixed;">
When I use my script on java, I can't execute click action, because my element locate under the header. And I have an error:
Element is not clickable at point (482, 10.116668701171875). Other element would receive the click...
I need to change source code of page to the next view:
<header style="position: absolute;">