Unable to locate the same locator when running remotely with Jenkins. How to solve this issue? I have added waits. Resized screens size like below. But nothing working
Dimension d = new Dimension(1382,744);
//Resize the current window to the given dimension
driver.manage().window().setSize(d);