Can I test the tab order of a page with PHPUnit_Extensions_Selenium2 ?

17 views
Skip to first unread message

rickard josefsson

unread,
Jul 4, 2013, 3:01:48 AM7/4/13
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?


$focus = $this->inFocus();
$focus->value('hello');


Reply all
Reply to author
Forward
0 new messages