juliemorrisOccasional ContributorJoined 4 years ago17 Posts7 LikesLikes received4 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Can no longer open a htm file into a browser window Yes, it does open the file. Ive logged an issue with Smartbear too. And I might have to downgrade 😞 Can no longer open a htm file into a browser window Good morning, This issue has arrived since the last upgrade (I think), there was also Windows patching. I would like to check if anyone else has the issue, and if there is a workaround? The functions purpose is to open a browser, and then open a given file. The open browser command works but it cannot find the file. I can open the file manually into the browser just find - so it is there :), path name is good, same character case as being called. I have tried Edge, Chrome and Firefox and have the same outcome. File permissions have not changed Here is the code: var destinationAddress = "C:/Testing/" + formatStr + "_TC" + testCompleteVersionNumber + "_results.htm/index.htm"; function OpenBrowser(browserType, destinationAddress) { //Close browser if there is already one open if (Sys.WaitBrowser(browserType).Exists) { Sys.WaitBrowser(browserType).Close(); } Browsers.Item(browserType).Run(destinationAddress); Sys.Browser(browserType).BrowserWindow(0).Maximize(); } Heres the error when another file failed when trying to open Last week I upgraded TC to 15.56.2.7 x64 Thanks Julie SolvedRe: TestComplete text size on software Hi, I couldnt find anything in TC Settings but clicked ok on them at the end. I was trying keyboard shortcuts Ctrl + mouse wheel over some areas. No changes occurred when I was doing all of that, but then restarting TC fixed it. The problem had been there for a few weeks now< so obviously something I did before the restart worked - but didn't show immediately. thanks for your help though TestComplete text size on software Good afternoon, Can anyone tell me how to reset the text size on my TestComplete software? I can't find any keyboard commands or options in Testcomplete to fix this. As you can see, the tree, the menus and the toolbars have an extremely large font size. Thank you SolvedRe: Issues with dropdowns and ClickItem() not working if the dropdown opens in the up direction Thanks Joe, I really would like a resolution for this. Replacing ClickItem with Keys isn't working in some cases, and anyway re-writing tests that should work, is not good use of my time. Being regression, this should be a priority . Re: ClickItem select another Option Hi, I have updated my TC build (15.53.2.7) and Chrome is the latest version (115.0.5790.171) and ClickItem is not working. Any other suggestions? Re: Issues with dropdowns and ClickItem() not working if the dropdown opens in the up direction Hi, is there a fix for ClickItem yet? This function still fails. I am updating all of the tests to use .Keys, but it is frustrating. Thanks Re: sys.browser has stopped working in Chrome and Edge Thanks for the update Re: sys.browser has stopped working in Chrome and Edge Thanks rraghvani sys.browser has stopped working in Chrome and Edge Hi, Since chrome updated to the latest version (a few minutes ago and over the last few days on my server), the command sys.browser("chrome") is not finding the browser. I am running Chrome Version 113.0.5672.64 (Official Build) (64-bit). Just before receiving this version on one PC, the tests all ran successfully. There doesn't appear to be any patches for this version. Any suggestions? Thanks Solved