Skip to main content



      Home
Home » Eclipse Projects » SWTBot » Unable to import local ZIP files(No action is happening when I'm trying to import the local zip files and this is the below code I'm using)
Unable to import local ZIP files [message #1871685] Fri, 04 October 2024 07:35
Eclipse UserFriend
SWTBotShell importShell = bot.shell("Import");
    	importShell.activate();
    	importShell.isActive();
    	bot.radio("Select archive file:").click();
    	importShell.isActive();
    	String zipFilePath = "path/to/zip"; 
    	bot.textWithLabel("Select archive file:").setText(zipFilePath);
Previous Topic:Not able to access NatTables and it's operation
Next Topic:MyFirstTest: Unable to load SWTBotLaunchConfigurationDelegate
Goto Forum:
  


Current Time: Mon Jun 09 17:09:07 EDT 2025

Powered by FUDForum. Page generated in 0.05040 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top