automation - How to find the element position using helium? -


i new @ helium automation tool, trying automate google login page

link: https://www.google.com.bd/?gws_rd=cr,ssl&ei=zi5rvfsch4yfugtkv4ey

in page want helium click sign in button know syntax can following

    click("sign in");     click(button("ok"));     click(point(200, 300));     click(combobox("file type").gettopleft().withoffset(50, 0)); 

my question how can use point , combobox option above sign in button. in advance.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -