Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged robotframework
0
votes
811
views
1
answer
robotframework - python: get robot test case name
I want to create in Python a function, that gets a test case name (robotframework) where some var was ... //stackoverflow.com/questions/65854637/python-get-robot-test-case-name...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
829
views
1
answer
robotframework - Luhn algorithm Robot Framework
I am new to robot framework and trying to implement Luhn Algorithm. I found the code in python and ... :https://stackoverflow.com/questions/65881409/luhn-algorithm-robot-framework...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
818
views
1
answer
robotframework - Extract data from test and easily analyze it using robot framework
I am running a robot_test.robot file and I want to run a specific scenario (Search google in this case) ... extract-data-from-test-and-easily-analyze-it-using-robot-framework...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
900
views
1
answer
robotframework - Intellisense for Python keywords in Robot Framework not working in VS Code
I did my best to overcome this problem but it was in vain. I am developing tests in Robot Framework (RF) ... -for-python-keywords-in-robot-framework-not-working-in-vs-code...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
904
views
1
answer
robotframework - Is there any method to execute a robot test on a separate remote windows machine?
I am trying to execute a robot test containing AutoTtLibrary. This test is executed locally on the PC but now I am ... -to-execute-a-robot-test-on-a-separate-remote-windows-machine...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.7k
views
1
answer
robotframework - How to create a list of tuples without each pair being converted to string in Robot Framework
I'm trying to create a list of tuples for further elaborations in RF, but only manage to have a list of strings ... list-of-tuples-without-each-pair-being-converted-to-string-in-ro...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
686
views
1
answer
robotframework - how to click button till there is no such element?
I have test case to delete files one by one, i want it to click each file till there is no file. but ... /questions/65950529/how-to-click-button-till-there-is-no-such-element...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
905
views
1
answer
robotframework - Robot Framework and Testrail integration
Can anyone help me with the Integration of Robot framework and Testrail. If there is any Youtube ... /stackoverflow.com/questions/65934564/robot-framework-and-testrail-integration...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
799
views
1
answer
robotframework - How to map objects from a java application desktop with Robot Framework?
I need to create some automated tests for a java desktop application with Robot Framework and for that I'm ... -map-objects-from-a-java-application-desktop-with-robot-framework...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
652
views
1
answer
robotframework - python tests using robot framework
Does anyone have a good example of testing a python program using Robot Framework. I am trying to run ... //stackoverflow.com/questions/65623690/python-tests-using-robot-framework...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
753
views
1
answer
robotframework - New browser not working in Robot Framework on server with Docker
I cannot open the browser when using the browser library in the robot framework on the server. But it is ... new-browser-not-working-in-robot-framework-on-server-with-docker...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.6k
views
1
answer
robotframework - Robot Framework - run keyword if file exists
How can run keyword in robot framework if file exists in the filesystem? For example: Run Keyword If ${ ... .com/questions/65600479/robot-framework-run-keyword-if-file-exists...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.1k
views
1
answer
robotframework - how to verify text color in Robot Framework Wait Until Page Contains?
I wanted to verify the text is in red color at android native app. I inspect the element but there is not ... how-to-verify-text-color-in-robot-framework-wait-until-page-contains...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.1k
views
1
answer
robotframework - Exit codes 127 and 255 in Robot Framework
Exit Code: 255, 127 returned when ssh is used to execute a command in a remote server in RobotFramework. The ... .com/questions/66062827/exit-codes-127-and-255-in-robot-framework...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
845
views
1
answer
robotframework - How to get all values from dropdown list and stored it in variable in Robot Framework. I tried with Get Selected List Value but it is not working
Also in My code there is no Select option for dropdown values. Select Data(MB) Can someone let me know how to ... values-from-dropdown-list-and-stored-it-in-variable-in-robot-fram...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
818
views
1
answer
robotframework - How to perform defered variable substitution in Robot Framework?
I have this code snippet *** Keywords *** My Keyword [Arguments] ${arg} ${xpath} Set Variable really long dynamic xpath ... , please, to have the xpath be only once in my code?...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.1k
views
1
answer
robotframework - Robot Framework - run keyword if file exists
How can run keyword in robot framework if file exists in the filesystem? For example: Run Keyword If ${filename} exists Delete File...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
805
views
1
answer
robotframework - How Do I return to main page only when one of test within test suite failed?
I have written test suite test cases as follows: when one of test case failed, I want the screen back ... Setup Launch Application Test Teardown Log Source Close All Applications...
asked
Feb 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
743
views
1
answer
robotframework - How Do I return to main page only when one of test within test suite failed?
I have written test suite test cases as follows: when one of test case failed, I want the screen back ... Setup Launch Application Test Teardown Log Source Close All Applications...
asked
Feb 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.1k
views
1
answer
robotframework - How do i enable breakpoints in my Robot framework test in Pycharm?
My .py files in Robot-Framework allows me to introduce breakpoints but .robot file it doesn't allow. How do i ... and toggle breakpoints in my .robot test files for debugging?...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.2k
views
1
answer
robotframework - Replace content with regex
For robotframework Replace String Using Regexp, I need to write a regex but I'm newbie can you help me ? Need to ... transformed if not like format that I said. Thanks a lot!...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.1k
views
1
answer
robotframework - how to verify text color in Robot Framework Wait Until Page Contains?
I wanted to verify the text is in red color at android native app. I inspect the element but there is not indicator ... keyword? Wait Until Page Contains 'text is ABC and in red'...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.1k
views
1
answer
robotframework - Can we force run a test case in robot framework?
I have a prerunmodifier file which removes certain test cases depending upon certain conditions. But, sometimes I want to ... case. Is there any option to handle such scenarios?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.0k
views
1
answer
robotframework - I want to Automatized entry on HTML page
I have two problems, I want to automatized a login and password entry on an HTML page I wrote this code on RFW : ** ... and PSW and I dont understand why Thanks for helping me :)...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
1.2k
views
1
answer
robotframework - In robot framework is there a method to print the variable value of the embedded argument in keyword rather than the variable name?
*** keywords *** Do something on ${var1} and ${var2} Log ${var1} Log ${var2} *** Test Cases *** ... example can we have log print KEYWORD Do something on variable1 and variable2...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
795
views
1
answer
robotframework - Create an auhtentication popUp
With Robot Framework I automatizate a connexion to a website. To do this, I used Dialogs Library to ask for a username and a ... my plan to do it asap)). Thank you for help !...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
725
views
1
answer
robotframework - New browser not working in Robot Framework on server with Docker
I cannot open the browser when using the browser library in the robot framework on the server. But it is working ... 1042,"hostname":"9e6377fbd66f","msg":"Changed active context"}...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
0
votes
815
views
1
answer
robotframework - New browser not working in Robot Framework on server with Docker
I cannot open the browser when using the browser library in the robot framework on the server. But it is working ... 1042,"hostname":"9e6377fbd66f","msg":"Changed active context"}...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
robotframework
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] dependency injection - Is is possible to "autoConfig" gRPC services in Java Dropwizard?
[2] Tibco Rv如何实现主备机制?即在链接时判断,在运行过程中切换
[3] PHP PDO bindValue
[4] ant design 的 DirectoryTree 组件如何修改单击目录不再展开?只需要点击三角符号才打开。
[5] antd
响应式布局问题
[6] javascript - Custom Legend ChartJS not showing the text decoration: line through
[7] http post - Server error while posting JSON data to server in C#
[8] 请问axios请求中如何获取返回头中的Set-Cookie
[9] vue项目一打开网页就报这个错?
[10] django - Enforce or test on_delete behavior of all ForeignKey fields using a specific model
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...