PythonRemoteServer
PythonRemoteServer copied to clipboard
Implementation issues in robotframework custom keyword using dynamic library
There is an error like the below,
TypeError: methTwo() takes exactly 2
arguments (1 given)
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.