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

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -