Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Using eggplant I want to create an general handler for selecting an value from table/grid. The same table form exists in different locations and different tabs across solution. Instead of creating different handlers for selecting value from table in different tabs, I am looking for general handler, such that it works across the solution.

Could some one please share your thoughts?

What I have tried:

set labelrectangle to ImageRectangle(text:"myvariable",ValidWords:"*",EnableAggressiveTextExtraction:on)
set item 1 of labelrectangle to 0
set item 3 of labelrectangle to RemoteScreenSize().x
set item 4 of labelrectangle to RemoteScreenSize().y
set the searchRectangle to labelrectangle
Click (Text:"myvariable01",EnableAggressiveTextExtraction:on)
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900