Skip to content
#

rpa

Here are 388 public repositories matching this topic...

wechaty
treeguard
treeguard commented Sep 27, 2020

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

  1. Find all contacts for the room and find out the matched id
  2. Load the contact by id fir
goshkis
goshkis commented Jun 4, 2021

The test below will execute "Keyword That Fails Test Case" 5 times, even when this keyword is explicitly failing the test case.

*** Keywords ***
Keyword That Fails Test Case
    Fail

*** Test Cases ***
Test One
    Wait Until Keyword Succeeds     5x    2s     Keyword That Fails Test Case

This is useful when in a keyword wrapped with WUKS we detect a terminal state.
Havi

apify-js
mtrunkat
mtrunkat commented Sep 17, 2019

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

Improve this page

Add a description, image, and links to the rpa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rpa topic, visit your repo's landing page and select "manage topics."

Learn more