How to write multiple conditions of if-statement in Robot Framework

You should use small caps “or” and “and” instead of OR and AND. And beware also the spaces/tabs between keywords and arguments (you need at least two spaces). Here is a code sample with your three keywords working fine: Here is the file ts.txt: *** test cases *** mytest ${color} = set variable Red Run … Read more

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81

I solved these kinds of problems using the webdrive manager. You can automatically use the correct chromedriver by using the webdrive-manager. Install the webdrive-manager: pip install webdriver-manager Then use the driver in python as follows from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager driver = webdriver.Chrome(ChromeDriverManager().install()) This answer is taken from https://stackoverflow.com/a/52878725/10741023

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)