I'm using chrome driver 74 and chrome browser version 74. I can able to execute the test cases in normal mode. But when I execute with headless mode, element not found exception is thrown. Any guess on how to solve this?
Tried with various window sizes as I see in many posts. But still, the issue persists.
Ex:
addArguments("window-size=1920,1080");