Wanted to ask, I want to do something like this via eclipse's find and replace function
driver........click();
driver........click();
after find and replace
driver........click();
Thread.sleep(2000);
driver........click();
is this possible? If so, how do i do it? Many thank for the help!