ContributionsMost RecentMost LikesSolutionsRe: contentText property checkpoint is adding \r that break the contains checkpointsGuess I'll update and report it then, thanks.contentText property checkpoint is adding \r that break the contains checkpointsI'm using version 10.30.1145.7, and I realize it is out of date, so if the update fixes this that'd be great. I kept getting the error: The property checkpoint failed (Reason: the contentText does not contains the substring ... Object name: Sys["Browser"]("iexplore")["Page"]("http://vm2008r2a/PaperLess.Test/Modules/MobileTransaction/PickSalesOrder/PickSalesOrderPage.aspx")["Form"]("aspnetForm")["Panel"]("container")["Panel"]("content") Property: contentText Actual value "function FocusDefaultControl(eleId) { try { var ele = document.getElementById(eleId); if (ele != null) (ele.focus()); } catch (err) { } } .rowLocked { background: rgb(61, 42, 148); background: rgba(40, 84, 255, 0.50); } Pick List: 501 Item: Location: FG01 Batch/Lot: FIFO: 6/28/1997 To Pick: 4 On Hand: 1101 Quantity: Stage Location: 1STAGE 2STAGE 9STAGE" Expected value "Pick List: 501 Item: Location: FG01 Batch/Lot: FIFO: 6/28/1997 To Pick: 4 On Hand: 1101 Quantity: Stage Location: 1STAGE 2STAGE 9STAGE" Condition cmpContains Case-sensitive false I was trying to use cmpContains so I could ignore that javascript part at the begining that is showing up because it's commented out in the HTML, but it wasn't working. What's weird is this was working before, but the On Hand value changed by 1 and I had to update it. That's when this started to break. I actually solved the issue myself by reading through how contentText documentation, and it says that in c# script mode it should be \n for new lines, and when I looked at the value area I could see \r\n: Aliases["Browser"]["MobileModulesPage"]["formAspnetform"]["panelContainer"]["panelContent"], "contentText", 6, "Pick List:\r\n501\r\nItem:\r\nLocation:\r\nFG01\r\nBatch/Lot:\r\nFIFO:\r\n6/28/1997\r\nTo Pick:\r\n4\r\nOn Hand:\r\n1101\r\nQuantity:\r\nStage Location:\r\n1STAGE\r\n2STAGE\r\n9STAGE", false So it seems to be adding \r when it shouldn't for some reason. I manually changed the value to remove all the \r and the property checkpoint works now. So is this something that's known about? Is it fixed in the latest version? Re: Name Mapping URL problemAh, yeah I'm running 9.30.3373.7. Guess I'll just wait for the next version then.Name Mapping URL problemI just ran into this problem where the page has one URL, and says it's already mapped to an item, but the mapped URL does not match the page URL. I'm sure I can add more wild cards to my URL or get around it somehow, but this just seemed very strange to me. Attached are the images with the URLs. Name Mapping URL: http://*/*/Pages/Touchscreen/Testing/OpenCategory/SelectOpenTestCategoryControlPlan.aspx* Actual URL: http://vm2008r2a/PaperLess.Test/Pages/Touchscreen/Testing/General/SelectTestReceipt.aspxRe: Chrome 26 PatchI see the Patches page was updated with Chrome 25 and 26, however when I try to work with a pdf in Chrome 26 is causes Chrome to crash every time.Chrome 26 PatchWhen will the Chrome 26 patch be made available?TC 9 click() tries to click outside objectI've run into this twice now since I updated to the latest version of TestComplete 9. One was in a script, and one was in a keyword test. The script called the .click() method with no parameters, and the keyword test has clientX and clientY set to -1 I get an error similar to the following: There was an attempt to perform an action at point (28, -51), which is out of the window bounds. The window size is (58, 28); screen rectangle: the left top corner is (313, 147), the right bottom corner is (370, 174). The screen coordinates of the point is (341, 96). Tested object: Aliases["Browser"]["DNNPortal"]["formForm"]["panelOutercontainer"]["tableEmskintableFullwidth"]["cellEmskinm"]["panelContentheightcontainer"]["panelInnercontainer"]["panelMenucontainer"]["tableFullwidth"]["cellMenubarm"]["Home"] (Sys["Browser"]("chrome")["Page"]("http://vm2008r2a/paperless.test.portal/Production/WorkcenterAdmin.aspx")["Form"]("Form")["Panel"](2)["Table"](0)["Cell"](0, 0)["Panel"]("navbar")["Link"](0)) The object is 58x28 big, and it is trying to click 28,-51 which is outside of the object. The other error was the same, but it was clicking around 21,606 when the object was only 43x62 or so big. The first script is a test I run multiple times and it worked correctly the first 25+ times, and this is not something I can reproduce on demand at all. Is there some sort of bug in TestComplete?Re: List box item is invisible ChromeThanks, I'll do that right away.List box item is invisible ChromeI'm attempting to make tests work in Chrome. I keep getting the error that the list box item is invisible. I've set up a demo that does not work here: http://dabblet.com/gist/2764004 I map that select object and attempt to call ClickItem on the first item by name or integer and I keep getting this error. Is there any way around this?Infinite popup loopNot sure where to report a bug. I was on the Project Test Items tab setting up the scripts my project would run. I was creating a new Test Item using a Script function. The function required parameters and I went to change the type to a string. I clicked on the type and entered 'S' on my keyboard and hit Enter. A Popup appeared titled "TestComplete - C:\SVN\TestComplete Projects\Master\Master.pjs" and contained the message "Could not convert variant of type (Null) into type (OleStr)" with an OK button and a close x. When I click close or OK another of the same Popup appears, forever.