How to modify css attribute without using javascript in Selenium Webdriver -


is there way modify css attribute without using selenium's driver.execute_script?

no, there not.

selenium meant mimic user interactions browser. setting css attributes not part of normal user interaction browser.

if wish modify css attribute, need use execute-script.


Comments