Re: [Sikuli-driver] [Question #655430]: paste numeric value from excel cell to notepade

2017-08-08 Thread SAMIRAN SARMA
Question #655430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655430 Status: Answered => Solved SAMIRAN SARMA confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #655430]: paste numeric value from excel cell to notepade

2017-08-08 Thread masuo
Question #655430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655430 Status: Open => Answered masuo proposed the following answer: Sorry , try this codes. value1=str(int(value)) paste(value1) -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #655430]: paste numeric value from excel cell to notepade

2017-08-08 Thread SAMIRAN SARMA
Question #655430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655430 Status: Answered => Open SAMIRAN SARMA is still having a problem: if i use paste(int(value1)) it shows the error "[error] ValueError ( invalid literal for int() with base 10: '300938199.0' )" -- You re

[Sikuli-driver] [Question #655458]: Select a tree view item of a Dot net application

2017-08-08 Thread Monojit Sngh
New question #655458 on Sikuli: https://answers.launchpad.net/sikuli/+question/655458 Hi, I am new to sikuli. I am using Eclipse and Java to automate a Dot net application. Here i want to navigate to a treeview control (Hierarchical list of items). The list remains collapsed as soon as we launch