<div dir="ltr">Hi Markus<div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br></div><div class="gmail_extra">For system python you need to set PYTHONPATH and URE_BOOTSTRAP either in the script or in your terminal. If called through the makefiles our build system already sets the values correctly.<br><br></div></div></blockquote><div><br></div><div>Thanks, I was able to run my test in debug mode.</div><div><br></div><div>When I run the following in a test case in debug mode, after the "CTRL+X" action has executed, the selected chart object is not disappearing. I can see that the selection action is working well though.</div><div>Any hints as to what I may be missing here ? Thanks.</div><div><br></div><div>doc = self.ui_test.load_file(get_url_for_data_file("tdf108881.ods"))</div><div>xGridWindow = self.xUITest.getTopFocusWindow().getChild("grid_window")</div><div>xGridWindow.executeAction("DESELECT", mkPropertyValues({"OBJECT": ""}))</div><div>xGridWindow.executeAction("SELECT", mkPropertyValues({"OBJECT": "Object 1"}))</div><div>print("Selected chart")</div><div>time.sleep(10)</div><div>xGridWindow.executeAction("TYPE", mkPropertyValues({"KEYCODE": "CTRL+X"}))</div><div>print("Cut chart")</div><div>time.sleep(10)</div><div>self.ui_test.close_doc()</div><div><br></div><div><br></div><div>Regards,</div><div>Dennis</div></div></div></div></div>