Search found 4 matches

by gwaller
Mon Jul 10, 2017 5:09 pm
Forum: Automation API
Topic: Performance Issues with Host.Local.Find
Replies: 2
Views: 2690

Re: Performance Issues with Host.Local.Find

I got the results down to just under 30 seconds for a table with 1000+ rows. Here is the code, for future reference: Report.Log(ReportLevel.Info, "Mouse", "Selecting all rows containing text: " + rowtext + "'"); string xpath = "dom[@domain='application.url']//table[@id<'" + gdvid + "']//" + "*[@inne...
by gwaller
Thu Jul 06, 2017 5:09 pm
Forum: Automation API
Topic: Performance Issues with Host.Local.Find
Replies: 2
Views: 2690

Performance Issues with Host.Local.Find

Greetings, In one of my modules, I'm experiencing an issue that is becoming worse as I attempt to scale my test cases. Keep in mind, I cannot send you a snapshot of our application's structure, so whatever discussion we have will have to be high-level concepts rather than code or DOM specifics. Foll...
by gwaller
Thu Jun 29, 2017 2:36 pm
Forum: Automation API
Topic: Dropdowns rendered with chosen.jquery.js
Replies: 2
Views: 2343

Re: Dropdowns rendered with chosen.jquery.js

Thanks for the reply. For future reference, for anyone researching this issue, I've hacked together a solution. I expect this to be useful in at least 90% of the cases where chosen replaces a <select> in your application. There may be outliers and edge cases, so those will need to be dealt with indi...
by gwaller
Wed Jun 28, 2017 8:09 pm
Forum: Automation API
Topic: Dropdowns rendered with chosen.jquery.js
Replies: 2
Views: 2343

Dropdowns rendered with chosen.jquery.js

Hello, I'm having an issue automating a specific aspect of our application and I have exhausted every other resource that I know of (in addition to searching these forums extensively). Our application uses a popular jquery library to render our dropdowns called "chosen.js". My hope is that someone o...