-
I've noticed that in [odoo_9_0_EE.robot](https://github.com/brain-tec/odoo-robot-framework/blob/master/odoo_9_0_EE.robot#L164) and [odoo_10_0.robot](https://github.com/brain-tec/odoo-robot-framework/b…
-
Scrape the page for example, http://tv.animare.hu/default.aspx?c=2&t=20190112. Use sqlite to store data possibly.
**Time**
```
OuterHTML = 04:15
Element = 04:15
Selector = #tv0 > div:nth-c…
-
**Describe the bug**
### Update to IG broke the script, must update selector probably
**To Reproduce**
Try to send a DM and:
```
[DEBUG ] Finished Request
Exception in thread Thread-4 (_…
-
I'd like to use the @AndroidFindBy annotation for finding elements by view tag on Android, I am specifying a test ID through this attribute as we cannot use resource ids for targeting views when using…
iChip updated
4 months ago
-
I got sample_plot_term_structure.py working over weekend and it seems to work with yesterday's date (e.g. 2023-03-24 on Sat 3-25). However it doesn't work with today's date well after 16:00 Central…
-
Currently, we're using the [finder](https://github.com/antonmedv/finder) npm package to generate a CSS selector of the selected element. But this method is failing to work in a lot of cases. Maybe we …
-
Using an xpath selector cannot find elements by the legacy|Accessible attributes (using the pattern of LegacyName or LegacyValue) .
```
//does not work
private By childOfEdit= By.XPath("//Pane[@…
-
> [#] 1) UsersControllerTest::testLogin
> [#] Symfony\Component\CssSelector\Exception\SyntaxErrorException: Unclosed/invalid string at 37.
> [#] # /Users/jasonlfunk/Workspace/Work/inventor…
-
Xpath indexed selectors eg. `//form/input[2]` and CSS index selectors eg. `input:nth-of-type(2)` are unable to find any element when used in functions such as .waitForElementVisible() etc etc.
-
This would be nice:
```ex
def find_element(:test, view_module, retries \\ 5) do
{:safe, test_selector} = view_module.test()
find_element(:xpath, ~s|//*[@#{test_selector}]|, retries)
end
…