sankouski-dzmitry
sankouski-dzmitry
There can be custom html elements in html form in some applications (for example, custom autocomplete fields). User is able fill forms with custom html elements, by extending Form class...
Currently, htmlelements have the only way to fill Select elements in Form element: by value. I suggest to add possibility to specify select fill strategy (index, value, text) It could...
Rows without 'td' tags, affected by webdriver implicit timeout. To prevent this, xpath was used, which finds only rows with 'td' tags.
Table.getRows() method is slow, when: - Table has row which does not contain 'td' children (for example, if headings grouped in 'tr' tag) This is because it searches for td...
In my vision, poll_mem is mostly used to determine, where your physical RAM leaks. VIRT memory doesn't show physical RAM occupation. To get process physical memory occupation, we should use...