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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -