You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleniu...@googlegroups.com
I want to test the tab order of my input fields on my page and I am having a problem when I wnat to write in the currentf ocused field. I have a stackoverflow post that explains it a bit further http://stackoverflow.com/questions/17442175/can-i-test-the-tab-order-of-a-page-with-phpunit-extensions-selenium2 but in short turns all I want to know is if there is a method I can use to write in the field i got focus on? If I wanted to type hello in the field I am currently at like this, is it possible? is there like a inFocus method?