robotframework / PythonRemoteServer

Robot Framework remote server implemented with Python
Apache License 2.0
152 stars 83 forks source link

Implementation issues in robotframework custom keyword using dynamic library #72

Open panchiwalashivani opened 4 years ago

panchiwalashivani commented 4 years ago

There is an error like the below,

      TypeError: methTwo() takes exactly 2
      arguments (1 given)
UyttenhoveSimon commented 1 year ago

I think those kind of questions will likely be answered much faster here: https://forum.robotframework.org/.

In your case, it looks like the keyword on the receiving end is expecting two arguments and only given one. But we would need more context to be more specific.