rpa
Here are 277 public repositories matching this topic...
Convert To Title Case was added in RF 3.2 (#2706). Unfortunately its not fully compatible with the old Should Be Title Case keyword. For example, the second test below fails with 'This Is Not OK!' is not titlecase.:
*** Settings ***
Library String
*** Test Cases ***
Passes
${title} = Convert To Title Case This is ok.
Should Be Title Case $Main examples at Apify SDK webpage, Github repo and CLI templates should demonstrate how to manipulate with DOM and retrieve data from it.
Also add one example of scraping with Apify SDK + jQuery to https://sdk.apify.com/docs/examples/basiccrawler
Feedback from: https://medium.com/better-programming/do-i-need-python-scrapy-to-build-a-web-scraper-7cc7cac2081d
I lost an hour trying to make
-
Updated
Oct 13, 2020 - Python
-
Updated
May 30, 2020 - Python
-
Updated
Oct 13, 2020 - C#
-
Updated
Jun 19, 2020 - HTML
-
Updated
Sep 7, 2020 - C#
-
Updated
May 13, 2020 - Python
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Jan 21, 2020 - Python
-
Updated
Oct 13, 2020 - Shell
-
Updated
Oct 11, 2018 - Visual Basic
-
Updated
Jul 15, 2019 - Python
-
Updated
Oct 13, 2020 - Java
-
Updated
Aug 21, 2018 - TypeScript
-
Updated
Jan 2, 2020 - VBScript
-
Updated
May 27, 2018
-
Updated
May 30, 2019 - RobotFramework
-
Updated
Jan 31, 2020 - CSS
-
Updated
Feb 25, 2019 - TypeScript
-
Updated
Oct 2, 2020
-
Updated
Jun 18, 2019
Improve this page
Add a description, image, and links to the rpa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpa topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The current RoomMemberQueryFilter doesn't support query by wxid (id of Contact), can we support this?
Describe the solution you'd like
Add id as a string type in RoomMemberQueryFilter
Describe alternatives you've considered