The company I work for is (most likely) going to be adding spot.im (now Open Web) message boards to some of our pages to boost traffic. My boss is asking QA to look at automating some tests and to check out the admin and the controls available to us.
I have been unable to interact with any of the message board elements using the normal Java/Selenium way :i.e. driver.findElement(By.className("spcv_sort-by-value")).click();
or by using the (JavascriptExecutor)driver; method.
I don't detect any iframes or Window Handles and am out of ideas as I think it is all being written out by JS from somewhere I can't find identify.
I am using this block of code that I found online as a local HTML file to experiment with. Supposedly it boils down all the spot.im/OpenWeb code that I would need for testing.
Can the elements be interacted with at all? Am I out of luck? Thanks in advance for any help/ideas on how to move forward!
Here is the entire code block from my test.HTML file I have in Notepad:
<div style="border:solid 0px red; width:99%; margin:2% auto 0 auto; padding:1% 1% 0 1%; background-color:#fff;">
<script async src="https://launcher.spot.im/spot/sp_HQI9uHrd"
data-spotim-module="spotim-launcher"
data-post-id="CD6BBC"
data-messages-count="10">
</script>
</div>