I have a situation wherein , clicking on a link opens up a 'NEW TAB' on the browser window. I would want to switch to the new tab and continue with other actions. If anyone has worked on a similar situation before or has a suggestion ... please do help!!
Thanks in advance!
Discussion posts and replies are publicly visible
You can create your custom class in Java and code it to give the focus of the WebDriver to the new browser tab (child).
Hey DaniHG, I know this is a late reply but can you expand on this? I know how to use Java and Selenium to give the focus on the new tab but don't know how to port it to FitNesse for Appian. I've tried saving it as JAR file in the "/lib" folder but run into the "could not find class" error.