Muliar Nikolai
Muliar Nikolai
@aik099, i'll do this
@aik099, what will return this line? $escaped_id = $this->getSelectorsHandler()->xpathLiteral($id);
We have this 3 situations: 1. Label with matching "for" attribute (http://prntscr.com/3cr9u2) 2. Label wrapped around checkbox (http://prntscr.com/3crf2q) 3. Label right next to checkbox (http://prntscr.com/3crg8k) @aik099, your code a little...
@aik099, i mean that you receive element with child nodes. Can it be problem at this place in your realization? And i have one improvement to your code: ``` php...
@aik099, yes we will try to find element at all of page. But we have a little problem here (http://prntscr.com/3d7v9d) If user add two label elements with equal "for" attribute...
@aik099, this image will answer your question (http://pikatomsk.ru/Content/dynamic/pics/14338/other/1.jpg) And i know very much programmers which need to use this beautiful item. I'm trying to secure code from them =) OK....
@aik099, i'm trying to rewrite your php code of method xpathLiteral to java language but have a question. I can't get result as you asked me: "For example `test` becomes...
@aik099, i've run your php code which you give to me and not take expected result. Are you sure that function xpathLiteral working correctly?